[arch-commits] Commit in libfm/trunk (PKGBUILD)

Angel Velásquez angvp at archlinux.org
Sat Feb 19 16:45:55 UTC 2011


    Date: Saturday, February 19, 2011 @ 11:45:55
  Author: angvp
Revision: 110478

upgpkg: libfm 0.1.14-4
Fixing FS#20139

Modified:
  libfm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 16:42:37 UTC (rev 110477)
+++ PKGBUILD	2011-02-19 16:45:55 UTC (rev 110478)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=libfm  
 pkgver=0.1.14
-pkgrel=3 
+pkgrel=4 
 pkgdesc="the core of next generation file manager PCManFM"
 url="http://pcmanfm.sourceforge.net/"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 groups=('lxde')
 options=('!libtool')
 install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info')
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz
 	0001-filename-with-spaces-not-supported.patch)
 md5sums=('d55e51dced6bb9ef46665243b079761f'
@@ -20,7 +20,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 -i $srcdir/0001-filename-with-spaces-not-supported.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-udisk --with-gnu-ld
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-udisks --with-gnu-ld 
   make 
 }
 




More information about the arch-commits mailing list