webkitgtk: update to 2.0.1; disabled webaudio/gamepad options for now.

This commit is contained in:
Juan RP 2013-04-22 17:54:07 +02:00
parent 556b89f09d
commit ac3c682908

View File

@ -1,17 +1,16 @@
# Template file for 'webkitgtk'
pkgname=webkitgtk
version=2.0.0
version=2.0.1
revision=1
short_desc="GTK+3 port of the WebKit browser engine"
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=454cdc4beffc2010f83661059178e33b6d9a07bcd60d09eabdf5d7cda17b88e4
checksum=6303552a39d7912725d75bc55f530cdb99171fb873e299798d0bb932d6ea76cb
build_style=gnu-configure
configure_args="--with-gtk=3.0 --enable-web-audio
--enable-introspection --enable-gamepad"
configure_args="--with-gtk=3.0 --enable-introspection"
hostmakedepends="perl pkg-config intltool which gperf
flex ruby gobject-introspection"
@ -36,6 +35,6 @@ webkitgtk-devel_package() {
webkitgtk_package() {
pkg_install() {
vmove usr
vmove all
}
}