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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 11 20:09:45 UTC 2011


    Date: Tuesday, January 11, 2011 @ 15:09:45
  Author: andyrtr
Revision: 105786

update pkgbuild, currently won't build, needs porting

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-11 19:50:48 UTC (rev 105785)
+++ PKGBUILD	2011-01-11 20:09:45 UTC (rev 105786)
@@ -4,13 +4,13 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 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>=4.6.0' 'lm_sensors>=3.1.0' 'libnotify' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
@@ -20,13 +20,17 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-	--libexecdir=/usr/lib --localstatedir=/var \
-	--disable-static --with-pathhddtemp=/usr/sbin/hddtemp
-  make || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--with-pathhddtemp=/usr/sbin/hddtemp \
+	--disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list