summaryrefslogtreecommitdiff
path: root/community/libfm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-22 00:17:51 -0700
committerroot <root@rshg054.dnsready.net>2012-09-22 00:17:51 -0700
commit0297e16d6d46f426939811847e72539d15bbf12d (patch)
tree9f8fb2c593c67b3ae01861328bcff9369f11c17c /community/libfm
parent7bcc3e9d12b9294024067ecaf8ab28a9fe83ab6c (diff)
Sat Sep 22 00:17:51 PDT 2012
Diffstat (limited to 'community/libfm')
-rw-r--r--community/libfm/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index 7186b054b..6048981a8 100644
--- a/community/libfm/PKGBUILD
+++ b/community/libfm/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 75270 2012-08-17 10:52:47Z bpiotrowski $
+# $Id: PKGBUILD 76525 2012-09-21 15:37:33Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Unknown47 <unknown47r@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=libfm
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A library for file management"
url="http://pcmanfm.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@ license=('GPL')
groups=('lxde')
options=('!libtool')
install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 'vala')
source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('9f978eb58c72a6623021504832a9da1b')
+md5sums=('7fb406f38f99c9171661f72fa6d4da7f')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -25,7 +25,7 @@ build() {
--sysconfdir=/etc \
--enable-udisks \
--with-gnu-ld
- make
+ make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
}
package() {