[arch-commits] Commit in webkitgtk/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Mon May 13 15:07:57 UTC 2013


    Date: Monday, May 13, 2013 @ 17:07:56
  Author: heftig
Revision: 185346

2.0.2

Modified:
  webkitgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 14:48:05 UTC (rev 185345)
+++ PKGBUILD	2013-05-13 15:07:56 UTC (rev 185346)
@@ -3,15 +3,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
@@ -20,12 +20,7 @@
 
 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
 }
 




More information about the arch-commits mailing list