Date: Friday, October 24, 2014 @ 00:50:21 Author: eric Revision: 225243
upgpkg: webkit2gtk 2.6.2-1 Upstream update, Clean up depends and makedepends Modified: webkit2gtk/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-23 19:29:27 UTC (rev 225242) +++ PKGBUILD 2014-10-23 22:50:21 UTC (rev 225243) @@ -1,24 +1,24 @@ # $Id$ -# Maintainer: Andreas Radke <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=webkit2gtk -pkgver=2.6.1 -pkgrel=2 +pkgver=2.6.2 +pkgrel=1 pkgdesc="GTK+ Web content engine library" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://webkitgtk.org/" -license=(custom) -depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 gst-plugins-base-libs - libsecret libwebp harfbuzz-icu gtk3) -makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc cmake python) +license=('custom') +depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs' + 'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3') +makedepends=('gtk2' 'gperf' 'gobject-introspection' 'python2' 'ruby' 'gtk-doc' 'cmake' 'python') optdepends=('gtk2: Netscape plugin support' 'gst-plugins-base: free media decoding' 'gst-plugins-good: media decoding' 'gst-libav: nonfree media decoding') -options=(!emptydirs) +options=('!emptydirs') source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz fix-pretty-quotes.patch) -sha256sums=('c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54' +sha256sums=('5172e9b6b65b3de3cc25bffbe109249ac79b9256d57f6a331455ae1a5ea938b9' '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6') prepare() { @@ -25,7 +25,7 @@ mkdir build cd webkitgtk-$pkgver - patch -Np0 -i ../fix-pretty-quotes.patch + patch -p0 -i ../fix-pretty-quotes.patch sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc rm -r Source/ThirdParty/gtest/ rm -r Source/ThirdParty/qunit/
