Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (9d486000d2a7ac60d3b0b15f9b6473d15e1ec511)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (9d486000d2a7ac60d3b0b15f9b6473d15e1ec511)
  • Date: Tue, 28 Jan 2014 10:40:25 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-apps/abiword/BUILD | 2
gnome2-apps/abiword/CONFIGURE | 17 +
gnome2-apps/abiword/DEPENDS | 49 ++++
gnome2-apps/abiword/DETAILS | 8
gnome2-apps/abiword/HISTORY | 5
http/webkitgtk/BUILD | 8
http/webkitgtk/CONFIGURE | 25 +-
http/webkitgtk/DEPENDS | 102 ++++-----
http/webkitgtk/DETAILS | 16 -
http/webkitgtk/HISTORY | 8
http/webkitgtk/PREPARE | 1
http/webkitgtk/PRE_BUILD | 5
http/webkitgtk3/BUILD | 4
http/webkitgtk3/CONFIGURE | 23 +-
http/webkitgtk3/DEPENDS | 83 ++++----
http/webkitgtk3/DETAILS | 11 -
http/webkitgtk3/HISTORY | 435
++++++++++++++++++++++++++++++++++++++----
http/webkitgtk3/PRE_BUILD | 5
18 files changed, 631 insertions(+), 176 deletions(-)

New commits:
commit 9d486000d2a7ac60d3b0b15f9b6473d15e1ec511
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

abiword: updated to 3.0.0

commit 05189d3766051d331e0cb7adbe90417c7a79fbfc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

webkitgtk3: updated to 2.2.4

commit d190518e354524201baa81ec6ea7295a8d8720cc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

webkitgtk: updated to 2.2.4

diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index 94733f6..542503b 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -1,3 +1,3 @@
-OPTS="$ABIWORD_OPTS $OPTS" &&
+OPTS="--disable-collab-backend-service --disable-collab-backend-tcp
$ABIWORD_OPTS $OPTS" &&

default_build
diff --git a/gnome2-apps/abiword/CONFIGURE b/gnome2-apps/abiword/CONFIGURE
index a226d3b..8e3d9de 100755
--- a/gnome2-apps/abiword/CONFIGURE
+++ b/gnome2-apps/abiword/CONFIGURE
@@ -7,4 +7,19 @@ config_query_option ABIWORD_OPTS "Install additional
templates?" n \
"--disable-templates" &&

config_query_option ABIWORD_OPTS "Install additional plugins?" y \
- "--enable-plugins" ""
+ "--enable-plugins" "" &&
+
+config_query_option ABIWORD_OPTS "Menu Button instead of Menu Bar?" n \
+ "--enable-menubutton" "" &&
+
+config_query_option ABIWORD_OPTS "Include printing support?" y \
+ "" "--disable-print" &&
+
+config_query_option ABIWORD_OPTS "Include statusbar?" y \
+ "" "--disable-statusbar" &&
+
+config_query_option ABIWORD_OPTS "Enable use of EMACS keybindings?" n \
+ "--enable-emacs-keybindings" "" &&
+
+config_query_option ABIWORD_OPTS "Enable use of VI keybindings?" n \
+ "--enable-vi-keybindings" ""
diff --git a/gnome2-apps/abiword/DEPENDS b/gnome2-apps/abiword/DEPENDS
index 204071b..c35602e 100755
--- a/gnome2-apps/abiword/DEPENDS
+++ b/gnome2-apps/abiword/DEPENDS
@@ -30,34 +30,69 @@ optional_depends gnome-vfs2 \
"--without-gnomevfs" \
"for gnome-vfs library support" &&

