From f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Aug 2013 01:31:32 -0700 Subject: Fri Aug 2 01:30:56 PDT 2013 --- community/midori/PKGBUILD | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'community/midori') diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD index b763614f7..e0cbe2f8a 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94215 2013-07-16 20:10:35Z arodseth $ +# $Id: PKGBUILD 94963 2013-08-01 19:50:34Z arodseth $ # Maintainer: Alexander Rødseth # Maintainer: Bartłomiej Piotrowski # Contributor: Andreas Radke @@ -6,19 +6,26 @@ # Contributor: Johannes Krampf # Contributor: Bartłomiej Piotrowski +# +# Note: +# +# * Depending on and compiling with 'granite' didn't work last time I tried. +# * To compile with gtk3 instead of gtk2, depend on 'webkitgtk' and 'gtk3' then --enable-gtk3. +# * If steadyflow is moved to [community] or [extra], it can be added as an optdepends. +# + pkgname=midori pkgver=0.5.4 -pkgrel=1 -pkgdesc='Lightweight web browser based on Gtk WebKit' +pkgrel=3 +pkgdesc='Lightweight web browser (GTK2)' 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' -makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg') +depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') +makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk2' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg') optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support' 'aria2: download utility') - #'steadyflow: download manager') options=('!emptydirs') source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2") sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022') @@ -26,11 +33,7 @@ sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022') build() { cd "$srcdir/${pkgname}_${pkgver}_all_" - python2 ./waf configure \ - --prefix=/usr \ - --enable-gtk3 \ - --disable-granite \ - --enable-webkit2 + python2 ./waf configure --prefix=/usr python2 ./waf build } -- cgit v1.2.3-54-g00ecf