webkitgtk: update to 2.4.1.
This commit is contained in:
parent
d6195fe9f3
commit
b14f6fdda7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux'
|
# Template file for 'linux'
|
||||||
pkgname=linux
|
pkgname=linux
|
||||||
version=3.14
|
version=3.10
|
||||||
revision=2
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -10,9 +10,9 @@ license="Public domain"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
makedepends="linux3.14 linux-firmware dracut"
|
makedepends="linux3.10 linux-firmware dracut"
|
||||||
depends="linux3.14"
|
depends="linux3.10"
|
||||||
_depends_headers="linux3.14-headers"
|
_depends_headers="linux3.10-headers"
|
||||||
;;
|
;;
|
||||||
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'webkitgtk'
|
# Template file for 'webkitgtk'
|
||||||
pkgname=webkitgtk
|
pkgname=webkitgtk
|
||||||
version=2.4.0
|
version=2.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0"
|
configure_args="--with-gtk=3.0"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://webkitgtk.org/"
|
homepage="http://webkitgtk.org/"
|
||||||
license="LGPL-2.1, Simplified BSD (2 clause)"
|
license="LGPL-2.1, Simplified BSD (2 clause)"
|
||||||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=dc5277cda89ee038408f78c94b1b07f101997f01ef877a142ffedac3b537dfbb
|
checksum=6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
msg_error "${pkgname}-${version}: cannot be cross compiled right now.\n"
|
msg_error "${pkgname}-${version}: cannot be cross compiled right now.\n"
|
||||||
|
|
Loading…
Reference in New Issue