summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gconf
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gconf
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gconf')
-rwxr-xr-xgnome1-libs/gconf/BUILD14
-rwxr-xr-xgnome1-libs/gconf/DEPENDS8
-rwxr-xr-xgnome1-libs/gconf/DETAILS22
-rw-r--r--gnome1-libs/gconf/HISTORY40
4 files changed, 84 insertions, 0 deletions
diff --git a/gnome1-libs/gconf/BUILD b/gnome1-libs/gconf/BUILD
new file mode 100755
index 0000000000..ae0ced5e74
--- /dev/null
+++ b/gnome1-libs/gconf/BUILD
@@ -0,0 +1,14 @@
+sedit "s:db3/db.h:db.h:" configure &&
+sedit "s:db3/db.h:db.h:" configure.in &&
+
+if [ "$( installed_version db | cut -c1 )" == "4" ]
+then
+ sedit "s/3.3/4.0/g" configure &&
+ sedit "s/3.3/4.0/g" configure.in
+fi &&
+
+./configure --prefix=/usr \
+ --sysconfdir=/etc &&
+make_single &&
+make &&
+make_normal
diff --git a/gnome1-libs/gconf/DEPENDS b/gnome1-libs/gconf/DEPENDS
new file mode 100755
index 0000000000..a728e89cf5
--- /dev/null
+++ b/gnome1-libs/gconf/DEPENDS
@@ -0,0 +1,8 @@
+depends oaf &&
+depends pkgconfig &&
+depends libxml &&
+
+optional_depends db \
+ "" \
+ "" \
+ "for db backend"
diff --git a/gnome1-libs/gconf/DETAILS b/gnome1-libs/gconf/DETAILS
new file mode 100755
index 0000000000..9860093e2e
--- /dev/null
+++ b/gnome1-libs/gconf/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gconf
+ VERSION=1.0.9
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=GConf-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/GConf-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/GConf/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/GConf/$BRANCH/$SOURCE
+ MD5[0]=fd9c6e4e3ecac6872c22fd7e0a14fa95
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20010922
+ UPDATED=20020230
+ LICENSE[0]=LGPL
+ BUILD_API=2
+ SHORT="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
diff --git a/gnome1-libs/gconf/HISTORY b/gnome1-libs/gconf/HISTORY
new file mode 100644
index 0000000000..9f7d48ba57
--- /dev/null
+++ b/gnome1-libs/gconf/HISTORY
@@ -0,0 +1,40 @@
+2005-04-07 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed MAKE_NJOBS=1
+ * BUILD: Run make_single before make and make_normal afterwards
+
+2005-02-28 Eric Sandall <eric@sandall.us>
+ * CONFLICTS: Removed conflicting spell
+
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * Renamed to gconf
+ * DETAILS: Renamed to gconf
+ Removed MAINTAINER
+ Removed TAB
+ Shortened SHORT
+ BUILD_API=2
+ MAKE_NJOBS=1
+ * BUILD: Converted to BUILD_API 2
+ * INSTALL: Added
+ * DEPENDS: Formatted to Guru Handbook
+ * CONFLICTS: Conflicts with GConf
+ * HISTORY: Formatted to Guru Handbook
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-03-30 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 1.0.9
+
+2002-03-15 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: fixed backup url
+
+2002-03-11 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added MAINTAINER=myself
+