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 /math/gcalctool | |
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 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 2f5e2b523c6..f061cb56ded 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.96 2011/01/13 13:38:40 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2011/01/18 10:08:43 jmmv Exp $ # DISTNAME= gcalctool-5.32.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.32/} EXTRACT_SUFX= .tar.bz2 @@ -24,7 +24,7 @@ BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/schemas.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.0 |