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 | f45b8e1d4986bd2fa89c5aea4b4b297d848d8e78 (patch) | |
tree | ad875a55192e18c1598a398483ed857ff8f389a4 /chat | |
parent | e4b76cefe881c3cb281b126631de775242aa9dc9 (diff) | |
download | pkgsrc-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 'chat')
-rw-r--r-- | chat/telepathy-logger/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index 78b4e46ee05..c80e4e73362 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2011/01/18 10:08:43 jmmv Exp $ # DISTNAME= telepathy-logger-0.1.6 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/ EXTRACT_SUFX= .tar.bz2 @@ -22,7 +23,7 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed -.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glib2/schemas.mk" .include "../../devel/GConf/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../chat/telepathy-glib/buildlink3.mk" |