[SM-Commit] GIT changes to master grimoire by Tommy Boatman (139dd11c2c9f37df5ba0406b47dbeff33177398e)

Tommy Boatman scm at sourcemage.org
Tue Nov 15 22:39:32 EST 2011


GIT changes to master grimoire by Tommy Boatman <tboatman at sourcemage.org>:

 gnome2-libs/gconf2/DEPENDS |    8 +++++++-
 gnome2-libs/gconf2/HISTORY |    6 ++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 139dd11c2c9f37df5ba0406b47dbeff33177398e
Author: Tommy Boatman <tboatman at sourcemage.org>
Commit: Tommy Boatman <tboatman at sourcemage.org>

    gconf2: add gtk+3 as optional in addition to gtk+2

diff --git a/gnome2-libs/gconf2/DEPENDS b/gnome2-libs/gconf2/DEPENDS
index 2ebdee6..f98ea7a 100755
--- a/gnome2-libs/gconf2/DEPENDS
+++ b/gnome2-libs/gconf2/DEPENDS
@@ -22,4 +22,10 @@ optional_depends  gtk-doc                              \
 optional_depends  gtk+2                                \
                   "--enable-gtk --with-gtk=2.0"        \
                   "--disable-gtk"                      \
-                  "for GConf sanity checker"
+                  "for GConf sanity checker (gtk+2)"   &&
+
+optional_depends  gtk+3                                \
+                  "--enable-gtk --with-gtk=3.0"        \
+                  ""                                   \
+                  "for GConf sanity checker (gtk+3)"
+
diff --git a/gnome2-libs/gconf2/HISTORY b/gnome2-libs/gconf2/HISTORY
index 4b139c4..99bfeff 100644
--- a/gnome2-libs/gconf2/HISTORY
+++ b/gnome2-libs/gconf2/HISTORY
@@ -1,3 +1,9 @@
+2011-11-15 Tommy Boatman <tboatman at sourcemage.org>
+	* DEPENDS: Added gtk+3 optional. 
+	  Note: If gtk+2 is disabled and gtk+3 is enabled, the 
+	  --disable-gtk is overridden, but the opposite would not
+ 	  be true, so the no on gtk+3 does not include --disable-gtk
+
 2011-11-04 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 3.2.3
 


More information about the SM-Commit mailing list