webkitgtk: update to 2.4.1.

This commit is contained in:
Jan S 2014-04-18 23:37:12 +02:00
parent d6195fe9f3
commit b14f6fdda7
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'linux'
pkgname=linux
version=3.14
version=3.10
revision=2
build_style=meta
homepage="http://www.voidlinux.eu/"
@ -10,9 +10,9 @@ license="Public domain"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*)
makedepends="linux3.14 linux-firmware dracut"
depends="linux3.14"
_depends_headers="linux3.14-headers"
makedepends="linux3.10 linux-firmware dracut"
depends="linux3.10"
_depends_headers="linux3.10-headers"
;;
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
esac

View file

@ -1,6 +1,6 @@
# Template file for 'webkitgtk'
pkgname=webkitgtk
version=2.4.0
version=2.4.1
revision=1
build_style=gnu-configure
configure_args="--with-gtk=3.0"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://webkitgtk.org/"
license="LGPL-2.1, Simplified BSD (2 clause)"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
checksum=dc5277cda89ee038408f78c94b1b07f101997f01ef877a142ffedac3b537dfbb
checksum=6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7
if [ "$CROSS_BUILD" ]; then
msg_error "${pkgname}-${version}: cannot be cross compiled right now.\n"