+optional_depends glib2 \
+ "--with-gio" "--without-gio" \
+ "Use GIO library?" &&
+
optional_depends enchant \
"--enable-spell" \
"--disable-spell" \
"for spell checking support" &&
-optional_depends asio '--enable-collab-backend-tcp' \
- '--disable-collab-backend-tcp' \
- 'for the tcp collaboration plugin' &&
+
+#optional_depends asio '--enable-collab-backend-tcp' \
+# '--disable-collab-backend-tcp' \
+# 'for the tcp collaboration plugin' &&
+
optional_depends empathy '--enable-collab-backend-telepathy' \
'--disable-collab-backend-telepathy' \
'for the telepathy collaboration plugin' &&
+
optional_depends loudmouth '--enable-collab-backend-xmpp' \
'--disable-collab-backend-xmpp' \
'for the XMPP/Jabber collaboration plugin' &&
+
optional_depends dbus-glib '--enable-collab-backend-sugar' \
'--disable-collab-backend-sugar' \
'for the Sugar collaboration plugin' &&
-optional_depends libsoup '--enable-collab-backend-service' \
- '--disable-collab-backend-service' \
- 'for the service collaboration plugin' &&
+
+#optional_depends libsoup '--enable-collab-backend-service' \
+# '--disable-collab-backend-service' \
+# 'for the service collaboration plugin' &&
+
if is_depends_enabled $SPELL libsoup; then
depends asio
fi &&
+
+optional_depends libical \
+ "--with-libical" "--without-libical" \
+ "Use libical and raptor libraries?" &&
+
+optional_depends evolution-data-server \
+ "--with-evolution-data-server" \
+ "--without-evolution-data-server" \
+ "Use Evolution Data Server to get at contact and calendar
information?" &&
+
+optional_depends libchamplain \
+ "--with-champlain" "--without-champlain" \
+ "Use champlain to display maps?" &&
+
optional_depends libwmf '' '' 'for the Windows Metafile Format plugin' &&
+
optional_depends libgda4 '' '' 'for gda database access plugin' &&
+
optional_depends gtkmathview '' '' 'for mathview MathML plugin' &&
+
optional_depends libwpd '' '' 'for the WordPerfect plugin' &&
+
optional_depends libwpg '' '' 'for the WordPerfect graphics plugin' &&
+
optional_depends aiksaurus '' '' 'for the aiksaurus (thesaurus) plugin' &&
+
optional_depends psiconv '' '' 'for the psiconv (psion conversion) plugin' &&
+
optional_depends gimp '' '' 'for the gimp plugin' &&
-optional_depends tidy '' '' 'for HTML cleaning using tidy'
+
+optional_depends tidy \
+ "--with-libtidy" "--without-libtidy"' \
+ "for HTML cleaning using tidy"
+
diff --git a/gnome2-apps/abiword/DETAILS b/gnome2-apps/abiword/DETAILS
index 2b4dc45..173047e 100755
--- a/gnome2-apps/abiword/DETAILS
+++ b/gnome2-apps/abiword/DETAILS
@@ -1,14 +1,14 @@
SPELL=abiword
if [[ $DEVEL == y ]]; then
- VERSION=2.9.4
+ VERSION=3.0.0
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.abisource.com/downloads/$SPELL/$VERSION/source/$SOURCE
-
SOURCE_HASH=sha512:8f09741bbd1d492be1e5f3486253c6d6c0c21895aaaa85fe60b167e30adbb72f9baa790a50370ec1cf0321229f6173aa2c48d05456fe8d06e08ef9685bb01d32
+
SOURCE_HASH=sha512:3f9804b17f27b8afa2f5bcccdb1b5d6270339ad4f518523208f2e2cde54cb28391575cfd3639aaadc13ab50d5908260b159ca7b41fd92ed5a449d7012e5a4637
else
- VERSION=2.8.6
+ VERSION=3.0.0
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.abisource.com/downloads/$SPELL/$VERSION/source/$SOURCE
-
SOURCE_HASH=sha512:327ffa6da73f7a1b74d1bc374239ac087ee76672da590626da3a068f972684b0963c50641718c39a7fb2429a56c1076bdfd67e8f7f0eab0eda90b70cf846bbbd
+
SOURCE_HASH=sha512:3f9804b17f27b8afa2f5bcccdb1b5d6270339ad4f518523208f2e2cde54cb28391575cfd3639aaadc13ab50d5908260b159ca7b41fd92ed5a449d7012e5a4637
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index c87c422..25878ac 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,8 @@
+2014-01-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated devel version to 3.0.0
+ * DEPENDS: updated depends, commented out currently broken backends
+ * CONFIGURE: added new configure options
+
2014-01-25 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated devel version to 2.9.4

diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
index 719a5d9..081340c 100755
--- a/http/webkitgtk/BUILD
+++ b/http/webkitgtk/BUILD
@@ -1,6 +1,4 @@
-OPTS="$WEBKIT_SVG $WEBKIT_WEBGL $OPTS" &&
-OPTS="--with-gtk=2.0 --disable-webkit2 $OPTS" &&
+OPTS="--enable-webkit1 --disable-webkit2 $WEBKIT_OPTS $OPTS" &&
+
+default_build

