mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/webkit2gtk to 2.10.2-1
This commit is contained in:
parent
c27ce518f3
commit
61b856fddc
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@
|
||||||
# - do not use LLINT assembly for v5/v6
|
# - do not use LLINT assembly for v5/v6
|
||||||
# - strip -O3 from cmake generated makefiles, solves ICE
|
# - strip -O3 from cmake generated makefiles, solves ICE
|
||||||
|
|
||||||
|
highmem=1
|
||||||
|
|
||||||
pkgname=webkit2gtk
|
pkgname=webkit2gtk
|
||||||
pkgver=2.10.0
|
pkgver=2.10.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GTK+ Web content engine library"
|
pkgdesc="GTK+ Web content engine library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -21,7 +23,7 @@ optdepends=('gtk2: Netscape plugin support'
|
||||||
'gst-libav: nonfree media decoding')
|
'gst-libav: nonfree media decoding')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
|
source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
|
||||||
sha256sums=('42325622ef35394fa65a139b55f0a20b843bbd6f8b94cb7c591da6d68c62686d')
|
sha256sums=('6adf497d24e36660037b84dfc1c53ac7f47bd4c459162290c49436eaa959a18f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Reference in a new issue