summaryrefslogtreecommitdiff
path: root/devel/dconf-editor
diff options
context:
space:
mode:
authordrochner <drochner>2011-01-12 13:52:09 +0000
committerdrochner <drochner>2011-01-12 13:52:09 +0000
commite83a9dc53bcb6b948fc66172448f8591410f7707 (patch)
tree0cb685df357b21cd5ca85521135c40d29fca35ff /devel/dconf-editor
parentf822f86d111a558f6aeb09ffe37861fe777c52c0 (diff)
downloadpkgsrc-e83a9dc53bcb6b948fc66172448f8591410f7707.tar.gz
build dconf's editor GUI (in an extra pkg to limit dependencies)
Diffstat (limited to 'devel/dconf-editor')
-rw-r--r--devel/dconf-editor/DESCR3
-rw-r--r--devel/dconf-editor/Makefile41
-rw-r--r--devel/dconf-editor/PLIST2
3 files changed, 46 insertions, 0 deletions
diff --git a/devel/dconf-editor/DESCR b/devel/dconf-editor/DESCR
new file mode 100644
index 00000000000..4ecd2a6f734
--- /dev/null
+++ b/devel/dconf-editor/DESCR
@@ -0,0 +1,3 @@
+dconf is a low-level configuration system. Its main purpose is
+to provide a backend to GSettings on platforms that don't already
+have configuration storage systems.
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile
new file mode 100644
index 00000000000..0eef809180e
--- /dev/null
+++ b/devel/dconf-editor/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2011/01/12 13:52:10 drochner Exp $
+#
+
+DISTNAME= dconf-0.5.1
+PKGNAME= dconf-editor-0.5.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/0.5/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://live.gnome.org/dconf
+COMMENT= Backend for gsettings
+#LICENSE= # TODO: (see mk/license.mk)
+
+DISTINFO_FILE= ${.CURDIR}/../../devel/dconf/distinfo
+PATCHDIR= ${.CURDIR}/../../devel/dconf/patches
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-editor
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+
+BUILD_DIRS= editor
+INSTALL_DIRS= editor
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= pre-configure
+SUBST_FILES.prefix= editor/dconf-model.vala
+SUBST_VARS.prefix= PREFIX
+BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala
+
+# SUBST doesn't touch - force rebuild
+pre-build:
+ ${RM} ${WRKSRC}/editor/dconf-model.c
+
+.include "../../devel/dconf/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/dconf-editor/PLIST b/devel/dconf-editor/PLIST
new file mode 100644
index 00000000000..ff1cf92ae83
--- /dev/null
+++ b/devel/dconf-editor/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2011/01/12 13:52:10 drochner Exp $
+bin/dconf-editor