-make_single &&
-default_build &&
-make_normal
diff --git a/http/webkitgtk/CONFIGURE b/http/webkitgtk/CONFIGURE
index d2cebdd..1c1eb0d 100755
--- a/http/webkitgtk/CONFIGURE
+++ b/http/webkitgtk/CONFIGURE
@@ -1,6 +1,21 @@
-config_query_list WEBKIT_FONT_BE "Select font backend to use" freetype2
pango &&
-config_query_list WEBKIT_ACC "Select acceleration backend to use" opengl
clutter none &&
-config_query_list WEBKIT_UNICODE "Select unicode backend to use" icu glib2 &&
+config_query_option WEBKIT_OPTS "Enable support for WebGL?" y \
+ "--enable-webgl" "--disable-webgl" &&
+
+config_query_option WEBKIT_OPTS "Enable support for GLX?" y \
+ "--enable-glx" "--disable-glx" &&
+
+config_query_option WEBKIT_OPTS "Enable support for EGL?" y \
+ "--enable-egl" "--disable-egl" &&
+
+config_query_option WEBKIT_OPTS "Enable support for OpenGL ES 2?" n \
+ "--enable-gles2" "--disable-gles2" &&
+
+config_query_option WEBKIT_OPTS "Enable JIT compilation?" y \
+ "--enable-jit" "--disable-jit" &&
+
+config_query_option WEBKIT_OPTS "Enable Opcode statistics?" n \
+ "--enable-opcode-stats" "--disable-opcode-stats"
+
+# something like this will be needed for wayland
+#config_query_list WEBKIT_TARGET "Build for which target?" x11 wayland
x11,wayland directfb

-config_query_option WEBKIT_WEBGL "Enable support for WebGL?" y \
- "--enable-webgl" "--disable-webgl"
diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index e36a940..a1e8519 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -2,69 +2,65 @@ depends -sub CXX gcc &&
depends autoconf &&
depends automake &&
depends libtool &&
-depends gtk+2 &&
-depends icu &&
+depends bison &&
depends gperf &&
+depends flex &&
+depends icu &&
+depends libxslt &&
+depends libxml2 &&
+depends zlib &&
+depends libxt &&
+depends libxrender &&
+depends libxcomposite &&
+depends libxdamage &&
+depends mesalib --enable-accelerated-compositing &&
+depends glib2 &&
+depends fontconfig &&
+depends freetype2 &&
+depends harfbuzz &&
+depends cairo --enable-svg &&
+depends pango &&
+depends gtk+2 --with-gtk=2.0 &&
+depends gdk-pixbuf2 &&
+depends libsoup &&
+depends at-spi2-core &&
depends libpng &&
depends JPEG &&
-depends bison &&
-depends flex &&
+depends libwebp &&
depends sqlite &&
-depends libsoup &&
-depends enchant &&
-depends libxt &&
+depends perl &&
+depends PYTHON &&
depends RUBY &&

-optional_depends cairo '--enable-svg' \
- '--disable-svg' \
- 'Enable SVG support?'
+optional_depends enchant \
+ "--enable-spellcheck" "--disable-spellcheck" \
+ "Enable spellchecking support?" &&

-optional_depends libxslt '--enable-xslt' \
- '--disable-xslt' \
- 'for XSLT support' &&
+optional_depends libsecret \
+ "--enable-credential-storage"
"--disable-credential-storage" \
+ "Enable support for credential storage?" &&

-optional_depends gtk-doc '--enable-gtk-doc' \
- '--disable-gtk-doc' \
- 'for documentation generation' &&
-
-if [[ ! $WEBKIT_FONT_BE == freetype2 ]]; then
- depends pango "--with-font-backend=pango"
-fi &&
-depends freetype2 &&
+optional_depends gobject-introspection \
+ "--enable-introspection" "--disable-introspection" \
+ "Enable GObject introspection?" &&

-optional_depends gst-plugins-base \
- "--enable-video" \
- "--disable-video" \
- "for HTML5 streaming video support" &&
+optional_depends geoclue \
+ "--enable-geolocation" "--disable-geolocation" \
+ "Enable geolocation support?" &&

-#optional_depends gobject-introspection \
-# "--enable-introspection" \
-# "--disable-introspection" \
-# "to enable introspection" &&
+optional_depends gstreamer-1.0 \
+ "--enable-web-audio --enable-video" \
+ "--disable-web-audio --disable-video" \
+ "Enable support for enable HTML5 video and Web Audio?" &&

