Skip to Content.
Sympa Menu

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

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 (34007f40dd503d86a75276d9580d053ec34b5d4f)
  • Date: Sun, 21 Nov 2010 08:16:08 -0600

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

x11-toolkits/gtk+2/DEPENDS | 8 ++++++--
x11-toolkits/gtk+2/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

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

gtk+2: Make gobject-introspection optional

diff --git a/x11-toolkits/gtk+2/DEPENDS b/x11-toolkits/gtk+2/DEPENDS
index af93c39..69519aa 100755
--- a/x11-toolkits/gtk+2/DEPENDS
+++ b/x11-toolkits/gtk+2/DEPENDS
@@ -1,6 +1,5 @@
if [[ "$GTK_VER" == "devel" ]]; then
- depends -sub GLIB_DEVEL glib2 &&
- depends -sub GOBJ_DEVEL gobject-introspection
+ depends -sub GLIB_DEVEL glib2
else
depends glib2
fi
@@ -13,6 +12,11 @@ depends libxext &&
depends libxcursor &&
depends libxrender &&

+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "for introspection support (gir files)" &&
+
optional_depends libxinerama \
"--enable-xinerama" \
"--disable-xinerama" \
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index 6aee78f..1950471 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,6 @@
+2010-11-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Make gobject-introspection optional
+
2010-11-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.22.1




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (34007f40dd503d86a75276d9580d053ec34b5d4f), George Sherwood, 11/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page