[Lunar-commits] <moonbase> GConf2 -> GConf

Samuel Verstraete elangelo at lunar-linux.org
Tue Jul 15 07:20:50 CEST 2008


commit 3e1fce1e5babafec88d3744b7f6c55e1c8d3e23f
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Apr 16 22:43:56 2008 +0200

    GConf2 -> GConf
---
 audio/exaile/DEPENDS                     |    2 +-
 audio/gst-player/DEPENDS                 |    2 +-
 audio/gst-plugins-good/DEPENDS           |    2 +-
 audio/last-exit/DEPENDS                  |    2 +-
 chat/pidgin/DEPENDS                      |    2 +-
 devel/devhelp/DEPENDS                    |    2 +-
 gnome2/bindings/gconfmm/DEPENDS          |    2 +-
 gnome2/desktop/control-center2/DEPENDS   |    2 +-
 gnome2/desktop/gnome-nettool/DEPENDS     |    2 +-
 gnome2/desktop/vino/DEPENDS              |    2 +-
 gnome2/platform/GConf/DEPENDS            |    3 +++
 gnome2/platform/GConf/DETAILS            |   19 +++++++++++++++++++
 gnome2/platform/GConf2/DEPENDS           |    3 ---
 gnome2/platform/GConf2/DETAILS           |   21 ---------------------
 gnome2/platform/gnome-mime-data2/DEPENDS |    2 +-
 gnome2/platform/gnome-vfs2/DEPENDS       |    2 +-
 libs/libmcs/DEPENDS                      |    2 +-
 net/gnaughty/DEPENDS                     |    2 +-
 news/liferea/DEPENDS                     |    2 +-
 profiles/gnome2/DEPENDS                  |    2 +-
 x11-utils/notification-daemon/DEPENDS    |    2 +-
 zbeta/compiz-fusion/compiz/DEPENDS       |    2 +-
 22 files changed, 40 insertions(+), 42 deletions(-)

diff --git a/audio/exaile/DEPENDS b/audio/exaile/DEPENDS
index 2420b9a..9d54c6e 100644
--- a/audio/exaile/DEPENDS
+++ b/audio/exaile/DEPENDS
@@ -3,7 +3,7 @@ depends gst-python
 depends pysqlite
 depends mutagen
 depends dbus-python
-depends GConf2
+depends GConf
 
 optional_depends "gst-plugins-ugly"  ""  ""  "for mp3 support"
 optional_depends "gamin"             ""  ""  "for directory monitoring"
diff --git a/audio/gst-player/DEPENDS b/audio/gst-player/DEPENDS
index 8a6e9f7..3c5cd9d 100644
--- a/audio/gst-player/DEPENDS
+++ b/audio/gst-player/DEPENDS
@@ -1,3 +1,3 @@
 depends gst-plugins &&
 depends gnome-desktop &&
-depends GConf2
+depends GConf
diff --git a/audio/gst-plugins-good/DEPENDS b/audio/gst-plugins-good/DEPENDS
index 667ce93..63d32d3 100644
--- a/audio/gst-plugins-good/DEPENDS
+++ b/audio/gst-plugins-good/DEPENDS
@@ -1,6 +1,6 @@
 depends  gst-plugins-base  &&
 
-optional_depends  "GConf2"  ""  ""  "for GConf schemas (needed by exaile)" &&
+optional_depends  "GConf"  ""  ""  "for GConf schemas (needed by exaile)" &&
 optional_depends  "aalib"     ""  "--disable-aalib --disable-aalibtest"    \
                   "for the ASCII art image plugin"                         &&
 optional_depends  "esound"    ""  "--disable-esd --disable-esdtest"        \
diff --git a/audio/last-exit/DEPENDS b/audio/last-exit/DEPENDS
index da1303c..0b497e5 100644
--- a/audio/last-exit/DEPENDS
+++ b/audio/last-exit/DEPENDS
@@ -1,4 +1,4 @@
-depends  GConf2
+depends  GConf
 depends  gnome-sharp
 depends  gst-plugins-base
 depends  ndesk-dbus-glib
diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index b59bbf2..7c52f23 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -55,7 +55,7 @@ optional_depends  "meanwhile"       ""          ""                \
 optional_depends  "perl"            ""          "--disable-perl"  \
                   "for Perl based plugin support"
 
-optional_depends  "GConf2"    ""                ""                \
+optional_depends  "GConf"    ""                ""                \
                   "for GNOME support of Gaim URI handlers"
 
 optional_depends  "libXScrnSaver"   ""          "--disable-screensaver" \
diff --git a/devel/devhelp/DEPENDS b/devel/devhelp/DEPENDS
index 87e218f..5601355 100644
--- a/devel/devhelp/DEPENDS
+++ b/devel/devhelp/DEPENDS
@@ -1,4 +1,4 @@
-depends  GConf2
+depends  GConf
 depends  libglade
 depends  libwnck
 depends  %GECKO_RENDERER
diff --git a/gnome2/bindings/gconfmm/DEPENDS b/gnome2/bindings/gconfmm/DEPENDS
index ff5975a..78f81f3 100644
--- a/gnome2/bindings/gconfmm/DEPENDS
+++ b/gnome2/bindings/gconfmm/DEPENDS
@@ -1,2 +1,2 @@
-depends  GConf2
+depends  GConf
 depends  gtkmm2
diff --git a/gnome2/desktop/control-center2/DEPENDS b/gnome2/desktop/control-center2/DEPENDS
index 818e275..a80d333 100644
--- a/gnome2/desktop/control-center2/DEPENDS
+++ b/gnome2/desktop/control-center2/DEPENDS
@@ -1,5 +1,5 @@
 depends gtk+-2             &&
-depends GConf2             &&
+depends GConf             &&
 depends libgnome           &&
 depends libglade          &&
 depends gnome-desktop      &&
diff --git a/gnome2/desktop/gnome-nettool/DEPENDS b/gnome2/desktop/gnome-nettool/DEPENDS
index e904540..6357c18 100644
--- a/gnome2/desktop/gnome-nettool/DEPENDS
+++ b/gnome2/desktop/gnome-nettool/DEPENDS
@@ -1,5 +1,5 @@
 depends  libglade
-depends  GConf2
+depends  GConf
 
 optional_depends  "iputils"     ""  ""  "for extended IP based features"
 optional_depends  "whois"       ""  ""  "for WHOIS support"
diff --git a/gnome2/desktop/vino/DEPENDS b/gnome2/desktop/vino/DEPENDS
index 49d2068..3187efa 100644
--- a/gnome2/desktop/vino/DEPENDS
+++ b/gnome2/desktop/vino/DEPENDS
@@ -1,4 +1,4 @@
-depends  GConf2
+depends  GConf
 
 optional_depends  "libnotify"      "--enable-libnotify"      ""  \
                   "to display notification area messages"
diff --git a/gnome2/platform/GConf/DEPENDS b/gnome2/platform/GConf/DEPENDS
new file mode 100644
index 0000000..56118cc
--- /dev/null
+++ b/gnome2/platform/GConf/DEPENDS
@@ -0,0 +1,3 @@
+depends  ORBit2
+
+optional_depends  "gtk+-2"  "--enable-gtk"  ""  "for GTK+-2 Support"
diff --git a/gnome2/platform/GConf/DETAILS b/gnome2/platform/GConf/DETAILS
new file mode 100644
index 0000000..9fef7fd
--- /dev/null
+++ b/gnome2/platform/GConf/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=GConf
+         VERSION=2.20.1
+           MAJOR=2.20
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:c628e2645a91b15749f1ebacc62ea685cbfa681c
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20080416
+         UPDATED=20080416
+           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
diff --git a/gnome2/platform/GConf2/DEPENDS b/gnome2/platform/GConf2/DEPENDS
deleted file mode 100644
index 56118cc..0000000
--- a/gnome2/platform/GConf2/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  ORBit2
-
-optional_depends  "gtk+-2"  "--enable-gtk"  ""  "for GTK+-2 Support"
diff --git a/gnome2/platform/GConf2/DETAILS b/gnome2/platform/GConf2/DETAILS
deleted file mode 100644
index f8d5820..0000000
--- a/gnome2/platform/GConf2/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-          MODULE=GConf2
-             MOD=GConf
-         VERSION=2.20.1
-           MAJOR=2.20
-          SOURCE=$MOD-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
-      SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/
-      SOURCE_VFY=sha1:c628e2645a91b15749f1ebacc62ea685cbfa681c
-        WEB_SITE=http://www.gnome.org
-         ENTERED=20020701
-         UPDATED=20071104
-           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
diff --git a/gnome2/platform/gnome-mime-data2/DEPENDS b/gnome2/platform/gnome-mime-data2/DEPENDS
index dd48a95..4b0b153 100644
--- a/gnome2/platform/gnome-mime-data2/DEPENDS
+++ b/gnome2/platform/gnome-mime-data2/DEPENDS
@@ -1,3 +1,3 @@
 depends libbonobo &&
 depends shared-mime-info &&
