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

Jan Steffens heftig at archlinux.org
Tue Sep 25 11:52:49 UTC 2012


    Date: Tuesday, September 25, 2012 @ 07:52:48
  Author: heftig
Revision: 167106

try webkit2

Modified:
  devhelp/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-25 11:50:12 UTC (rev 167105)
+++ PKGBUILD	2012-09-25 11:52:48 UTC (rev 167106)
@@ -5,7 +5,7 @@
 
 pkgname=devhelp
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -20,7 +20,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
+      --localstatedir=/var --disable-static \
+      --with-webkit2
   make
 }
 




More information about the arch-commits mailing list