summaryrefslogtreecommitdiff
path: root/chat/telepathy-logger/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2011-01-18 10:08:43 +0000
committerjmmv <jmmv>2011-01-18 10:08:43 +0000
commit2976cbdcfb9741c138523fd54ce37e5822306a70 (patch)
treead875a55192e18c1598a398483ed857ff8f389a4 /chat/telepathy-logger/Makefile
parent9b5c216763d9c8fd50acfba25906b046c7e0295e (diff)
downloadpkgsrc-2976cbdcfb9741c138523fd54ce37e5822306a70.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/telepathy-logger/Makefile')
-rw-r--r--chat/telepathy-logger/Makefile5
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"