summaryrefslogtreecommitdiff
path: root/community/pcmanfm/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-13 04:08:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-13 04:08:22 +0000
commitaf87d2873bcaaf5a93ccf25da80aa670f89fbe96 (patch)
tree42180666994be8f497d5312e8bcc44bd9c690f7e /community/pcmanfm/PKGBUILD
parent00b75e94fdb3eedea225ff1192972db1a46c09bd (diff)
Tue May 13 04:03:53 UTC 2014
Diffstat (limited to 'community/pcmanfm/PKGBUILD')
-rw-r--r--community/pcmanfm/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD
index b9377e19f..6fdb40e25 100644
--- a/community/pcmanfm/PKGBUILD
+++ b/community/pcmanfm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 105925 2014-02-19 10:35:08Z bpiotrowski $
+# $Id: PKGBUILD 111066 2014-05-12 19:35:38Z bgyorgy $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Unknown47 <unknown47r@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=pcmanfm
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Extremely fast and lightweight file manager'
arch=('i686' 'x86_64')
url='http://pcmanfm.sourceforge.net/'
@@ -14,7 +14,8 @@ license=('GPL')
groups=('lxde')
depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems')
+optdepends=('gvfs: for trash support, mounting with udisks and remote filesystems'
+ 'udisks: alternative for mounting volumes')
install=$pkgname.install
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
md5sums=('11d59a492c9802866279a6e7e2b3f49e')
@@ -22,13 +23,10 @@ md5sums=('11d59a492c9802866279a6e7e2b3f49e')
build() {
cd $pkgname-$pkgver
./configure --sysconfdir=/etc --prefix=/usr
- make LDFLAGS+=' -lm'
+ make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
-
- sed -e 's|x-directory/normal|inode/directory|' -i \
- "$pkgdir"/usr/share/applications/pcmanfm.desktop
}