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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 20:21:35 UTC 2011


    Date: Tuesday, January 4, 2011 @ 15:21:34
  Author: andyrtr
Revision: 104736

upgpkg: xfce4-cpufreq-plugin 0.0.1-8
rebuild for Xfce 4.8pre3 release candidate - fix libexec path

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 20:10:14 UTC (rev 104735)
+++ PKGBUILD	2011-01-04 20:21:34 UTC (rev 104736)
@@ -1,26 +1,34 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=0.0.1
-pkgrel=7
+pkgrel=8
 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')
-makedepends=('pkgconfig' 'perlxml')
+depends=('xfce4-panel>=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('perlxml')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7ad41541d8065aab941de7d62857aa8b')
 
 build() {
   cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
-  make || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list