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

Evangelos Foutras foutrelis at archlinux.org
Mon May 14 14:53:30 UTC 2012


    Date: Monday, May 14, 2012 @ 10:53:29
  Author: foutrelis
Revision: 158993

upgpkg: xfce4-mount-plugin 0.6.4-1

New upstream release.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD
  xfce4-mount-plugin/trunk/xfce4-mount-plugin.install

----------------------------+
 PKGBUILD                   |   34 +++++++++++++++++++---------------
 xfce4-mount-plugin.install |    6 ++++--
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-14 14:50:58 UTC (rev 158992)
+++ PKGBUILD	2012-05-14 14:53:29 UTC (rev 158993)
@@ -3,32 +3,36 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-mount-plugin
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
 arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/"
 license=('GPL')
-url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bbc031f8518dc873d3a3ef42b3e228eeb0c9bb86')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('541d7af84d7d0b00ae547aa1f438e2fac51ee4195c4d0a17173c4f72accb227d')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-mount-plugin.install
===================================================================
--- xfce4-mount-plugin.install	2012-05-14 14:50:58 UTC (rev 158992)
+++ xfce4-mount-plugin.install	2012-05-14 14:53:29 UTC (rev 158993)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list