webkitgtk: update to 2.0.4.

This commit is contained in:
Juan RP 2013-08-12 10:51:51 +02:00
parent 145fcc0c23
commit 06bdd51a66

View file

@ -1,16 +1,15 @@
# Template file for 'webkitgtk'
pkgname=webkitgtk
version=2.0.3
revision=2
version=2.0.4
revision=1
build_style=gnu-configure
configure_args="--with-gtk=3.0 --enable-introspection"
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=9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b
build_style=gnu-configure
configure_args="--with-gtk=3.0 --enable-introspection"
checksum=bd1550b7f6e1a55f803efe7d64438163ff6c04f02186002cb81d0c090aac734f
hostmakedepends="perl pkg-config intltool which gperf
flex ruby gobject-introspection"
@ -30,6 +29,7 @@ webkitgtk-devel_package() {
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
vmove "usr/lib/*.so"
}
}