summaryrefslogtreecommitdiff
path: root/community/midori-gtk3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/midori-gtk3/PKGBUILD')
-rw-r--r--community/midori-gtk3/PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/community/midori-gtk3/PKGBUILD b/community/midori-gtk3/PKGBUILD
index 38ee8efcc..8f2deb460 100644
--- a/community/midori-gtk3/PKGBUILD
+++ b/community/midori-gtk3/PKGBUILD
@@ -1,28 +1,20 @@
-# $Id: PKGBUILD 94966 2013-08-01 20:26:43Z arodseth $
+# $Id: PKGBUILD 94988 2013-08-02 13:05:49Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: rabyte <rabyte.at.gmail.dot.com>
# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
-#
-# Note:
-#
-# * Depending on and compiling with 'granite' didn't work last time I tried.
-# * If steadyflow is moved to [community] or [extra], it can be added as an optdepends.
-#
-
pkgname=midori-gtk3
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight web browser (GTK3)'
arch=('x86_64' 'i686')
url='http://www.midori-browser.org/'
license=('LGPL2.1')
install='midori.install'
conflicts=('midori')
-replaces=('midori')
provides=('midori')
depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
@@ -35,6 +27,7 @@ sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
build() {
cd "$srcdir/midori_${pkgver}_all_"
+ # if granite is present, the build fails (last time I tried)
python2 ./waf configure \
--prefix=/usr \
--enable-gtk3 \