summaryrefslogtreecommitdiff
path: root/extra/xfce4-mount-plugin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-16 00:02:54 +0000
committerroot <root@rshg054.dnsready.net>2012-05-16 00:02:54 +0000
commita7a5f4160bb345e35c58a565494d4416f601fc17 (patch)
treeccfe5688f0a902f1ee3ac215f2a27bdec7d42d01 /extra/xfce4-mount-plugin
parent52a4948b9138662b1e7b23b04ef0d72101519f2d (diff)
Wed May 16 00:02:54 UTC 2012
Diffstat (limited to 'extra/xfce4-mount-plugin')
-rw-r--r--extra/xfce4-mount-plugin/PKGBUILD36
-rw-r--r--extra/xfce4-mount-plugin/xfce4-mount-plugin.install6
2 files changed, 24 insertions, 18 deletions
diff --git a/extra/xfce4-mount-plugin/PKGBUILD b/extra/xfce4-mount-plugin/PKGBUILD
index 04a381b4c..2c7eee784 100644
--- a/extra/xfce4-mount-plugin/PKGBUILD
+++ b/extra/xfce4-mount-plugin/PKGBUILD
@@ -1,34 +1,38 @@
-# $Id: PKGBUILD 157865 2012-04-30 04:20:35Z foutrelis $
+# $Id: PKGBUILD 158994 2012-05-14 14:53:48Z foutrelis $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# 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')
-license=('GPL')
url="http://xfce-goodies.berlios.de/"
+license=('GPL')
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:
diff --git a/extra/xfce4-mount-plugin/xfce4-mount-plugin.install b/extra/xfce4-mount-plugin/xfce4-mount-plugin.install
index 21b79d2d4..e4f8fd06c 100644
--- a/extra/xfce4-mount-plugin/xfce4-mount-plugin.install
+++ b/extra/xfce4-mount-plugin/xfce4-mount-plugin.install
@@ -3,9 +3,11 @@ post_install() {
}
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: