[Lunar-commits] <moonbase-gnome3> GConf: include current version with Gnome3

v4hn me at v4hn.de
Tue Feb 19 01:20:29 CET 2013


commit 3a517dbfeca30f61c75c921df69653996a8acba0
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:20:29 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/3a517dbfeca30f61c75c921df69653996a8acba0

GConf: include current version with Gnome3
---
  core/GConf/BUILD        | +4/-0     
  core/GConf/DEPENDS      | +7/-0     
  core/GConf/DETAILS      | +18/-0    
  core/GConf/POST_INSTALL | +4/-0     
  4 files changed, 33 insertions(+)

--- /dev/null
+++ b/core/GConf/BUILD
@@ -0,0 +1,4 @@
+# Only want glib-2 to own /usr/lib/gio/modules/giomodule.cache
+sedit "s:dummy gio-querymodules:dummy echo:" configure &&
+
+default_build
--- /dev/null
+++ b/core/GConf/DEPENDS
@@ -0,0 +1,7 @@
+depends ORBit2
+depends dbus-glib
+depends libxml2
+
+optional_depends "polkit" "" "--disable-defaults-service" "for polkit support"
+optional_depends "ORBit2" "--enable-orbit" "--disable-orbit" "use ORBit for IPC"
+optional_depends "gtk+-3" "--enable-gtk"  "--disable-gtk" "for GTK+-3 Support"
--- /dev/null
+++ b/core/GConf/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=GConf
+         VERSION=3.2.5
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:340b3cb634ef64f0c31af9d971d4f3da95d1787c
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20080416
+         UPDATED=20130218
+           SHORT="A system for storing configuration information"
+
+cat << EOF
+GConf is a system for storing configuration information, that is,
+key-value pairs. GConf provides a notification service so applications
+can be notified when a key's value is changed. GConf also allows for
+pluggable storage mechanisms (text files, databases, etc.); allows
+administrators to install default values; and allows application authors
+to document their configuration keys for the benefit of administrators.
+EOF
--- /dev/null
+++ b/core/GConf/POST_INSTALL
@@ -0,0 +1,4 @@
+if [[ -x /usr/bin/gio-querymodules ]] ; then
+	# Recreate /usr/lib/gio/modules/giomodule.cache
+	gio-querymodules /usr/lib/gio/modules
+fi




More information about the Lunar-commits mailing list