From c869c4b504ccac95d4325ab324a63d65e20ef758 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 20 Nov 2013 17:22:20 +0100 Subject: libraries/webkitgtk3: Updated for version 2.2.2. Added the new dependency gst1-plugins-base Signed-off-by: Matteo Bernardini --- libraries/webkitgtk3/webkitgtk3.SlackBuild | 14 ++++++-------- libraries/webkitgtk3/webkitgtk3.info | 8 ++++---- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'libraries') diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild index e9bcb3c7ab..a3097b4227 100644 --- a/libraries/webkitgtk3/webkitgtk3.SlackBuild +++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=webkitgtk3 -VERSION=${VERSION:-1.10.2} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,17 +68,15 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* cd $SRCNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +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 {} \; # 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 54d2cd0495..c479074082 100644 --- a/libraries/webkitgtk3/webkitgtk3.info +++ b/libraries/webkitgtk3/webkitgtk3.info @@ -1,10 +1,10 @@ PRGNAM="webkitgtk3" -VERSION="1.10.2" +VERSION="2.2.2" HOMEPAGE="http://webkitgtk.org/" -DOWNLOAD="http://webkitgtk.org/releases/webkitgtk-1.10.2.tar.xz" -MD5SUM="7b1a652af1eb11bee5bf7209e9ff67e6" +DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.2.2.tar.xz" +MD5SUM="49cc8fd065de72603776a494e41c1977" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libwebp" +REQUIRES="gst1-plugins-base libwebp" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" -- cgit v1.2.3