[SM-Commit] GIT changes to master grimoire by Vasil Yonkov (97ad876f2b70b26d53fa3ad4425c34bd63c61635)

Vasil Yonkov scm at sourcemage.org
Tue Mar 9 11:30:34 EST 2010


GIT changes to master grimoire by Vasil Yonkov <spirtbrat at sourcemage.org>:

 http/webkitgtk/DEPENDS |   14 +++++++++++++-
 http/webkitgtk/HISTORY |    4 ++++
 2 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 97ad876f2b70b26d53fa3ad4425c34bd63c61635
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    webkitgtk: optionaly depends on geoclue,
               devel version optionaly depends on gobject-introspection

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 9c72aa5..b70d2fb 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -40,4 +40,16 @@ fi &&
 optional_depends gst-plugins-base  \
                  "--enable-video" \
                  "--disable-video" \
-                 "for HTML5 streaming video support"
+                 "for HTML5 streaming video support" &&
+
+if [[ WEBKITGTK_NIGHT == "y" ]]; then
+  optional_depends gobject-introspection             \
+                   "--enable-introspection"          \
+                   "--disable-introspection"         \
+                   "to enable introspection"
+fi                                                   &&
+
+optional_depends geoclue                             \
+                 "--enable-geolocation"              \
+                 "--disable-geolocation"             \
+                 "to enable geolocation support"
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 880fea5..337e888 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,7 @@
+2010-03-09 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DEPENDS: added geoclue,
+	  added gobject-introspection for the devel version
+
 2010-02-28 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated devel to 1.1.22
 



More information about the SM-Commit mailing list