summaryrefslogtreecommitdiff
path: root/extra/xfce4-systemload-plugin
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
commita019d9889a5b3803d57833c4b4502533f029c98b (patch)
treea928035510b10f044f532fe1a6f46a22137809ad /extra/xfce4-systemload-plugin
parent53f7b4b48972c757f0e68d4b02847a19e23d7232 (diff)
parentaf1e6c210b43ea6b8e043524edccb1d0befd257f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/portaudio_cpp/PKGBUILD extra/cmake/PKGBUILD extra/xfce4-clipman-plugin/PKGBUILD extra/xfce4-time-out-plugin/PKGBUILD multilib/lib32-mpg123/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/telepathy-glib/PKGBUILD
Diffstat (limited to 'extra/xfce4-systemload-plugin')
-rw-r--r--extra/xfce4-systemload-plugin/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/extra/xfce4-systemload-plugin/PKGBUILD b/extra/xfce4-systemload-plugin/PKGBUILD
index 8deb2c6f7..d55bd499b 100644
--- a/extra/xfce4-systemload-plugin/PKGBUILD
+++ b/extra/xfce4-systemload-plugin/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 149256 2012-02-06 16:36:25Z foutrelis $
+# $Id: PKGBUILD 156568 2012-04-21 03:24:10Z eric $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-systemload-plugin
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="A system load plugin for the Xfce4 panel"
arch=('i686' 'x86_64' 'mips64el')
license=('custom')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'libxfcegui4')
-makedepends=('pkgconfig' 'intltool')
+depends=('xfce4-panel>=4.7.4')
+makedepends=('intltool')
options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('da4f0e8bfb57e18fe3e3e56507a681f7')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('130ad7befddd8705ca09a98e9cee5c3e')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -27,7 +27,7 @@ build() {
}
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"
}