summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-30 19:58:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-30 19:58:24 -0300
commit6fb74af4b079b3a8213d61ca0b440e0647231683 (patch)
treea15f46f8cf898f198e423f3b3556c46f3a95d106 /libre
parent9f6ae13fc72cd48c1c61bc2b5be2c9bd28c5ce43 (diff)
spacefm-libre-0.9.4-2: switch back to gtk2
Diffstat (limited to 'libre')
-rw-r--r--libre/spacefm-libre/PKGBUILD9
1 files 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 <nospam@bpiotrowski.pl>
# Contributor (Arch): IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor (Arch): ridikulus_rat <the.ridikulus.rat@gmail.com>
@@ -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
}