-optional_depends geoclue \
- "--enable-geolocation" \
- "--disable-geolocation" \
- "to enable geolocation support" &&
-
-case $WEBKIT_ACC in
- opengl)
- depends OPENGL "--with-acceleration-backend=opengl"
- ;;
- clutter)
- depends clutter "--with-acceleration-backend=clutter"
- ;;
- *)
- OPTS+=" --with-acceleration-backend=none"
- ;;
-esac
+if is_depends_enabled $SPELL gstreamer-1.0 ; then
+ depends gst-plugins-base-1.0
+fi &&

-#if is_depends_enabled $SPELL gobject-introspection; \
-# then depends gir-repository; fi
+optional_depends upower \
+ "--enable-battery-status" "--disable-battery-status" \
+ "Enable support for Battery Status API?" &&

-depends atk &&
-depends fontconfig &&
-depends gdk-pixbuf2 &&
-depends glib2 &&
-depends libx11 &&
-depends libxml2
+optional_depends gtk-doc \
+ "--enable-gtk-doc" "--disable-gtk-doc" \
+ "Build documentation with gtk-doc?"
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index 0b1cf0b..85ab13f 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,17 +1,9 @@
SPELL=webkitgtk
-if [[ $WEBKITGTK_NIGHT == "y" ]]; then
- VERSION=1.10.2
- SOURCE=$SPELL-$VERSION.tar.xz
+ VERSION=2.2.4
+ SOURCE=webkitgtk-$VERSION.tar.xz
SOURCE_URL[0]=http://www.webkitgtk.org/releases/$SOURCE
-
SOURCE_HASH=sha512:0c2909eabdc9532619d6486cd42f18a4eb4868c02be3f1c62a6d11d2cb23b4d5a84dd9b60fc353a25134c4ecd8f7cc9f75690bfc17a0360fd4a4c1f4f07aac8f
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-else
- VERSION=1.10.2
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://www.webkitgtk.org/releases/$SOURCE
-
SOURCE_HASH=sha512:0c2909eabdc9532619d6486cd42f18a4eb4868c02be3f1c62a6d11d2cb23b4d5a84dd9b60fc353a25134c4ecd8f7cc9f75690bfc17a0360fd4a4c1f4f07aac8f
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-fi
+
SOURCE_HASH=sha512:9467abb72dda5839274702ee9173d8d83599196446f80537cf18e9be4b42fb7e23fdeb7d053d87a0143de5b499163d693dd09c4f035a315df78c46d9f7408705
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/webkitgtk-$VERSION
WEB_SITE=http://webkitgtk.org/
SECURITY_PATCH=8
PATCHLEVEL=1
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 44ee84d..c7ce335 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,11 @@
+2014-01-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 2.2.4
+ * DEPENDS: updated to new dependencies
+ * CONFIURE: added new configure options
+ * PREPARE: removed
+ * PRE_BUILD: removed but may be needed if can get gtk-doc removal
fixed
+ * BUILD: removed the make_single
+
2013-01-08 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on RUBY (tested ruby-1.9 and ruby-1.8)

diff --git a/http/webkitgtk/PREPARE b/http/webkitgtk/PREPARE
deleted file mode 100755
index 678e34c..0000000
--- a/http/webkitgtk/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query WEBKITGTK_NIGHT "Build devel version?" n
diff --git a/http/webkitgtk/PRE_BUILD b/http/webkitgtk/PRE_BUILD
deleted file mode 100755
index cdd362a..0000000
--- a/http/webkitgtk/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/gtk-doc.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/opengl-headers.patch"
diff --git a/http/webkitgtk3/BUILD b/http/webkitgtk3/BUILD
index d93409a..081340c 100755
--- a/http/webkitgtk3/BUILD
+++ b/http/webkitgtk3/BUILD
@@ -1,4 +1,4 @@
-OPTS="$WEBKIT_SVG $WEBKIT_WEBGL $OPTS" &&
-OPTS="--with-gtk=3.0 $OPTS" &&
+OPTS="--enable-webkit1 --disable-webkit2 $WEBKIT_OPTS $OPTS" &&

