libraries/webkitgtk: Updated for version 2.4.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Hanson 2014-12-30 21:44:41 +07:00 committed by Willy Sudiarto Raharjo
parent e3a4f912bc
commit 7b60a54df1
2 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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"