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

Eric Bélanger eric at nymeria.archlinux.org
Wed Sep 4 01:10:08 UTC 2013


    Date: Wednesday, September 4, 2013 @ 03:10:08
  Author: eric
Revision: 193890

upgpkg: xfce4-cpufreq-plugin 1.1.0-1

Upstream update, Remove unneeded depends

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-04 00:51:16 UTC (rev 193889)
+++ PKGBUILD	2013-09-04 01:10:08 UTC (rev 193890)
@@ -3,22 +3,22 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.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')
+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=('24cae9b8583cae82b715b4f72aa8e341')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dcc56af0e19266956c297d124ba551f4')
 
 build() {
-  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  cd xfce4-cpufreq-plugin-${pkgver}
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd xfce4-cpufreq-plugin-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list