default_build
+
diff --git a/http/webkitgtk3/CONFIGURE b/http/webkitgtk3/CONFIGURE
index 1fe0ab0..992cf7d 100755
--- a/http/webkitgtk3/CONFIGURE
+++ b/http/webkitgtk3/CONFIGURE
@@ -1,4 +1,21 @@
-config_query_list WEBKIT_FONT_BE "Select font backend to use" freetype2
pango &&
+config_query_option WEBKIT_OPTS "Enable support for WebGL?" y \
+ "--enable-webgl" "--disable-webgl" &&
+
+config_query_option WEBKIT_OPTS "Enable support for GLX?" y \
+ "--enable-glx" "--disable-glx" &&
+
+config_query_option WEBKIT_OPTS "Enable support for EGL?" y \
+ "--enable-egl" "--disable-egl" &&
+
+config_query_option WEBKIT_OPTS "Enable support for OpenGL ES 2?" n \
+ "--enable-gles2" "--disable-gles2" &&
+
+config_query_option WEBKIT_OPTS "Enable JIT compilation?" y \
+ "--enable-jit" "--disable-jit" &&
+
+config_query_option WEBKIT_OPTS "Enable Opcode statistics?" n \
+ "--enable-opcode-stats" "--disable-opcode-stats"
+
+# Something like this will be needed for wayland
+#config_query_list WEBKIT_TARGET "Build for which target?" x11 wayland
x11,wayland directfb

-config_query_option WEBKIT_WEBGL "Enable support for WebGL?" y \
- "--enable-webgl" "--disable-webgl"
diff --git a/http/webkitgtk3/DEPENDS b/http/webkitgtk3/DEPENDS
index 8062770..f0cbcf2 100755
--- a/http/webkitgtk3/DEPENDS
+++ b/http/webkitgtk3/DEPENDS
@@ -2,53 +2,66 @@ depends -sub CXX gcc &&
depends autoconf &&
depends automake &&
depends libtool &&
-depends gtk+3 &&
-depends icu &&
+depends bison &&
depends gperf &&
+depends flex &&
+depends icu &&
+depends libxslt &&
+depends libxml2 &&
+depends zlib &&
+depends libxt &&
+depends libxrender &&
+depends libxcomposite &&
+depends libxdamage &&
+depends mesalib --enable-accelerated-compositing &&
+depends glib2 &&
+depends fontconfig &&
+depends freetype2 &&
+depends harfbuzz &&
+depends cairo --enable-svg &&
+depends pango &&
+depends gtk+3 --with-gtk=3.0 &&
+depends gtk+2 &&
+depends gdk-pixbuf2 &&
+depends libsoup &&
+depends at-spi2-core &&
depends libpng &&
depends JPEG &&
-depends bison &&
-depends flex &&
+depends libwebp &&
depends sqlite &&
-depends libsoup &&
-depends enchant &&
-depends libxt &&
depends perl &&
depends PYTHON &&
depends RUBY &&

-optional_depends gtk-doc '--enable-gtk-doc' \
- '' \
- 'Build documentation?' &&
+optional_depends enchant \
+ "--enable-spellcheck" "--disable-spellcheck" \
+ "Enable spellchecking support?" &&

-optional_depends cairo '--enable-svg' \
- '--disable-svg' \
- 'Enable SVG support?' &&
+optional_depends libsecret \
+ "--enable-credential-storage"
"--disable-credential-storage" \
+ "Enable support for credential storage?" &&

-optional_depends libxslt '--enable-xslt' \
- '--disable-xslt' \
- 'for XSLT support' &&
+optional_depends gobject-introspection \
+ "--enable-introspection" "--disable-introspection" \
+ "Enable GObject introspection?" &&

-if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
- depends freetype2
-else
- depends pango "--with-font-backend=pango"
-fi &&
+optional_depends geoclue \
+ "--enable-geolocation" "--disable-geolocation" \
+ "Enable geolocation support?" &&

-optional_depends gst-plugins-base \
- "--enable-video" \
- "--disable-video" \
- "for HTML5 streaming video support" &&
+optional_depends gstreamer-1.0 \
+ "--enable-web-audio --enable-video" \
+ "--disable-web-audio --disable-video" \
+ "Enable support for enable HTML5 video and Web Audio?" &&

-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection" &&
+if is_depends_enabled $SPELL gstreamer-1.0 ; then
+ depends gst-plugins-base-1.0
+fi &&

