mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/webkitgtk to 2.0.2-1
This commit is contained in:
parent
564bd448d5
commit
99a527efb6
1 changed files with 4 additions and 8 deletions
|
@ -6,15 +6,15 @@
|
|||
|
||||
pkgbase=webkitgtk
|
||||
pkgname=('webkitgtk3')
|
||||
pkgver=2.0.1
|
||||
pkgrel=2
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://webkitgtk.org/"
|
||||
license=('custom')
|
||||
makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python' 'mesa' 'ruby' 'gtk-doc' 'libsecret' 'libwebp')
|
||||
options=('!libtool' '!emptydirs')
|
||||
source=(http://webkitgtk.org/releases/$pkgbase-$pkgver.tar.xz)
|
||||
sha256sums=('6303552a39d7912725d75bc55f530cdb99171fb873e299798d0bb932d6ea76cb')
|
||||
sha256sums=('c3685032545eb4c23f3f56826817783a6963ad59bd7bbf806705059b3d8caeb2')
|
||||
|
||||
prepare() {
|
||||
cd $pkgbase-$pkgver
|
||||
|
@ -24,11 +24,7 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgbase-$pkgver/build-gtk3
|
||||
|
||||
# Suppress a *lot* of gcc 4.8 warnings
|
||||
export CPPFLAGS="$CPPFLAGS -Wno-unused-local-typedefs"
|
||||
|
||||
../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 \
|
||||
--enable-introspection --disable-silent-rules
|
||||
../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 --enable-introspection --disable-silent-rules
|
||||
make all stamp-po
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue