summaryrefslogtreecommitdiff
path: root/extra/webkitgtk
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-08 03:36:18 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-08 03:36:18 +0000
commite3d67b3b2c7235fa6db9787b951bbdfcf568d8bc (patch)
treee19b439a4c0d63b14de6dfe298cb574ab44a0c87 /extra/webkitgtk
parent6b55be9272c15e1858a1a7236482298f677c1a3b (diff)
Sun Jun 8 03:32:09 UTC 2014
Diffstat (limited to 'extra/webkitgtk')
-rw-r--r--extra/webkitgtk/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/extra/webkitgtk/PKGBUILD b/extra/webkitgtk/PKGBUILD
index c84735848..10c4eb186 100644
--- a/extra/webkitgtk/PKGBUILD
+++ b/extra/webkitgtk/PKGBUILD
@@ -1,28 +1,31 @@
-# $Id: PKGBUILD 213550 2014-05-24 15:45:22Z heftig $
+# $Id: PKGBUILD 214360 2014-06-07 18:26:36Z heftig $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=webkitgtk
pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc="GTK+ Web content engine library"
arch=(i686 x86_64)
url="http://webkitgtk.org/"
license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue gst-plugins-base-libs
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 gst-plugins-base-libs
libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc)
optdepends=('gst-plugins-base: free media decoding'
'gst-plugins-good: media decoding'
'gst-libav: nonfree media decoding')
options=(!emptydirs)
source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
fix-pretty-quotes.patch)
-sha256sums=('cac8385c3b8a956793eb6b67712c23297a39e5f8b429523f32bbdcdf9c21d00a'
+sha256sums=('9862c3eac1d12cc6e52cc39060a1284163950b304d534529a0dbcc5958a8ceac'
'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
prepare() {
- mkdir build-gtk{,2}
+ mkdir build-gtk{,2} path
+
+ ln -s /usr/bin/python2 path/python
+
cd $pkgbase-$pkgver
patch -Np0 -i ../fix-pretty-quotes.patch
}
@@ -43,6 +46,8 @@ _build() (
)
build() {
+ PATH="$srcdir/path:$PATH"
+
_build gtk --enable-gtk-doc
_build gtk2 --disable-webkit2 --with-gtk=2.0
}