-optional_depends geoclue \
- "--enable-geolocation" \
- "--disable-geolocation" \
- "to enable geolocation support"
+optional_depends upower \
+ "--enable-battery-status" "--disable-battery-status" \
+ "Enable support for Battery Status API?" &&

-#if is_depends_enabled $SPELL gobject-introspection; \
-# then depends gir-repository; fi
+optional_depends gtk-doc \
+ "--enable-gtk-doc" "--disable-gtk-doc" \
+ "Build documentation with gtk-doc?"
diff --git a/http/webkitgtk3/DETAILS b/http/webkitgtk3/DETAILS
index 27a7654..a8d1e2e 100755
--- a/http/webkitgtk3/DETAILS
+++ b/http/webkitgtk3/DETAILS
@@ -1,14 +1,15 @@
SPELL=webkitgtk3
- VERSION=1.10.2
+ VERSION=2.2.4
SOURCE=webkitgtk-$VERSION.tar.xz
SOURCE_URL[0]=http://www.webkitgtk.org/releases/$SOURCE
-
SOURCE_HASH=sha512:0c2909eabdc9532619d6486cd42f18a4eb4868c02be3f1c62a6d11d2cb23b4d5a84dd9b60fc353a25134c4ecd8f7cc9f75690bfc17a0360fd4a4c1f4f07aac8f
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/webkitgtk-$VERSION"
+
SOURCE_HASH=sha512:9467abb72dda5839274702ee9173d8d83599196446f80537cf18e9be4b42fb7e23fdeb7d053d87a0143de5b499163d693dd09c4f035a315df78c46d9f7408705
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/webkitgtk-$VERSION
WEB_SITE=http://webkitgtk.org/
- SECURITY_PATCH=4
+ SECURITY_PATCH=8
+ PATCHLEVEL=1
GATHER_DOCS=off
LICENSE[0]=GPL
- ENTERED=20101017
+ ENTERED=20071208
SHORT="open source web browser engine"
cat << EOF
WebKit is an open source web browser engine. WebKit is also the name of the
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
index 0e90558..6adac04 100644
--- a/http/webkitgtk3/HISTORY
+++ b/http/webkitgtk3/HISTORY
@@ -1,40 +1,66 @@
-2013-02-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: added dependencies on perl, PYTHON and RUBY
+2014-01-28 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 2.2.4
+ * DEPENDS: updated to new dependencies
+ * CONFIURE: added new configure options
+ * PRE_BUILD: removed but may be needed if can get gtk-doc removal
fixed
+
+2013-01-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on RUBY (tested ruby-1.9 and ruby-1.8)
+
+2012-12-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE, DEPENDS: added configuration options for selecting
+ the acceleration backend and the unicode backend
+ * DEPENDS: removed dependencies on gstreamer, libffi, libxrender
+ and pcre
+
+2012-12-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: fix syntax error in if statement
+
+2012-12-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependencies on atk, fontconfig, gdk-pixbuf2,
+ glib2, gstreamer, libffi, libx11, libxml2, libxrender, pcre
+ * DETAILS: bumped PATCHLEVEL

2012-12-11 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.10.2, SECURITY_PATCH=4, SOURCE: webkit -> webkitgtk
+ * DETAILS: 1.10.2, SECURITY_PATCH=8, SOURCE: webkit -> webkitgtk
+ * BUILD: --disable-webkit2 added, WebKit2 requires GTK+ 3.x
* PRE_BUILD, bison-2.6.patch: patch removed

2012-09-17 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.3, SECURITY_PATCH=3
+ * DETAILS: 1.8.3, SECURITY_PATCH=7

2012-08-04 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.2, SECURITY_PATCH=2
+ * DETAILS: 1.8.2, SECURITY_PATCH=6
* PRE_BUILD, bison-2.6.patch: upstream patch added
http://trac.webkit.org/changeset/124099

-2012-05-10 Arjan Bouter <abouter AT sourcemage.org>
- * PRE_BUILD, opengl-headers.patch, gtk-doc.patch: apply
- webkitgtk patches to webkitgtk3
-
2012-04-25 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.8.1, SECURITY_PATCH=1
+ * DETAILS: 1.8.1, SECURITY_PATCH=5
+ * PRE_BUILD, disable-geo.patch: patch removed
+
+2012-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply patches
+ * disable-geo.patch: added, to fix compilation with disabled geoclue
+ support
+ * gtk-doc.patch: added, to fix installation without gtk-doc
+ * opengl-headers.patch: added, to fix compilation with opengl support
+
+2012-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: corrected source urls

