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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 23 10:18:21 UTC 2011


    Date: Sunday, January 23, 2011 @ 05:18:21
  Author: andyrtr
Revision: 107296

upgpkg: xfce4-cpufreq-plugin 1.0.0-1
upstream update 1.0.0

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-23 09:37:13 UTC (rev 107295)
+++ PKGBUILD	2011-01-23 10:18:21 UTC (rev 107296)
@@ -3,22 +3,22 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=0.0.1
-pkgrel=8
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
-makedepends=('perlxml')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7ad41541d8065aab941de7d62857aa8b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('24cae9b8583cae82b715b4f72aa8e341')
 
 build() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list