[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Thursday, March 5, 2009 @ 13:23:18
  Author: andyrtr
Revision: 29135

Merged revisions 29133 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfce4-sensors-plugin/trunk

........
  r29133 | andyrtr | 2009-03-05 18:20:14 +0000 (Do, 05 M?\195?\164r 2009) | 2 lines
  
  upgpkg: xfce4-sensors-plugin 0.10.99.6-2
      add hddtemp support
........

Modified:
  xfce4-sensors-plugin/repos/extra-i686/	(properties)
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD

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


Property changes on: xfce4-sensors-plugin/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfce4-sensors-plugin/trunk:1-18973
   + /xfce4-sensors-plugin/trunk:1-29134

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-03-05 18:20:51 UTC (rev 29134)
+++ extra-i686/PKGBUILD	2009-03-05 18:23:18 UTC (rev 29135)
@@ -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