From 60a11f87366fdfbd114cdc91ff813518858e5f8d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 18 Feb 2014 01:51:27 +0000 Subject: Tue Feb 18 01:50:28 UTC 2014 --- community/libfm/PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'community/libfm') diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index 0dd5ae9c7..a0df8bccd 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,29 +1,29 @@ -# $Id: PKGBUILD 99838 2013-10-31 02:00:46Z allan $ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 105876 2014-02-17 13:45:08Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski # Contributor: Unknown47 # Contributor: Angel Velasquez # Contributor: Juergen Hoetzel pkgname=libfm -pkgver=1.1.2.2 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64') license=('GPL') groups=('lxde') -install=libfm.install -depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils') +depends=('gtk2' 'menu-cache' 'udisks' 'desktop-file-utils' 'libexif') makedepends=('intltool') -source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz) -md5sums=('ea3d09b23ef4c37cb84ae57ea16b8f08') +install=libfm.install +source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz) +md5sums=('fd3ff9174e097ab3fd619e4a10fd822a') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-udisks \ - --with-gnu-ld + --with-gnu-ld make LDFLAGS+=' -lgobject-2.0 -lglib-2.0' } @@ -33,5 +33,5 @@ package() { # Temporary fix to FS#32361 rm -rf "$pkgdir"/usr/include/libfm - mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm + mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm } -- cgit v1.2.3-54-g00ecf