Date: Friday, August 2, 2013 @ 14:51:10 Author: arodseth Revision: 94984
Removed "replaces" Modified: midori-gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-02 12:30:37 UTC (rev 94983) +++ PKGBUILD 2013-08-02 12:51:10 UTC (rev 94984) @@ -1,28 +1,20 @@ # $Id$ # Maintainer: Alexander Rødseth <[email protected]> -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Andreas Radke <[email protected]> # Contributor: rabyte <rabyte.at.gmail.dot.com> # Contributor: Johannes Krampf <wuischke.at.amule.dot.org> # Contributor: Bartłomiej Piotrowski <[email protected]> -# -# 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') @@ -38,7 +30,7 @@ python2 ./waf configure \ --prefix=/usr \ --enable-gtk3 \ - --disable-granite \ + --disable-granite \ # did not work last time I tried with granite --enable-webkit2 python2 ./waf build }
