Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (139dd11c2c9f37df5ba0406b47dbeff33177398e)
  • Date: Tue, 15 Nov 2011 21:39:32 -0600

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




  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (139dd11c2c9f37df5ba0406b47dbeff33177398e), Tommy Boatman, 11/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page