Date: Monday, January 16, 2012 @ 01:53:48
  Author: eric
Revision: 146670

upgpkg: xfce4-netload-plugin 1.1.0-1

Upstream update, Update license, Clean up depends

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-01-16 05:44:36 UTC (rev 146669)
+++ PKGBUILD    2012-01-16 06:53:48 UTC (rev 146670)
@@ -3,32 +3,31 @@
 # Contributor: Aurelien Foret <[email protected]>
 
 pkgname=xfce4-netload-plugin
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A netload plugin for the Xfce panel"
-arch=(i686 x86_64)
-license=('GPL2')
+arch=('i686' 'x86_64')
+license=('GPL')
 url="http://xfce-goodies.berlios.de/";
 groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('cab53e8cc2b9bfdf7ffd2230916ca3df')
+install=xfce4-netload-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8029daacf1602275c75ab07d1e2cccea0993caab')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  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
 }

Reply via email to