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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Aug 1 09:32:17 UTC 2013


    Date: Thursday, August 1, 2013 @ 11:32:17
  Author: arodseth
Revision: 94934

Build with webkit1 (gtk2) instead of webkit2 (gtk3), ref FS#36342

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 07:01:30 UTC (rev 94933)
+++ PKGBUILD	2013-08-01 09:32:17 UTC (rev 94934)
@@ -8,10 +8,10 @@
 
 pkgname=midori
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight web browser based on Gtk WebKit'
 arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
+url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
 depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
@@ -29,8 +29,8 @@
   python2 ./waf configure \
     --prefix=/usr \
     --enable-gtk3 \
-    --disable-granite \
-    --enable-webkit2
+    --disable-granite
+    #--enable-webkit2
   python2 ./waf build 
 }
 




More information about the arch-commits mailing list