diff options
author | David Somero <dsomero@hotmail.com> | 2014-12-31 06:58:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-31 06:58:05 +0700 |
commit | 9df08fac0dcb328b7c33e8b6d5e1ba645cc96f50 (patch) | |
tree | 8863aae61d51ad8fa8099423c9e7b329a2daa415 /libraries | |
parent | 7b60a54df191ef6bdedd63e3c0dfb375a40b8053 (diff) | |
download | slackbuilds-9df08fac0dcb328b7c33e8b6d5e1ba645cc96f50.tar.gz |
libraries/webkitgtk3: Updated for version 2.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/webkitgtk3/webkitgtk3.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/webkitgtk3/webkitgtk3.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild index a6a3bd8358..d9d4a6b29f 100644 --- a/libraries/webkitgtk3/webkitgtk3.SlackBuild +++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=webkitgtk3 -VERSION=${VERSION:-2.4.6} +VERSION=${VERSION:-2.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,7 +94,7 @@ make -j1 Programs_DumpRenderTree_LDFLAGS="-no-fast-install -no-install -lfontcon make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog NEWS $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/webkitgtk3/webkitgtk3.info b/libraries/webkitgtk3/webkitgtk3.info index f5012e984b..2f97caa4c0 100644 --- a/libraries/webkitgtk3/webkitgtk3.info +++ b/libraries/webkitgtk3/webkitgtk3.info @@ -1,8 +1,8 @@ PRGNAM="webkitgtk3" -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" |