diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-20 17:20:17 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-20 18:19:59 +0100 |
commit | 737fb7873ce8df18d28b4ec7d744f25699294843 (patch) | |
tree | 74b6ab7444e304cfcf910acb08cce2292375b38a /libraries/webkitgtk | |
parent | 3af08820fed0db443a47762c4408004cc420fc61 (diff) | |
download | slackbuilds-737fb7873ce8df18d28b4ec7d744f25699294843.tar.gz |
libraries/webkitgtk: Updated for version 2.2.2.
Added the new dependency gst1-plugins-base
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/webkitgtk')
-rw-r--r-- | libraries/webkitgtk/webkitgtk.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/webkitgtk/webkitgtk.info | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild index d8e83cbf0e..8280ce2855 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:-1.10.2} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,12 +63,15 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-s . +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 -CPPFLAGS="-I/usr/include/pango-1.0" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/libraries/webkitgtk/webkitgtk.info b/libraries/webkitgtk/webkitgtk.info index cbcd73915e..dde796444a 100644 --- a/libraries/webkitgtk/webkitgtk.info +++ b/libraries/webkitgtk/webkitgtk.info @@ -1,10 +1,10 @@ PRGNAM="webkitgtk" -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="Erik Hanson" EMAIL="erik@slackbuilds.org" |