New commits:
commit 9c73db2718f0a2b7b9900c8d2906f3978c868b02
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
webkitgtk: Added released version 1.1.1 and updated nightly build to
41279. Only uses libsoup now for http backend.
diff --git a/http/webkitgtk/CONFIGURE b/http/webkitgtk/CONFIGURE
index b55731f..788f906 100755
--- a/http/webkitgtk/CONFIGURE
+++ b/http/webkitgtk/CONFIGURE
@@ -1,6 +1,4 @@
config_query_list WEBKIT_FONT_BE "Select font backend to use" freetype2
pango &&
+if [[ $WEBKITGTK_NIGHT == "y" ]]; then
+cd "$SOURCE_DIRECTORY" &&
sed -i "/.*configure \$AUTOGEN_CONFIGURE_ARGS.*/d" autogen.sh &&
-
./autogen.sh
+fi
diff --git a/http/webkitgtk/UP_TRIGGERS b/http/webkitgtk/UP_TRIGGERS
new file mode 100755
index 0000000..705264d
--- /dev/null
+++ b/http/webkitgtk/UP_TRIGGERS
@@ -0,0 +1,10 @@
+# this makes ABI changes automatically cast those that depend on
+# webkitgtk via an up_trigger
+
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION}" != "${OLD_SPELL_VERSION}" ]; then
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi
[SM-Commit] GIT changes to master grimoire by George Sherwood (9c73db2718f0a2b7b9900c8d2906f3978c868b02),
George Sherwood, 03/01/2009