From 6fb74af4b079b3a8213d61ca0b440e0647231683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 30 Jul 2014 19:58:24 -0300 Subject: spacefm-libre-0.9.4-2: switch back to gtk2 --- libre/spacefm-libre/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libre/spacefm-libre/PKGBUILD b/libre/spacefm-libre/PKGBUILD index 10b6cec15..4f5ab553e 100644 --- a/libre/spacefm-libre/PKGBUILD +++ b/libre/spacefm-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108682 2014-04-01 08:51:32Z bpiotrowski $ +# $Id: PKGBUILD 116546 2014-07-29 18:12:51Z bpiotrowski $ # Maintainer (Arch): Bartłomiej Piotrowski # Contributor (Arch): IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor (Arch): ridikulus_rat @@ -8,13 +8,13 @@ _pkgname=spacefm pkgname=spacefm-libre pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc='Multi-panel tabbed file manager, with unar support' arch=('i686' 'x86_64') url='http://ignorantguru.github.com/spacefm/' license=('GPL3') install=$_pkgname.install -depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' +depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'systemd' 'bash' 'unar') makedepends=('intltool' 'gettext') optdepends=('lsof: device processes' @@ -40,8 +40,7 @@ prepare() { build() { cd $_pkgname-$pkgver ./configure --prefix=/usr \ - --disable-pixmaps \ - --with-gtk3 + --disable-pixmaps make } -- cgit v1.2.3-2-g168b