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

Angel Velásquez angvp at archlinux.org
Mon Oct 18 14:57:14 UTC 2010


    Date: Monday, October 18, 2010 @ 10:57:14
  Author: angvp
Revision: 95309

upgpkg: libfm 0.1.14-1
Updating to 0.1.14

Modified:
  libfm/trunk/PKGBUILD
  libfm/trunk/libfm.install

---------------+
 PKGBUILD      |   17 +++++++++--------
 libfm.install |    4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-18 14:49:34 UTC (rev 95308)
+++ PKGBUILD	2010-10-18 14:57:14 UTC (rev 95309)
@@ -1,7 +1,8 @@
 # $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=libfm  
-pkgver=0.1.12
+pkgver=0.1.14
 pkgrel=1 
 pkgdesc="the core of next generation file manager PCManFM"
 url="http://pcmanfm.sourceforge.net/"
@@ -12,11 +13,11 @@
 install=libfm.install
 depends=('gtk2' 'menu-cache' 'shared-mime-info')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('6dbc9a30efb5ad0a2c7a0fc54b1ee57c')
+md5sums=('d55e51dced6bb9ef46665243b079761f')
+
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-}
\ No newline at end of file
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make 
+  make DESTDIR=$pkgdir install
+}

Modified: libfm.install
===================================================================
--- libfm.install	2010-10-18 14:49:34 UTC (rev 95308)
+++ libfm.install	2010-10-18 14:57:14 UTC (rev 95309)
@@ -1,6 +1,6 @@
 post_install() {
-  update-mime-database usr/share/mime > /dev/null
-  update-desktop-database -q
+  /usr/bin/update-mime-database usr/share/mime > /dev/null
+  /usr/bin/update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list