mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/webkit2gtk: Updated for version 2.10.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aa18f2f7c2
commit
7b7b9234f1
2 changed files with 4 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=webkit2gtk
|
||||
SRCNAM=webkitgtk
|
||||
VERSION=${VERSION:-2.10.7}
|
||||
VERSION=${VERSION:-2.10.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,8 +70,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sed -i "s#isnan#std::&#g" Source/JavaScriptCore/runtime/Options.cpp
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake -DPORT=GTK \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="webkit2gtk"
|
||||
VERSION="2.10.7"
|
||||
VERSION="2.10.9"
|
||||
HOMEPAGE="http://webkitgtk.org/"
|
||||
DOWNLOAD="http://webkitgtk.org/releases/webkitgtk-2.10.7.tar.xz"
|
||||
MD5SUM="84832b9d8329413b4f1d87df5f7e8efe"
|
||||
DOWNLOAD="http://webkitgtk.org/releases/webkitgtk-2.10.9.tar.xz"
|
||||
MD5SUM="910749295bd17738469ae19ec9dded24"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="geoclue hyphen libwebp"
|
||||
|
|
Loading…
Reference in a new issue