diff options
author | jmmv <jmmv> | 2011-01-18 10:08:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2011-01-18 10:08:43 +0000 |
commit | 3dfd2bfd2ba1c2eda066891514f972788aa2577a (patch) | |
tree | ad875a55192e18c1598a398483ed857ff8f389a4 /print/evince | |
parent | ea19bc3fbc7bd16ad469b14a7f1775010642448a (diff) | |
download | pkgsrc-3dfd2bfd2ba1c2eda066891514f972788aa2577a.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 'print/evince')
-rw-r--r-- | print/evince/Makefile | 5 | ||||
-rw-r--r-- | print/evince/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile index 3ca80eaffe9..5bb2f7f4b88 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.68 2011/01/13 16:55:24 drochner Exp $ +# $NetBSD: Makefile,v 1.69 2011/01/18 10:08:44 jmmv Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "../../print/evince/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Document viewer @@ -20,6 +20,7 @@ GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed .include "../../devel/GConf/schemas.mk" +.include "../../devel/glib2/schemas.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../security/libgnome-keyring/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" diff --git a/print/evince/PLIST b/print/evince/PLIST index 426bbbd63d3..0af89e68c6e 100644 --- a/print/evince/PLIST +++ b/print/evince/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2011/01/11 12:47:55 drochner Exp $ +@comment $NetBSD: PLIST,v 1.31 2011/01/18 10:08:44 jmmv Exp $ bin/evince bin/evince-previewer bin/evince-thumbnailer @@ -393,4 +393,3 @@ share/omf/evince/evince-sv.omf share/omf/evince/evince-uk.omf share/omf/evince/evince-vi.omf share/omf/evince/evince-zh_CN.omf -@pkgdir share/glib-2.0/schemas |