mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/webkit2gtk to 2.6.2-1
This commit is contained in:
parent
89885507ce
commit
7550b2c645
1 changed files with 10 additions and 10 deletions
|
@ -5,30 +5,30 @@
|
|||
# - do not use LLINT assembly for v5/v6
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.6.1
|
||||
pkgrel=2
|
||||
pkgver=2.6.2
|
||||
pkgrel=1
|
||||
pkgdesc="GTK+ Web content engine library"
|
||||
arch=(i686 x86_64)
|
||||
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 gtk3)
|
||||
makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc cmake python)
|
||||
license=('custom')
|
||||
depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
|
||||
'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
|
||||
makedepends=('gtk2' 'gperf' 'gobject-introspection' 'python2' 'ruby' 'gtk-doc' 'cmake' 'python')
|
||||
optdepends=('gtk2: Netscape plugin support'
|
||||
'gst-plugins-base: free media decoding'
|
||||
'gst-plugins-good: media decoding'
|
||||
'gst-libav: nonfree media decoding')
|
||||
options=(!emptydirs)
|
||||
options=('!emptydirs')
|
||||
source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
|
||||
fix-pretty-quotes.patch)
|
||||
sha256sums=('c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54'
|
||||
sha256sums=('5172e9b6b65b3de3cc25bffbe109249ac79b9256d57f6a331455ae1a5ea938b9'
|
||||
'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
||||
cd webkitgtk-$pkgver
|
||||
patch -Np0 -i ../fix-pretty-quotes.patch
|
||||
patch -p0 -i ../fix-pretty-quotes.patch
|
||||
sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
|
||||
rm -r Source/ThirdParty/gtest/
|
||||
rm -r Source/ThirdParty/qunit/
|
||||
|
|
Loading…
Reference in a new issue