summaryrefslogtreecommitdiff
path: root/community/libfm/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
commit37c6b66933676a18529b4e647d1a79a626900512 (patch)
tree71c20974a4371e5bb41d2fa4faa807a73f12f8b8 /community/libfm/PKGBUILD
parenta3574b9529a82018664ff6e810d7d81b2bb4eb75 (diff)
parent0297e16d6d46f426939811847e72539d15bbf12d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/qt/PKGBUILD testing/systemd/PKGBUILD testing/systemd/use-split-usr-path.patch
Diffstat (limited to 'community/libfm/PKGBUILD')
-rw-r--r--community/libfm/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index 8011689e3..bf8aba504 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' 'mips64el')
@@ -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() {