[Lunar-commits] <moonbase-gnome3> dconf: introduction to -gnome3
v4hn
me at v4hn.de
Tue Feb 19 01:36:49 CET 2013
commit c9569ce60042a51a967e4f26d9ea79b6ef49c45c
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:36:49 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/c9569ce60042a51a967e4f26d9ea79b6ef49c45c
dconf: introduction to -gnome3
---
core/dconf/DEPENDS | +11/-0
core/dconf/DETAILS | +15/-0
2 files changed, 26 insertions(+)
--- /dev/null
+++ b/core/dconf/DEPENDS
@@ -0,0 +1,11 @@
+depends glib-2
+depends intltool
+depends docbook-xsl
+depends gtk+-3
+
+optional_depends vala "" "" "to compile .vala source files"
+
+optional_depends "gtk-doc" \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "for building documentation"
--- /dev/null
+++ b/core/dconf/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=dconf
+ VERSION=0.14.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:1983e832f03408ebb8544064604dd2d4379c47eb
+ WEB_SITE=http://live.gnome.org/dconf
+ ENTERED=20101128
+ UPDATED=20130210
+ SHORT="Simple low-level configuration system"
+
+cat << EOF
+dconf is a low-level configuration system. Its main purpose is to
+provide a back-end to GSettings on platforms that don't already have
+configuration storage systems.
+EOF
More information about the Lunar-commits
mailing list