From 1ed995034acd07688fe8e78b1d40901bcc662155 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Jul 2012 00:03:24 +0000 Subject: Sun Jul 15 00:03:24 UTC 2012 --- community/spacefm/PKGBUILD | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'community/spacefm') 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 # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat 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 } -- cgit v1.2.3-54-g00ecf