summaryrefslogtreecommitdiff
path: root/package/gconf/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-08 12:37:48 +0200
committerwbx <wbx@openadk.org>2011-04-08 12:37:48 +0200
commit34fc06736330cc993fd1c936ed9205cdc73aa0fd (patch)
tree42319fe9aa25f82370948335d6dccd571da945d6 /package/gconf/Makefile
parent6ea415c59b9ced9d08be7348d268ae4543017a56 (diff)
parent297e4004d154572e29ee71f8ed852b022686e852 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gconf/Makefile')
-rw-r--r--package/gconf/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/package/gconf/Makefile b/package/gconf/Makefile
index dd47682c2..6f449ec8e 100644
--- a/package/gconf/Makefile
+++ b/package/gconf/Makefile
@@ -10,8 +10,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= de83e70453910ac62f9ee2a86444bdab
PKG_DESCR:= a system for storing application preferences
PKG_SECTION:= libs
-PKG_BUILDDEP:= dbus dbus-glib
-PKG_DEPENDS:= dbus dbus-glib
+PKG_BUILDDEP:= dbus dbus-glib orbit2
+PKG_DEPENDS:= dbus dbus-glib orbit2
PKG_URL:= http://projects.gnome.org/gconf/
PKG_SITES:= ftp://ftp.gnome.org//pub/GNOME/sources/GConf/${PKG_EXTRAVER}/
@@ -25,5 +25,14 @@ gconf-install:
$(INSTALL_DIR) $(IDIR_GCONF)/usr/lib
$(INSTALL_BIN) $(WRKINST)/usr/lib/libgconf*.so* \
$(IDIR_GCONF)/usr/lib
+ $(INSTALL_DIR) $(IDIR_GCONF)/usr/lib/GConf/2
+ $(CP) $(WRKINST)/usr/lib/GConf/2/*.so \
+ $(IDIR_GCONF)/usr/lib/GConf/2
+ $(INSTALL_DIR) $(IDIR_GCONF)/usr/libexec
+ $(INSTALL_BIN) $(WRKINST)/usr/libexec/gconfd-2 \
+ $(IDIR_GCONF)/usr/libexec
+ $(INSTALL_DIR) $(IDIR_GCONF)/usr/share/dbus-1/services
+ $(CP) $(WRKINST)/usr/share/dbus-1/services/* \
+ $(IDIR_GCONF)/usr/share/dbus-1/services
include ${TOPDIR}/mk/pkg-bottom.mk