diff options
author | jmmv <jmmv@pkgsrc.org> | 2011-01-18 10:08:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2011-01-18 10:08:43 +0000 |
commit | 7f0bf9d50378d33a1b200468cf052ced1f55d295 (patch) | |
tree | ad875a55192e18c1598a398483ed857ff8f389a4 /sysutils/brasero | |
parent | 62c503fc725783d5bcef95cb4e6ee36046915b41 (diff) | |
download | pkgsrc-7f0bf9d50378d33a1b200468cf052ced1f55d295.tar.gz |
Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/brasero
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to
properly recompile the GSettings database during install/deinstall.
Bump PKGREVISION for these packages.
(This lets evince work in my machine; it would crash on startup because
it would not find its schema. I suspect this also fixes all the other
applications mentioned in this change. And the inclusion of schemas.mk
also prevents these packages from causing side-effects on the system if
they happen to call glib-compile-schemas during their build.)
Diffstat (limited to 'sysutils/brasero')
-rw-r--r-- | sysutils/brasero/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 1090c5b3024..a36f7d08cd7 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2011/01/13 13:36:37 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2011/01/18 10:08:44 jmmv Exp $ # DISTNAME= brasero-2.32.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/brasero/2.32/} EXTRACT_SUFX= .tar.bz2 @@ -28,6 +28,7 @@ PKGCONFIG_OVERRIDE+= libbrasero-media.pc.in .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/GConf/buildlink3.mk" +.include "../../devel/glib2/schemas.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.10 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" |