[arch-commits] Commit in libwebkit/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 30 08:53:49 UTC 2012
Date: Friday, March 30, 2012 @ 04:53:48
Author: heftig
Revision: 154557
1.8.0
Modified:
libwebkit/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-30 08:32:21 UTC (rev 154556)
+++ PKGBUILD 2012-03-30 08:53:48 UTC (rev 154557)
@@ -3,22 +3,27 @@
pkgbase=libwebkit
pkgname=(libwebkit libwebkit3)
-pkgver=1.7.92
+pkgver=1.8.0
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' 'libgl')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant' 'libgl'
+ 'geoclue')
makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/webkit-$pkgver.tar.xz)
-sha256sums=('b5f7b9eef333609d457a0e6b335ff8d9e31c92459019b8aa80e1e24767601bb0')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
build() {
cd "$srcdir/webkit-$pkgver"
mkdir build-gtk{2,3}
+ # clear makeflags: race during introspection.
+ # WebKit*.gir should be created before WebKit*.typelib, but isn't
+ MAKEFLAGS=
+
( cd build-gtk2 && _build --with-gtk=2.0 )
( cd build-gtk3 && _build --with-gtk=3.0 )
}
@@ -28,7 +33,6 @@
--enable-introspection \
--with-font-backend=freetype \
--with-unicode-backend=icu \
- --enable-geolocation=no \
--enable-spellcheck "$@"
make all stamp-po
}
More information about the arch-commits
mailing list