[arch-commits] Commit in xfce4-sensors-plugin/repos (2 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Mar 5 18:20:52 UTC 2009
Date: Thursday, March 5, 2009 @ 13:20:51
Author: andyrtr
Revision: 29134
Merged revisions 18896,29133 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xfce4-sensors-plugin/trunk
........
r18896 | eric | 2008-11-10 04:38:08 +0000 (Mo, 10 Nov 2008) | 1 line
added intltool makedepends
........
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-x86_64/ (properties)
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Property changes on: xfce4-sensors-plugin/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xfce4-sensors-plugin/trunk:1-18862
+ /xfce4-sensors-plugin/trunk:1-29133
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-03-05 18:20:14 UTC (rev 29133)
+++ extra-x86_64/PKGBUILD 2009-03-05 18:20:51 UTC (rev 29134)
@@ -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')
+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