Skip to Content.
Sympa Menu

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

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 (a2bd2d622fccc27d5a087ca7b99c6f29fc4ceb32)
  • Date: Fri, 13 Aug 2010 21:53:30 -0500

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

http/webkitgtk/DEPENDS | 14 +++++++-------
http/webkitgtk/HISTORY | 3 +++
2 files changed, 10 insertions(+), 7 deletions(-)

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

webkitgtk: Removed optional_depends gobject-introspection. It is broken
for now.

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 46df264..53ac126 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -40,15 +40,15 @@ optional_depends gst-plugins-base \
"--disable-video" \
"for HTML5 streaming video support" &&

-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection" &&
+#optional_depends gobject-introspection \
+# "--enable-introspection" \
+# "--disable-introspection" \
+# "to enable introspection" &&

optional_depends geoclue \
"--enable-geolocation" \
"--disable-geolocation" \
- "to enable geolocation support" &&
+ "to enable geolocation support"

-if is_depends_enabled $SPELL gobject-introspection; \
- then depends gir-repository; fi
+#if is_depends_enabled $SPELL gobject-introspection; \
+# then depends gir-repository; fi
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 7a4786f..4134f5d 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,6 @@
+2010-08-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Remove optional_depends gobject-introspection for now.
+
2010-07-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.3
* PRE_BUILD, webkit-icu44.patch: removed



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a2bd2d622fccc27d5a087ca7b99c6f29fc4ceb32), George Sherwood, 08/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page