extra/webkitgtk to 2.0.2-1

This commit is contained in:
Kevin Mihelich 2013-05-13 18:15:27 +00:00
parent 564bd448d5
commit 99a527efb6

View file

@ -6,15 +6,15 @@
pkgbase=webkitgtk pkgbase=webkitgtk
pkgname=('webkitgtk3') pkgname=('webkitgtk3')
pkgver=2.0.1 pkgver=2.0.2
pkgrel=2 pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://webkitgtk.org/" url="http://webkitgtk.org/"
license=('custom') 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') 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') options=('!libtool' '!emptydirs')
source=(http://webkitgtk.org/releases/$pkgbase-$pkgver.tar.xz) source=(http://webkitgtk.org/releases/$pkgbase-$pkgver.tar.xz)
sha256sums=('6303552a39d7912725d75bc55f530cdb99171fb873e299798d0bb932d6ea76cb') sha256sums=('c3685032545eb4c23f3f56826817783a6963ad59bd7bbf806705059b3d8caeb2')
prepare() { prepare() {
cd $pkgbase-$pkgver cd $pkgbase-$pkgver
@ -24,11 +24,7 @@ prepare() {
build() { build() {
cd $pkgbase-$pkgver/build-gtk3 cd $pkgbase-$pkgver/build-gtk3
# Suppress a *lot* of gcc 4.8 warnings ../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 --enable-introspection --disable-silent-rules
export CPPFLAGS="$CPPFLAGS -Wno-unused-local-typedefs"
../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 \
--enable-introspection --disable-silent-rules
make all stamp-po make all stamp-po
} }