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/nautilus-sendto | |
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/nautilus-sendto')
-rw-r--r-- | sysutils/nautilus-sendto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |