Date: Friday, August 2, 2013 @ 12:17:35 Author: arodseth Revision: 94980
upgpkg: midori 0.5.4-4 Modified: midori/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-02 07:55:30 UTC (rev 94979) +++ PKGBUILD 2013-08-02 10:17:35 UTC (rev 94980) @@ -6,23 +6,15 @@ # 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. -# * 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=3 +pkgrel=4 pkgdesc='Lightweight web browser (GTK2)' arch=('x86_64' 'i686') url='http://www.midori-browser.org/' license=('LGPL2.1') install='midori.install' -depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') +depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique' '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')
