[arch-commits] Commit in xfce4-mount-plugin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 19:28:31 UTC 2014


    Date: Thursday, September 18, 2014 @ 21:28:31
  Author: foutrelis
Revision: 221966

upgpkg: xfce4-mount-plugin 0.6.7-2

Update package description and adopt.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 19:22:52 UTC (rev 221965)
+++ PKGBUILD	2014-09-18 19:28:31 UTC (rev 221966)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-mount-plugin
 pkgver=0.6.7
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
+pkgrel=2
+pkgdesc="Mount/umount utility for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
 license=('GPL')
@@ -17,7 +18,8 @@
 sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
+
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
@@ -29,6 +31,8 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list