Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d429c0a25c6f2ec7265600c9d94d1683276cf81c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d429c0a25c6f2ec7265600c9d94d1683276cf81c)
  • Date: Sun, 23 Jan 2011 13:13:42 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
gnome2-libs/dconf/DEPENDS | 5 +++++
gnome2-libs/dconf/DETAILS | 16 ++++++++++++++++
gnome2-libs/dconf/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit d429c0a25c6f2ec7265600c9d94d1683276cf81c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

dconf: Added new spell

diff --git a/ChangeLog b/ChangeLog
index af10a8a..4596456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-23 George Sherwood <gsherwood AT sourcemage.org>
+ * gnome2-libs/dconf: new spell, need to configure epiphany devel
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* gnome2-libs/gtkdatabox: new spell, GTK+2 widget to display large
amounts of numerical data
diff --git a/gnome2-libs/dconf/DEPENDS b/gnome2-libs/dconf/DEPENDS
new file mode 100755
index 0000000..5777fea
--- /dev/null
+++ b/gnome2-libs/dconf/DEPENDS
@@ -0,0 +1,5 @@
+depends glib2 &&
+depends gtk+2 &&
+depends libgee &&
+depends -sub DEVEL vala &&
+depends libxml2
diff --git a/gnome2-libs/dconf/DETAILS b/gnome2-libs/dconf/DETAILS
new file mode 100755
index 0000000..71aab66
--- /dev/null
+++ b/gnome2-libs/dconf/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dconf
+ VERSION=0.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.gnome.org/sources/${SPELL}/0.7/${SOURCE}
+
SOURCE_HASH=sha512:6d5365d62570d55c61b9a165e579c580e2d59ef70e3e91059152652ee4461983de3d185566b1202ccfc1fa232cf9ea7da6b1c4e6a5644812004f58d2d1346334
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://live.gnome.org/dconf";
+ LICENSE[0]="LGPL"
+ ENTERED=20110123
+ KEYWORDS=""
+ SHORT="a simple key-based configuration system"
+cat << EOF
+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.
+EOF
diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
new file mode 100644
index 0000000..0a936cd
--- /dev/null
+++ b/gnome2-libs/dconf/HISTORY
@@ -0,0 +1,3 @@
+2011-01-23 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d429c0a25c6f2ec7265600c9d94d1683276cf81c), George Sherwood, 01/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page