From ad4566bbc941a0a42353577d83b0182fdbf7511c Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Fri, 24 Aug 2012 17:52:10 -0500 Subject: libraries/webkitgtk: Bump to 1.8.3. Signed-off-by: Erik Hanson --- libraries/webkitgtk/webkitgtk.SlackBuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libraries/webkitgtk/webkitgtk.SlackBuild') diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild index 0a14dc17ef98..375ad86d356a 100644 --- a/libraries/webkitgtk/webkitgtk.SlackBuild +++ b/libraries/webkitgtk/webkitgtk.SlackBuild @@ -2,7 +2,7 @@ # # 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. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=webkitgtk SRCNAM=webkit -VERSION=1.3.4 +VERSION=${VERSION:-1.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,11 +61,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* cd $SRCNAM-$VERSION chown -R root:root . 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" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -73,6 +76,8 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --with-font-backend=pango \ + --with-gtk=2.0 \ + --enable-geolocation=$GEOCLUE \ --build=$ARCH-slackware-linux make -- cgit v1.2.3