libraries/webkitgtk: Bump to 1.8.3.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 17:52:10 -05:00 committed by Robby Workman
parent 65654e89d4
commit ad4566bbc9
3 changed files with 13 additions and 6 deletions

View File

@ -1,2 +1,4 @@
WebKitGTK+ is the port of the portable web rendering WebKitGTK+ is the port of the portable web rendering
engine WebKit to the GTK+ platform. engine WebKit to the GTK+ platform.
geoclue (to enable support for geolocation) is an optional dep.

View File

@ -2,7 +2,7 @@
# #
# Slackware build script for WebKitGTK+ # Slackware build script for WebKitGTK+
# #
# Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2010-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=webkitgtk PRGNAM=webkitgtk
SRCNAM=webkit SRCNAM=webkit
VERSION=1.3.4 VERSION=${VERSION:-1.8.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -61,11 +61,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $SRCNAM-$VERSION rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION cd $SRCNAM-$VERSION
chown -R root:root . chown -R root:root .
chmod -R u+w,go+r-w,a-s . chmod -R u+w,go+r-w,a-s .
# Check if geoclue is there
if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
@ -73,6 +76,8 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \ --disable-static \
--libdir=/usr/lib${LIBDIRSUFFIX} \ --libdir=/usr/lib${LIBDIRSUFFIX} \
--with-font-backend=pango \ --with-font-backend=pango \
--with-gtk=2.0 \
--enable-geolocation=$GEOCLUE \
--build=$ARCH-slackware-linux --build=$ARCH-slackware-linux
make make

View File

@ -1,8 +1,8 @@
PRGNAM="webkitgtk" PRGNAM="webkitgtk"
VERSION="1.3.4" VERSION="1.8.3"
HOMEPAGE="http://webkitgtk.org/" HOMEPAGE="http://webkitgtk.org/"
DOWNLOAD="http://webkitgtk.org/webkit-1.3.4.tar.gz" DOWNLOAD="http://www.webkitgtk.org/releases/webkit-1.8.3.tar.xz"
MD5SUM="a46046e438c148ffbce6a438f86733bc" MD5SUM="dcbf9d5e2e6391f857c29a57528b32a6"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""