-depends GConf2  
+depends GConf  
diff --git a/gnome2/platform/gnome-vfs2/DEPENDS b/gnome2/platform/gnome-vfs2/DEPENDS
index 276462d..a216cc9 100644
--- a/gnome2/platform/gnome-vfs2/DEPENDS
+++ b/gnome2/platform/gnome-vfs2/DEPENDS
@@ -1,5 +1,5 @@
 depends  gamin
-depends  GConf2
+depends  GConf
 depends  gnome-mime-data2
 depends  %SSL
 depends  neon
diff --git a/libs/libmcs/DEPENDS b/libs/libmcs/DEPENDS
index 24fe859..5dcd5e4 100644
--- a/libs/libmcs/DEPENDS
+++ b/libs/libmcs/DEPENDS
@@ -1,6 +1,6 @@
 depends libmowgli
 
-optional_depends  "GConf2"               \
+optional_depends  "GConf"               \
                   "--enable-gconf"       \
                   "--disable-gconf"      \
                   "for GConf support"
diff --git a/net/gnaughty/DEPENDS b/net/gnaughty/DEPENDS
index 2a13e58..eade754 100644
--- a/net/gnaughty/DEPENDS
+++ b/net/gnaughty/DEPENDS
@@ -1,3 +1,3 @@
 depends curl &&
 depends gtk+-2 &&
-depends GConf2
+depends GConf
diff --git a/news/liferea/DEPENDS b/news/liferea/DEPENDS
index 2d1ac94..e00c4a1 100644
--- a/news/liferea/DEPENDS
+++ b/news/liferea/DEPENDS
@@ -1,5 +1,5 @@
 depends gtk+-2
-depends GConf2
+depends GConf
 depends libxml2
 
 optional_depends libgtkhtml "--enable-gtkhtml2" "--disable-gtkhtml2" "Enables the gtkhtml2 backend"
diff --git a/profiles/gnome2/DEPENDS b/profiles/gnome2/DEPENDS
index a5e01b6..e653639 100644
--- a/profiles/gnome2/DEPENDS
+++ b/profiles/gnome2/DEPENDS
@@ -7,7 +7,7 @@ depends gtk-doc
 depends linc
 depends gnome-common2
 depends ORBit2
-depends GConf2
+depends GConf
 depends libart_lgpl
 depends libzvt
 depends libbonobo
diff --git a/x11-utils/notification-daemon/DEPENDS b/x11-utils/notification-daemon/DEPENDS
index 07757a6..9e9a67f 100644
--- a/x11-utils/notification-daemon/DEPENDS
+++ b/x11-utils/notification-daemon/DEPENDS
@@ -1,4 +1,4 @@
 depends  libsexy
 depends  dbus-glib
 depends  libwnck
-depends  GConf2
+depends  GConf
diff --git a/zbeta/compiz-fusion/compiz/DEPENDS b/zbeta/compiz-fusion/compiz/DEPENDS
index 9c38265..eb87c00 100644
--- a/zbeta/compiz-fusion/compiz/DEPENDS
+++ b/zbeta/compiz-fusion/compiz/DEPENDS
@@ -1,5 +1,5 @@
 depends  dbus-glib
-depends  GConf2
+depends  GConf
 
 optional_depends  "fuse"      ""  "--disable-fuse"      \
                   "for the fuse plugin"


More information about the Lunar-commits mailing list