summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2011-01-18 10:08:43 +0000
committerjmmv <jmmv@pkgsrc.org>2011-01-18 10:08:43 +0000
commitf45b8e1d4986bd2fa89c5aea4b4b297d848d8e78 (patch)
treead875a55192e18c1598a398483ed857ff8f389a4 /sysutils
parente4b76cefe881c3cb281b126631de775242aa9dc9 (diff)
downloadpkgsrc-f45b8e1d4986bd2fa89c5aea4b4b297d848d8e78.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')
-rw-r--r--sysutils/brasero/Makefile5
-rw-r--r--sysutils/nautilus-sendto/Makefile6
2 files changed, 6 insertions, 5 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"
diff --git a/sysutils/nautilus-sendto/Makefile b/sysutils/nautilus-sendto/Makefile
index 76b07a6b088..1f82e6e86f8 100644
--- a/sysutils/nautilus-sendto/Makefile
+++ b/sysutils/nautilus-sendto/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2011/01/13 13:39:24 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2011/01/18 10:08:44 jmmv Exp $
#
DISTNAME= nautilus-sendto-2.32.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus-sendto/2.32/}
EXTRACT_SUFX= .tar.bz2
@@ -27,7 +27,7 @@ BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed
# XXX: not in pkgsrc proper yet
#.include "../../wip/gajim/buildlink3.mk"
.include "../../chat/pidgin/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/schemas.mk"
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../mail/evolution/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"