mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkitgtk to 2.4.6-2
This commit is contained in:
parent
7e8ce4a04f
commit
337195aa1e
1 changed files with 10 additions and 7 deletions
|
@ -7,22 +7,22 @@
|
|||
|
||||
pkgbase=webkitgtk
|
||||
pkgname=(webkitgtk webkitgtk2)
|
||||
pkgver=2.4.5
|
||||
pkgrel=1
|
||||
pkgver=2.4.6
|
||||
pkgrel=2
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=(i686 x86_64)
|
||||
url="http://webkitgtk.org/"
|
||||
license=(custom)
|
||||
depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 gst-plugins-base-libs
|
||||
libsecret libwebp harfbuzz-icu)
|
||||
makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc)
|
||||
makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
|
||||
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=('88d06277aae179c205b548e1851a5e5663ca6f59f5aa8e81af9b87732d6b8a13'
|
||||
sha256sums=('6fef4aa8d4a2668e03ea15472a71396ea7b776bbe56ad9459a4124b823c11457'
|
||||
'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
|
||||
|
||||
prepare() {
|
||||
|
@ -40,7 +40,10 @@ _build() (
|
|||
|
||||
../$pkgbase-$pkgver/configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/webkit${_ver} \
|
||||
--enable-introspection --disable-jit \
|
||||
--enable-introspection \
|
||||
--disable-jit \
|
||||
--disable-webkit2 \
|
||||
--disable-gtk-doc \
|
||||
"$@"
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
|
@ -52,8 +55,8 @@ _build() (
|
|||
build() {
|
||||
PATH="$srcdir/path:$PATH"
|
||||
|
||||
_build gtk --disable-gtk-doc
|
||||
_build gtk2 --disable-webkit2 --with-gtk=2.0
|
||||
_build gtk
|
||||
_build gtk2 --with-gtk=2.0
|
||||
}
|
||||
|
||||
package_webkitgtk() {
|
||||
|
|
Loading…
Reference in a new issue