[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 05:16:28 UTC 2012
Date: Monday, April 30, 2012 @ 01:16:28
Author: foutrelis
Revision: 157917
upgpkg: xfce4-cpugraph-plugin 1.0.2-1
New upstream release.
Modified:
xfce4-cpugraph-plugin/trunk/PKGBUILD
xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install
-------------------------------+
PKGBUILD | 37 +++++++++++++++++++++----------------
xfce4-cpugraph-plugin.install | 3 ++-
2 files changed, 23 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-30 05:16:21 UTC (rev 157916)
+++ PKGBUILD 2012-04-30 05:16:28 UTC (rev 157917)
@@ -3,32 +3,37 @@
# Contributor: Aurelien Foret <orelien at chez.com>
pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
pkgdesc="CPU graph plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
license=('GPL' 'custom')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel')
makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ff551087b1f61c47b8746e8687c572aa')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577')
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
- install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
+# vim:set ts=2 sw=2 et:
Modified: xfce4-cpugraph-plugin.install
===================================================================
--- xfce4-cpugraph-plugin.install 2012-04-30 05:16:21 UTC (rev 157916)
+++ xfce4-cpugraph-plugin.install 2012-04-30 05:16:28 UTC (rev 157917)
@@ -7,6 +7,7 @@
}
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