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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Mar 5 18:20:15 UTC 2009


    Date: Thursday, March 5, 2009 @ 13:20:14
  Author: andyrtr
Revision: 29133

upgpkg: xfce4-sensors-plugin 0.10.99.6-2
    add hddtemp support

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-05 18:14:48 UTC (rev 29132)
+++ PKGBUILD	2009-03-05 18:20:14 UTC (rev 29133)
@@ -3,14 +3,14 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=0.10.99.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors>=3.0.0' 'libnotify')
-makedepends=('pkgconfig' 'intltool')
+depends=('xfce4-panel>=4.6.0' 'lm_sensors>=3.1.0' 'libnotify' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'netcat')
 options=(!libtool)
 install=${pkgname}.install
 source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
@@ -18,8 +18,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+	--libexecdir=/usr/lib --localstatedir=/var \
+	--disable-static --with-pathhddtemp=/usr/sbin/hddtemp
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list