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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 19 10:34:58 UTC 2014


    Date: Wednesday, February 19, 2014 @ 11:34:58
  Author: bpiotrowski
Revision: 105924

upgpkg: pcmanfm 1.2.0-1

new upstream release

Modified:
  pcmanfm/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-19 10:30:07 UTC (rev 105923)
+++ PKGBUILD	2014-02-19 10:34:58 UTC (rev 105924)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Unknown47 <unknown47r at gmail.com>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 
 pkgname=pcmanfm
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="An extremely fast and lightweight file manager"
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
 arch=('i686' 'x86_64')
-url="http://pcmanfm.sourceforge.net/"
+url='http://pcmanfm.sourceforge.net/'
 license=('GPL')
 groups=('lxde')
 depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
@@ -16,19 +16,19 @@
 makedepends=('intltool')
 optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('11d59a492c9802866279a6e7e2b3f49e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
   make LDFLAGS+=' -lm'
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install 
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  sed -e 's|x-directory/normal|inode/directory|' -i $pkgdir/usr/share/applications/pcmanfm.desktop
+  sed -e 's|x-directory/normal|inode/directory|' -i \
+    "$pkgdir"/usr/share/applications/pcmanfm.desktop
 }




More information about the arch-commits mailing list