[arch-commits] Commit in libwebkit/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Sep 1 07:33:07 UTC 2011
Date: Thursday, September 1, 2011 @ 03:33:07
Author: ibiru
Revision: 136752
update to 1.5.2
Modified:
libwebkit/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-01 06:55:02 UTC (rev 136751)
+++ PKGBUILD 2011-09-01 07:33:07 UTC (rev 136752)
@@ -3,24 +3,21 @@
pkgbase=libwebkit
pkgname=(libwebkit libwebkit3)
-pkgver=1.4.2
+pkgver=1.5.2
pkgrel=1
pkgdesc="An opensource web content engine"
arch=('i686' 'x86_64')
url="http://webkitgtk.org/"
license=('custom')
depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant')
-makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3')
-options=('!libtool')
+makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'namcap')
+options=('!libtool' '!emptydirs')
install=libwebkit.install
-source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
- replace-switch-with-given-when.patch)
-md5sums=('361f8420e93d12101d650758fec09fa0'
- '3ba708a26b7af0e1e853867966fe14f7')
+source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
+md5sums=('92e512b8222d107b71beccf88a045e09')
build() {
cd "${srcdir}/webkit-${pkgver}"
-# patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch"
mkdir build-gtk{2,3}
( cd build-gtk2 && _build --with-gtk=2.0 )
More information about the arch-commits
mailing list