diff --git a/srcpkgs/webkitgtk/template b/srcpkgs/webkitgtk/template index 5948c8d037a..57aaf9d705f 100644 --- a/srcpkgs/webkitgtk/template +++ b/srcpkgs/webkitgtk/template @@ -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 " 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 } }