2012-04-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.0
* CONFIGURE, BUILD: option for enable/disable webgl added

-2012-02-05 George Sherwood <gsherwood AT sourcemage.org>
- * DEPENDS: No longer depends on libsoup devel
-
2012-02-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.3

-2011-11-12 Tommy Boatman <tboatman AT sourcemage.org>
- * DEPENDS: changed gtk-doc to optional (bug #317)
+2012-01-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: libsoup is up to date enough to be used as stable

2011-09-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.1
+ * BUILD: --with-gtk=2.0 added

2011-08-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.3
@@ -49,38 +75,383 @@

2011-06-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.1
- * PRE_BUILD, perl514.patch: added to fix compilation with new Perl
5.14

-2011-04-26 Ladislav Hagara <hgr AT vabo.cz>
+2011-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * perl514.patch: added, to fix compilation with new Perl 5.14
+
+2011-05-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: stable is now at 1.4.0, which requires devel libsoup
+
+2011-04-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.0

+2011-04-12 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: devel webkit depends on devel libsop
+
2011-04-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.13

2011-02-27 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.12
+ * DETAILS: Updated devel to version 1.3.12

-2011-02-12 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.11
- * DEPENDS: Required devel version of libsoup
+2011-02-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.3.11

-2011-01-11 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.10
+2011-02-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.7, SECURITY_PATCH=4
+
+2011-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed multijob build
+
+2010-12-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.6, SECURITY_PATCH=3, #15926

2010-12-24 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.9
+ * DETAILS: Updated devel to version 1.3.9
+
+2010-12-19 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.3.7

-2010-12-18 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.7
- * DEPENDS: Added back optional_depends gobject-introspection
+2010-11-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.3.6

2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG

2010-10-22 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 1.3.5. Updated SOURCE_URL & SOURCE
- Updated SOURCE_DIRECTORY
- * PRE_BUILD: Removed. Not needed for released source.
+ * DETAILS: Updated devel to 1.3.5
+
+2010-10-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.5, SECURITY_PATCH=2, #15882
+
+2010-09-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.3.4
+
+2010-09-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.4, SECURITY_PATCH=1
+
+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
+
+2010-07-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.3.3
+
+2010-07-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.2, 1.3.2
+
+2010-06-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.3.1
+ * PRE_BUILD: Devel version doesn't need icu patch
+
+2010-05-18 Robert Figura <template AT sourcemage.org>
+ * DEPENDS: added libxt
+
+2010-05-14 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.2.1
+ * webkit-icu44.patch: Updated (Removed ChangeLog) to work with 1.2.1
+
+2010-05-07 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: fixed icu-dev version patch
+
+2010-04-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added depends gir-repository if optional depends
+ gobject-introspection
+
+2010-04-18 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD, webkit-icu44.patch: added patch to fix icu 4.4 issues
+
+2010-04-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.0
+ * DEPENDS: used devel dependencies for both stable and devel now
+
+2010-04-02 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^none^PRE_SUB_DEPENDS: added
+ WEBKIT_DEVEL sub dependency
+
+2010-03-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.1.90
+
+2010-03-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 1.1.23
+
+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
+
+2010-02-11 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 1.1.21
+
+2010-02-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 1.1.20
+
+2010-01-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 1.1.19
+
+2010-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to 1.1.18
+ * DEPENDS: Devel version needs devel version of libsoup
+
+2009-12-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made gtk-doc and libxslt optional,
+ moved svg query to an optional dep.
+
+2009-12-06 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.15.4
+ Updated devel to version 1.1.17
+ Added devel version vice a nightly build. Updated SOURCE &
SOURCE_URL
+ Updated devel SOURCE_DIRECTORy
+ * PREPARE: Changed query to use devel version
+ * PRE_BUILD: Removed. Not needed for upstream devel version
+
+2009-11-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r51062
+
+2009-10-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r50006
+
+2009-10-20 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.15.3
+
+2009-10-06 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.15.2
+
+2009-10-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r49032. Updated SOURCE_URL[0]
+
+2009-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: stable libsoup is ok now (removed -sub SOUP_DEVEL)
+
+2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.15, 1.1.15.1
+
+2009-09-07 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.14
+
+2009-09-04 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r48037
+
+2009-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.13
+
+2009-08-11 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r47011
+
+2009-08-01 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.12
+
+2009-07-22 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r46193
+
+2009-07-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added sub_depends for libsoup on devel version
+ * DETAILS: Updated stable to 1.1.11
+
+2009-06-29 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r45330
+
+2009-06-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.10
+
+2009-06-10 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.9
+
+2009-05-30 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r44282
+
+2009-05-28 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.8
+
+2009-05-22 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r44015
+
+2009-05-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.7
+
+2009-05-04 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to r43163
+
+2009-04-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: enchant isn't optional
+
+2009-04-29 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: optional_depends enchant
+ devel depends on gtk-doc
+ * DETAILS: Updated stable to version 1.1.6
+ Updated evel to version r43000
+
+2009-04-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 1.1.5
+
+2009-04-05 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: optional_depends gst-plugins-base not gstreamer
+
+2009-04-04 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added optional_depends gstreamer
+
+2009-04-03 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 1.1.4
+
+2009-03-28 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated nightly build to r42075
+
+2009-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated stable to 1.1.3
+
+2009-03-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 1.1.2 and nightly build to r41707
+ Updated SOURCE_URL and WEB_SITE
+
+2009-03-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Added webkit released version 1.1.1
+ * PREPARE: Added to select release or nightly build
+ * CONFIGURE: curl is no longer an option
+ * DEPENDS: no longer choice between libsoup and curl. Only libsoup
+ * UP_TRIGGERS: Added.
+
+2009-02-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r41017
+
+2009-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: curl/libsoup are _http_ backends
+
+2009-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r40000
+
+2009-01-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r39872
+
+2009-01-11 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r39790
+ * PRE_BUILD: Removed bison patch
+ * webkit-bison.patch: Removed. Official fix incorporated upstream
+
+2008-12-09 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: Added option for libsoup http backend
+ * DEPENDS: depends on either curl or libsoup depending on http backend
+
+2008-12-07 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r39077
+ * PRE_BUILD: Added upstream patch
+ * webkit-bison.patch: Added patch to fix problems with bison 2.4
+
+2008-11-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r38654
+
+2008-10-08 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: updated spell to r37381
+
+2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r36635, for new JavaScript engine (SFX)
+
+2008-09-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r36108, for the latest (0.0.21) midori
+
+2008-08-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r36004, ~1k rev passed since the last
+ non-midori update
+
+2008-08-26 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version bump to r35928
+
+2008-08-23 George sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version r35895
+
+2008-08-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r35417 for midori 0.0.19
+
+2008-07-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r35075 (switched back to 8.8 mib tarball)
+
+2008-07-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r35005, fixed long desc
+
+2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: don't do useless doc'ing, let's keep good tradition to
update
+ this spell on every ~1Kth revision :P
+
+2008-05-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r34271
+
+2008-05-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r33475
+
+2008-05-03 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version r32828
+
+2008-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r31872
+ * BUILD, CONFIGURE, DEPENDS: added font backend selection
+
+2008-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PRE_BUILD: moved autogen.sh here
+ * BUILD: uses default_build
+
+2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r31738
+
+2008-03-30 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version r31436
+ * CONFIGURE: Changed to --enable-svg-experimental to fix compile
+ problem with SVG.
+
+2008-02-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r30549
+
+2008-02-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version r30468
+
+2008-02-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r30218
+
+2008-02-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r30048
+
+2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r30028
+
+2008-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29866
+
+2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29801
+ * CONFIGURE: made SVG support configurable
+ * PRE_BUILD: => BUILD
+
+2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29753
+
+2008-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29711
+
+2008-01-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29438, added SVG support
+
+2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29226
+
+2008-01-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29208
+
+2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29180
+
+2008-01-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r29152
+
+2008-01-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated to build 29079, cleaned up
+ * DEPENDS, BUILD, PRE_BUILD: qmake => autotools
+
+2007-12-14 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to build 28711

-2010-10-17 George Sherwood <gsherwood AT sourcemage.org>
- * All: Created spell
+2007-12-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
diff --git a/http/webkitgtk3/PRE_BUILD b/http/webkitgtk3/PRE_BUILD
deleted file mode 100755
index cdd362a..0000000
--- a/http/webkitgtk3/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/gtk-doc.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/opengl-headers.patch"



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (9d486000d2a7ac60d3b0b15f9b6473d15e1ec511), Robin Cook, 01/28/2014

Archive powered by MHonArc 2.6.24.

Top of Page