summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/webkitgtk3/webkitgtk3.SlackBuild6
-rw-r--r--libraries/webkitgtk3/webkitgtk3.info8
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild
index 58ac93465f..0061a073bc 100644
--- a/libraries/webkitgtk3/webkitgtk3.SlackBuild
+++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild
@@ -26,11 +26,11 @@
PRGNAM=webkitgtk3
-VERSION=${VERSION:-1.8.3}
+VERSION=${VERSION:-1.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=webkit
+SRCNAM=webkitgtk
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -77,6 +77,8 @@ find . \
# Check if geoclue is there
if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi
+LIBS="-lrt" \
+CPPFLAGS="-I/usr/include/pango-1.0" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/libraries/webkitgtk3/webkitgtk3.info b/libraries/webkitgtk3/webkitgtk3.info
index 2ad8ba7dfd..54d2cd0495 100644
--- a/libraries/webkitgtk3/webkitgtk3.info
+++ b/libraries/webkitgtk3/webkitgtk3.info
@@ -1,10 +1,10 @@
PRGNAM="webkitgtk3"
-VERSION="1.8.3"
+VERSION="1.10.2"
HOMEPAGE="http://webkitgtk.org/"
-DOWNLOAD="http://www.webkitgtk.org/releases/webkit-1.8.3.tar.xz"
-MD5SUM="dcbf9d5e2e6391f857c29a57528b32a6"
+DOWNLOAD="http://webkitgtk.org/releases/webkitgtk-1.10.2.tar.xz"
+MD5SUM="7b1a652af1eb11bee5bf7209e9ff67e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="libwebp"
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"