aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-03-10 19:42:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-03-10 19:42:32 +0000
commit6d6a1eec30c7c9963fc3387994017675d4d8fee3 (patch)
tree63bcbc5b91fb5bccf68aaeb8d1c14e05d14bd83a
parent8981e32d15b55f08e882ce2a041b2d1438ec3c5b (diff)
downloadports-6d6a1eec30c7c9963fc3387994017675d4d8fee3.tar.gz
ports-6d6a1eec30c7c9963fc3387994017675d4d8fee3.zip
Notes
-rw-r--r--devel/dconf/Makefile18
-rw-r--r--devel/dconf/pkg-plist5
2 files changed, 9 insertions, 14 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index 8ebb519ed867..b72e313da768 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -4,7 +4,7 @@
PORTNAME?= dconf
PORTVERSION= 0.14.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DISTNAME= dconf-${PORTVERSION}
@@ -37,16 +37,13 @@ LIB_DEPENDS+= libdconf.so:${PORTSDIR}/devel/dconf
CONFIGURE_ARGS+=--disable-editor
.endif
-.if ${DCONF_SLAVE} == "no"
-MAN1= dconf-editor.1 dconf-service.1 dconf.1
-MAN7= dconf.7
-.endif
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
${WRKSRC}/engine/dconf-engine.c \
- ${WRKSRC}/bin/dconf-update.c
+ ${WRKSRC}/engine/dconf-engine-profile.c \
+ ${WRKSRC}/engine/dconf-engine-source-system.c \
+ ${WRKSRC}/bin/dconf-update.c \
+ ${WRKSRC}/tests/engine.c
@${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \
${WRKSRC}/editor/dconf-model.c
@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \
@@ -56,12 +53,7 @@ post-patch:
${WRKSRC}/client/Makefile.in \
${WRKSRC}/editor/Makefile.in
-#pre-build:
-# ${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0
-# ${GMAKE} -C ${WRKSRC}/dbus-1 dconf-dbus-1.c libdconf-dbus-1.so.0
-
post-install:
- -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
@${MKDIR} ${PREFIX}/etc/dconf/db
@${MKDIR} ${PREFIX}/etc/dconf/profile
diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist
index cf67219371da..ba92546c5161 100644
--- a/devel/dconf/pkg-plist
+++ b/devel/dconf/pkg-plist
@@ -5,7 +5,6 @@ include/dconf-dbus-1/dconf-dbus-1.h
include/dconf/common/dconf-paths.h
include/dconf/dconf.h
lib/gio/modules/libdconfsettings.so
-lib/gio/modules/giomodule.cache
lib/libdconf.so
lib/libdconf.so.1
lib/libdconf-dbus-1.so
@@ -13,6 +12,10 @@ lib/libdconf-dbus-1.so.0
libdata/pkgconfig/dconf.pc
libdata/pkgconfig/dconf-dbus-1.pc
libexec/dconf-service
+man/man1/dconf-editor.1.gz
+man/man1/dconf-service.1.gz
+man/man1/dconf.1.gz
+man/man7/dconf.7.gz
share/bash-completion/completions/dconf
share/dbus-1/services/ca.desrt.dconf.service
share/gtk-doc/html/dconf/dconf-DConfChangeset.html