summaryrefslogtreecommitdiff
path: root/community/spacefm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-15 00:03:24 +0000
committerroot <root@rshg054.dnsready.net>2012-07-15 00:03:24 +0000
commit1ed995034acd07688fe8e78b1d40901bcc662155 (patch)
treeef6aab8713a3545c265159f9cd92499df5f289b4 /community/spacefm
parente0f65a739c6445de07de1585e72c230958d8f011 (diff)
Sun Jul 15 00:03:24 UTC 2012
Diffstat (limited to 'community/spacefm')
-rw-r--r--community/spacefm/PKGBUILD23
1 files changed, 7 insertions, 16 deletions
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index 9de16b687..e89183510 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 72589 2012-06-17 07:23:49Z bpiotrowski $
+# $Id: PKGBUILD 73680 2012-07-13 19:18:42Z 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.7.8
+pkgver=0.7.9
pkgrel=1
pkgdesc="A multi-panel tabbed file manager"
arch=('i686' 'x86_64')
@@ -18,29 +18,20 @@ optdepends=('lsof: device processes'
'wget: plugin download'
'gksu: perform as root functionality'
'pmount: mount as non-root user'
+ 'udevil: mount as non-root user and mount networks'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
- #'ktsuss: perform as root functionality' (AUR)
- #'udevil-git: mount as non-root user and mount networks' (AUR)
source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('746b8f55735217a0e6d48e4e666a7534')
+md5sums=('428739bc310d7010eca3f64caf2e7c1e')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # NOTE: To enable hal support add --enable-hal to
- # configure line below. See README for details.
- # NOTE: To disable inotify and use fam or gamin instead, add:
- # --disable-inotify to configure line below.
- # NOTE: To add a custom su program (mysu in this example), add:
- # --with-preferable-sudo="mysu" to configure line below.
-
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}/" install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}