mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkitgtk to 2.4.3-1
This commit is contained in:
parent
df2bd6e2d1
commit
7c482843a1
1 changed files with 10 additions and 5 deletions
|
@ -6,26 +6,29 @@
|
|||
|
||||
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
|
||||
}
|
||||
|
@ -46,6 +49,8 @@ _build() (
|
|||
)
|
||||
|
||||
build() {
|
||||
PATH="$srcdir/path:$PATH"
|
||||
|
||||
_build gtk --enable-gtk-doc
|
||||
_build gtk2 --disable-webkit2 --with-gtk=2.0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue