[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 8 19:50:25 UTC 2010


    Date: Friday, October 8, 2010 @ 15:50:25
  Author: andyrtr
Revision: 94626

upgpkg: xfce4-cpugraph-plugin 1.0.0-1
new version 1.0.0

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-08 19:26:55 UTC (rev 94625)
+++ PKGBUILD	2010-10-08 19:50:25 UTC (rev 94626)
@@ -3,23 +3,27 @@
 # Contributor: Aurelien Foret <orelien at chez.com>
 
 pkgname=xfce4-cpugraph-plugin
-pkgver=0.4.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="CPU graph plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('pkgconfig' 'perlxml')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('246697fc1e1ec5009aea34d4ef1dca95')
+makedepends=('pkgconfig' 'perlxml' 'intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ba08c72b0fe52784d97d0a8d15516e84')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list