From 06bdd51a66adf912c34e026eda27981342e09192 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 12 Aug 2013 10:51:51 +0200 Subject: [PATCH] webkitgtk: update to 2.0.4. --- srcpkgs/webkitgtk/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/webkitgtk/template b/srcpkgs/webkitgtk/template index dfca630f1eb..a3fb663df5a 100644 --- a/srcpkgs/webkitgtk/template +++ b/srcpkgs/webkitgtk/template @@ -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 " 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" } }