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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jan 19 14:07:30 UTC 2014


    Date: Sunday, January 19, 2014 @ 15:07:30
  Author: bpiotrowski
Revision: 104363

upgpkg: spacefm 0.9.3-1

new upstream release

Modified:
  spacefm/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-19 13:06:16 UTC (rev 104362)
+++ PKGBUILD	2014-01-19 14:07:30 UTC (rev 104363)
@@ -4,7 +4,7 @@
 # Contributor: ridikulus_rat <the.ridikulus.rat at gmail.com>
 
 pkgname=spacefm
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
@@ -11,10 +11,11 @@
 url='http://ignorantguru.github.com/spacefm/'
 license=('GPL3')
 install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev')
+depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+         'udev' 'bash')
 makedepends=('intltool' 'gettext')
 optdepends=('lsof: device processes'
-			'eject: eject media'
+            'eject: eject media'
             'wget: plugin download'
             'gksu: perform as root functionality'
             'udevil: mount as non-root user and mount networks'
@@ -21,17 +22,17 @@
             'udisks: mount as non-root user'
             'udisks2: mount as non-root user')
 source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('f7d04110b4dd9c3c434bffe8b04bbb69')
+md5sums=('6bbf41bc97a46a797500dbf0ae359971')
 
 build() {
-	cd $pkgname-$pkgver
-	./configure --prefix=/usr \
-				--disable-pixmaps \
-				--with-gtk3
-	make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-pixmaps \
+    --with-gtk3
+  make
 }
 
 package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list