summaryrefslogtreecommitdiff
path: root/extra/webkitgtk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
committerroot <root@rshg054.dnsready.net>2013-05-14 01:18:40 -0700
commit2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch)
treefa055d4e2f367acb518de6c4e06b77b6d8cbef75 /extra/webkitgtk
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'extra/webkitgtk')
-rw-r--r--extra/webkitgtk/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/webkitgtk/PKGBUILD b/extra/webkitgtk/PKGBUILD
index 6ff9a3ce2..0502cb7f6 100644
--- a/extra/webkitgtk/PKGBUILD
+++ b/extra/webkitgtk/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 184446 2013-05-06 19:40:06Z foutrelis $
+# $Id: PKGBUILD 185357 2013-05-13 17:34:56Z heftig $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
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
@@ -20,12 +20,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
+ ../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 --enable-introspection
make all stamp-po
}