summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/webkitgtk/webkitgtk.SlackBuild7
-rw-r--r--libraries/webkitgtk/webkitgtk.info6
2 files changed, 6 insertions, 7 deletions
diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild
index 8280ce2855..6374d67e2b 100644
--- a/libraries/webkitgtk/webkitgtk.SlackBuild
+++ b/libraries/webkitgtk/webkitgtk.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for WebKitGTK+
#
-# Copyright 2010-2012 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2010-2014 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webkitgtk
-VERSION=${VERSION:-2.2.2}
+VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,11 +80,10 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-gtk=2.0 \
--enable-webkit2=no \
- --enable-plugin-process=no \
--enable-geolocation=$GEOCLUE \
--build=$ARCH-slackware-linux
-make -j1
+make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/webkitgtk/webkitgtk.info b/libraries/webkitgtk/webkitgtk.info
index dde796444a..9c2fc414c9 100644
--- a/libraries/webkitgtk/webkitgtk.info
+++ b/libraries/webkitgtk/webkitgtk.info
@@ -1,8 +1,8 @@
PRGNAM="webkitgtk"
-VERSION="2.2.2"
+VERSION="2.4.2"
HOMEPAGE="http://webkitgtk.org/"
-DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.2.2.tar.xz"
-MD5SUM="49cc8fd065de72603776a494e41c1977"
+DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.2.tar.xz"
+MD5SUM="da2b1b0f0863f3f21bdbc0476001589f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gst1-plugins-base libwebp"