summaryrefslogtreecommitdiffstats
path: root/libraries/webkitgtk
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2014-12-30 21:44:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-30 21:44:41 +0700
commit7b60a54df191ef6bdedd63e3c0dfb375a40b8053 (patch)
tree5f372b9c9691a6ec3b9a8be905a9c24508597135 /libraries/webkitgtk
parente3a4f912bc68db9da2eda9cd77b88045c7582f5c (diff)
downloadslackbuilds-7b60a54df191ef6bdedd63e3c0dfb375a40b8053.tar.gz
slackbuilds-7b60a54df191ef6bdedd63e3c0dfb375a40b8053.tar.xz
libraries/webkitgtk: Updated for version 2.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkitgtk')
-rw-r--r--libraries/webkitgtk/webkitgtk.SlackBuild7
-rw-r--r--libraries/webkitgtk/webkitgtk.info6
2 files changed, 6 insertions, 7 deletions
diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild
index 62087ec106..faed4b8cc2 100644
--- a/libraries/webkitgtk/webkitgtk.SlackBuild
+++ b/libraries/webkitgtk/webkitgtk.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webkitgtk
-VERSION=${VERSION:-2.4.6}
+VERSION=${VERSION:-2.4.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Check if geoclue is there
if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi
@@ -87,8 +87,7 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog INSTALL NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/webkitgtk/webkitgtk.info b/libraries/webkitgtk/webkitgtk.info
index e281bd909d..e5483ab04e 100644
--- a/libraries/webkitgtk/webkitgtk.info
+++ b/libraries/webkitgtk/webkitgtk.info
@@ -1,8 +1,8 @@
PRGNAM="webkitgtk"
-VERSION="2.4.6"
+VERSION="2.4.7"
HOMEPAGE="http://webkitgtk.org/"
-DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.6.tar.xz"
-MD5SUM="b0d019777754bb5779de8b9ad1dd6bfe"
+DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.7.tar.xz"
+MD5SUM="e1a10b4730f501980e3681db9b0e5d25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gst1-plugins-base libwebp"