libraries/webkitgtk: Updated for version 2.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Hanson 2014-05-20 09:53:42 +07:00 committed by Willy Sudiarto Raharjo
parent a50bc6b094
commit 5fba3a4877
2 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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"