summaryrefslogtreecommitdiff
path: root/gnome-unstable/libwebkit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
committerroot <root@rshg054.dnsready.net>2012-03-22 00:01:28 +0000
commit39e662ccfbe62ae77d458159d192816171a22f43 (patch)
tree2484a55934cd77dd33597ab2f214de5b7326cf69 /gnome-unstable/libwebkit
parenta3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff)
Thu Mar 22 00:01:28 UTC 2012
Diffstat (limited to 'gnome-unstable/libwebkit')
-rw-r--r--gnome-unstable/libwebkit/PKGBUILD26
1 files changed, 6 insertions, 20 deletions
diff --git a/gnome-unstable/libwebkit/PKGBUILD b/gnome-unstable/libwebkit/PKGBUILD
index 0b722c1cb..92f3fa079 100644
--- a/gnome-unstable/libwebkit/PKGBUILD
+++ b/gnome-unstable/libwebkit/PKGBUILD
@@ -1,30 +1,22 @@
-# $Id: PKGBUILD 152682 2012-03-08 17:33:57Z ibiru $
+# $Id: PKGBUILD 153905 2012-03-20 12:10:42Z ibiru $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=libwebkit
pkgname=(libwebkit libwebkit3)
-pkgver=1.7.91
+pkgver=1.7.92
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')
-makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa' 'gtk-doc')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
options=('!libtool' '!emptydirs')
-install=libwebkit.install
-source=(http://webkitgtk.org/webkit-$pkgver.tar.xz
- webkit-gtk-1.7.90-parallel-make-hack.patch
- python.patch)
-sha256sums=('9d9de6968c466b973988ce97e4f2f53535dd4f72356bd7b29b03ba9dab937545'
- 'e20d7d45e6230308f7d4a7aac1095cb1fe8d9c7eb0f3e65b061acf8bc4bbaf73'
- '29b82e47277d982bc57a7ba967d28ae76e07556986627c2e456694b699ae0e09')
+source=(http://webkitgtk.org/webkit-$pkgver.tar.xz)
+sha256sums=('b5f7b9eef333609d457a0e6b335ff8d9e31c92459019b8aa80e1e24767601bb0')
build() {
cd "$srcdir/webkit-$pkgver"
- patch -Np1 -i $srcdir/webkit-gtk-1.7.90-parallel-make-hack.patch
- patch -Np1 -i $srcdir/python.patch
- autoreconf -I Source/autotools -fi
mkdir build-gtk{2,3}
( cd build-gtk2 && _build --with-gtk=2.0 )
@@ -38,13 +30,7 @@ _build() {
--with-unicode-backend=icu \
--enable-geolocation=no \
--enable-spellcheck "$@"
-# make all stamp-po
-# until parallel building is fixed
- make all-built-sources-local
- make all-ltlibraries-local
- make all-programs-local
- make all-data-local
- make stamp-po
+ make all stamp-po
}
package_libwebkit() {