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

Jan Steffens heftig at archlinux.org
Thu Oct 9 08:16:52 UTC 2014


    Date: Thursday, October 9, 2014 @ 10:16:52
  Author: heftig
Revision: 224138

Remove GTK docs, remove webkit2

Modified:
  webkitgtk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-09 08:16:24 UTC (rev 224137)
+++ PKGBUILD	2014-10-09 08:16:52 UTC (rev 224138)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/"
@@ -11,7 +11,7 @@
 license=(custom)
 depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 gst-plugins-base-libs
          libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
 optdepends=('gst-plugins-base: free media decoding'
             'gst-plugins-good: media decoding'
             'gst-libav: nonfree media decoding')
@@ -37,6 +37,8 @@
   ../$pkgbase-$pkgver/configure --prefix=/usr \
     --libexecdir=/usr/lib/webkit${_ver} \
     --enable-introspection \
+    --disable-webkit2 \
+    --disable-gtk-doc \
     "$@"
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
@@ -48,8 +50,8 @@
 build() {
   PATH="$srcdir/path:$PATH"
 
-  _build gtk --enable-gtk-doc
-  _build gtk2 --disable-webkit2 --with-gtk=2.0
+  _build gtk
+  _build gtk2 --with-gtk=2.0
 }
 
 package_webkitgtk() {



More information about the arch-commits mailing list