diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-23 19:31:16 -0300 |
commit | 59a85546825bde45248cd216c2d8fae8f72e4046 (patch) | |
tree | 4671056dabe2acadd54ab89d8cfcb46bf2283145 /community/spacefm | |
parent | 1f07b846d901eeaf0019566766f8a327ed2d078d (diff) | |
parent | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chmsee/PKGBUILD
community/libzdb/PKGBUILD
community/notmuch/PKGBUILD
community/v8/PKGBUILD
community/zathura-ps/PKGBUILD
core/dash/PKGBUILD
extra/slim/PKGBUILD
Diffstat (limited to 'community/spacefm')
-rw-r--r-- | community/spacefm/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 70abb0e20..215d5dd68 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 81564 2012-12-24 11:13:50Z bpiotrowski $ +# $Id: PKGBUILD 82671 2013-01-22 20:02:54Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com> pkgname=spacefm -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=1 pkgdesc='Multi-panel tabbed file manager' arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' license=('GPL3') install=$pkgname.install -depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev') +depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev') makedepends=('intltool' 'gettext') optdepends=('lsof: device processes' 'eject: eject media' @@ -20,13 +20,14 @@ optdepends=('lsof: device processes' 'udevil: mount as non-root user and mount networks' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') -source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz) -md5sums=('6ba8170c61c6cbe81b3daa67e617068a') +source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('dd04444ba45196a1bc710ff5e73e91f3aaff7661db56e6c86389579c2a1da54e') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr \ - --disable-pixmaps + --disable-pixmaps \ + --with-gtk3 make } |