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

Eric Bélanger eric at archlinux.org
Sun Apr 22 23:46:27 UTC 2012


    Date: Sunday, April 22, 2012 @ 19:46:27
  Author: eric
Revision: 156688

upgpkg: xfce4-mount-plugin 0.6.1-1

Upstream update, Update license, Remove libxfcegui4 and hicolor-icon-theme depends, Remove libtool file

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-22 23:46:10 UTC (rev 156687)
+++ PKGBUILD	2012-04-22 23:46:27 UTC (rev 156688)
@@ -3,21 +3,22 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-mount-plugin
-pkgver=0.5.5
-pkgrel=2
-pkgdesc="plugin for the Xfce4 panel to mount and unmount volumes"
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
 arch=('i686' 'x86_64')
-license=('GPL2')
+license=('GPL')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel')
 makedepends=('intltool')
+options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1d237468fe23e4e8c29195d9b99c4c5d')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0b9dee13886639aea8b4ca3158b9cdf7')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -28,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list