summaryrefslogtreecommitdiffstats
path: root/libraries/webkitgtk3/webkitgtk3.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2013-05-29 19:33:58 +0200
committer Robby Workman2013-11-06 07:52:53 +0100
commitad582030e01dd361dda111e646f778b503c03c68 (patch)
tree28f12f1bb29cc25f5bc2681683e694fa50e68960 /libraries/webkitgtk3/webkitgtk3.SlackBuild
parente06fe12c22ac108f516b068a6a070918e6ded1c8 (diff)
downloadold.slackbuilds-ad582030e01dd361dda111e646f778b503c03c68.tar.gz
libraries/webkitgtk3: Updated for version 1.10.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/webkitgtk3/webkitgtk3.SlackBuild')
-rw-r--r--libraries/webkitgtk3/webkitgtk3.SlackBuild6
1 files changed, 4 insertions, 2 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 \