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

Allan McRae allan at archlinux.org
Sat Feb 20 13:30:33 UTC 2010


    Date: Saturday, February 20, 2010 @ 08:30:33
  Author: allan
Revision: 69410

upgpkg: xfce4-cpufreq-plugin 0.0.1-7
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove provides/conflicts/replaces as it has been two years

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 13:22:56 UTC (rev 69409)
+++ PKGBUILD	2010-02-20 13:30:33 UTC (rev 69410)
@@ -4,26 +4,23 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=0.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-replaces=('xfce4-cpu-freq-plugin')
-conflicts=('xfce4-cpu-freq-plugin')
-provides=('xfce4-cpu-freq-plugin')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'perlxml')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7ad41541d8065aab941de7d62857aa8b')
 
 build() {
-  cd ${startdir}/src/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list