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

2020-12-28 Thread Evangelos Foutras via arch-commits
Date: Monday, December 28, 2020 @ 15:58:59
  Author: foutrelis
Revision: 405067

upgpkg: xfce4-sensors-plugin 1.3.95-1: new upstream release

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 15:55:59 UTC (rev 405066)
+++ PKGBUILD2020-12-28 15:58:59 UTC (rev 405067)
@@ -3,9 +3,9 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.3.92
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
+pkgver=1.3.95
+pkgrel=1
+pkgdesc="Sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin";
 license=('GPL2')
@@ -14,13 +14,11 @@
 makedepends=('intltool' 'hddtemp' 'netcat')
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112')
+sha256sums=('83c64ae4618dd592971cfa0bc285a9b47af801a3ed856835cdb2a4c533c7846c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


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

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 10:09:39
  Author: felixonmars
Revision: 386631

upgpkg: xfce4-sensors-plugin 1.3.92-2: reproducibility rebuild

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 10:09:37 UTC (rev 386630)
+++ PKGBUILD2020-05-19 10:09:39 UTC (rev 386631)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.3.92
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin";


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

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 10:08:43
  Author: foutrelis
Revision: 386626

Add -fcommon workaround for GCC 10

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 10:08:42 UTC (rev 386625)
+++ PKGBUILD2020-05-19 10:08:43 UTC (rev 386626)
@@ -19,6 +19,8 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


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

2019-02-18 Thread Evangelos Foutras via arch-commits
Date: Monday, February 18, 2019 @ 18:01:09
  Author: foutrelis
Revision: 346494

upgpkg: xfce4-sensors-plugin 1.3.92-1

New upstream release.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 16:10:56 UTC (rev 346493)
+++ PKGBUILD2019-02-18 18:01:09 UTC (rev 346494)
@@ -3,8 +3,8 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.92
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'hddtemp' 'netcat')
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569')
+sha256sums=('3dc6643d2c064b7718badff44b948f8d410f00f13db197820b26ae38045f5112')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-02-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 2, 2019 @ 22:21:51
  Author: foutrelis
Revision: 345158

Update url field to use HTTPS

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 22:21:48 UTC (rev 345157)
+++ PKGBUILD2019-02-02 22:21:51 UTC (rev 345158)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')


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

2018-11-28 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 28, 2018 @ 09:49:20
  Author: foutrelis
Revision: 340538

upgpkg: xfce4-sensors-plugin 1.3.0-2

lm_sensors 3.5.0 rebuild.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 09:23:55 UTC (rev 340537)
+++ PKGBUILD2018-11-28 09:49:20 UTC (rev 340538)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";


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

2018-05-01 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 1, 2018 @ 23:22:09
  Author: foutrelis
Revision: 323275

upgpkg: xfce4-sensors-plugin 1.3.0-1

New upstream release.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 20:14:53 UTC (rev 323274)
+++ PKGBUILD2018-05-01 23:22:09 UTC (rev 323275)
@@ -4,8 +4,8 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.2.6
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
@@ -12,18 +12,14 @@
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+makedepends=('intltool' 'hddtemp' 'netcat')
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Satisfy the check that hddtemp is queryable via netcat
-  # (https://bugs.archlinux.org/task/28275)
-  echo ohai | nc -l -p 7634 -s localhost -c &
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -32,7 +28,8 @@
 --datadir=/usr/share \
 --datarootdir=/usr/share \
 --disable-static \
---disable-debug
+--disable-debug \
+--disable-pathchecks
   make
 }
 


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

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:23:55
  Author: foutrelis
Revision: 232276

upgpkg: xfce4-sensors-plugin 1.2.6-2

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:23:52 UTC (rev 232275)
+++ PKGBUILD2015-03-01 11:23:55 UTC (rev 232276)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";


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

2015-02-27 Thread Evangelos Foutras
Date: Friday, February 27, 2015 @ 11:04:40
  Author: foutrelis
Revision: 232056

upgpkg: xfce4-sensors-plugin 1.2.6-1

New upstream release.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 09:54:52 UTC (rev 232055)
+++ PKGBUILD2015-02-27 10:04:40 UTC (rev 232056)
@@ -4,8 +4,8 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
@@ -16,7 +16,7 @@
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e')
+sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -33,7 +33,6 @@
 --datadir=/usr/share \
 --datarootdir=/usr/share \
 --disable-static \
---with-pathhddtemp=/usr/sbin/hddtemp \
 --disable-debug
   make
 }


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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:53:20
  Author: foutrelis
Revision: 221976

Adopt package

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:51:52 UTC (rev 221975)
+++ PKGBUILD2014-09-18 19:53:20 UTC (rev 221976)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras 
 # Contributor: Andreas Radke 
 # Contributor: Merk Matthias 
 



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:05:42
  Author: fyan
Revision: 215687

upgpkg: xfce4-sensors-plugin 1.2.5-2

mtree rebuild

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:05:15 UTC (rev 215686)
+++ PKGBUILD2014-06-30 09:05:42 UTC (rev 215687)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";



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

2012-04-28 Thread Eric BĂ©langer
Date: Saturday, April 28, 2012 @ 21:36:26
  Author: eric
Revision: 157608

upgpkg: xfce4-sensors-plugin 1.2.3-5

Rebuild against xfce4 4.10.0

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 01:35:01 UTC (rev 157607)
+++ PKGBUILD2012-04-29 01:36:26 UTC (rev 157608)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2012-01-18 Thread Evangelos Foutras
Date: Wednesday, January 18, 2012 @ 22:58:36
  Author: foutrelis
Revision: 146896

upgpkg: xfce4-sensors-plugin 1.2.3-3

libpng 1.5 rebuild.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-19 03:58:10 UTC (rev 146895)
+++ PKGBUILD2012-01-19 03:58:36 UTC (rev 146896)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:03
  Author: andyrtr
Revision: 125783

upgpkg: xfce4-sensors-plugin 1.2.3-1
upstream update 1.2.3

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 16:39:36 UTC (rev 125782)
+++ PKGBUILD2011-05-29 16:48:03 UTC (rev 125783)
@@ -3,7 +3,7 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.2.1
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
@@ -15,19 +15,11 @@
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool !makeflags)
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2
-   git.patch)
-md5sums=('3fd270762d69eb281594bdf16be924b9'
- '181df53dc5bb647274293f72f73ef39b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2edf376d140449ca42c4e4f591e626f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
-#  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
-
-#  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch
-  patch -Np1 -i ${srcdir}/git.patch
-  #xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



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

2011-05-12 Thread andyrtr
Date: Thursday, May 12, 2011 @ 04:18:26
  Author: andyrtr
Revision: 123665

upgpkg: xfce4-sensors-plugin 1.2.1-1
upstream update 1.2.1; add some post release build+bug fixes

Added:
  xfce4-sensors-plugin/trunk/git.patch
Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

---+
 PKGBUILD  |   26 
 git.patch |13319 
 2 files changed, 13331 insertions(+), 14 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 123664:123665 to see the changes.


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

2011-01-29 Thread andyrtr
Date: Saturday, January 29, 2011 @ 04:50:47
  Author: andyrtr
Revision: 108054

upgpkg: xfce4-sensors-plugin 1.0.0-3
fix for panel 4.8; FS#22499

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-29 09:40:36 UTC (rev 108053)
+++ PKGBUILD2011-01-29 09:50:47 UTC (rev 108054)
@@ -8,18 +8,23 @@
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
-url="http://xfce-goodies.berlios.de/";
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin";
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
+makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat' 
'xfce4-dev-tools')
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('74d83628246536d575f954c76724982b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
+   xfce4-sensors-plugin-1.0.0-underlink.patch)
+md5sums=('74d83628246536d575f954c76724982b'
+ 'f0295e3a7c6beb267355f64fc0ed44d5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+# panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
+  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
+  xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



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

2011-01-11 Thread andyrtr
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
===
--- PKGBUILD2011-01-11 19:50:48 UTC (rev 105785)
+++ PKGBUILD2011-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
 }



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

2010-06-06 Thread andyrtr
Date: Sunday, June 6, 2010 @ 07:24:56
  Author: andyrtr
Revision: 81854

upgpkg: xfce4-sensors-plugin 1.0.0-2
add gnu-netcat dep for hddtemp access; #19276

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-06 11:16:19 UTC (rev 81853)
+++ PKGBUILD2010-06-06 11:24:56 UTC (rev 81854)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke 
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,6 +12,7 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel>=4.6.0' 'lm_sensors>=3.1.0' 'libnotify' 
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
+optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
@@ -22,5 +24,9 @@
--libexecdir=/usr/lib --localstatedir=/var \
--disable-static --with-pathhddtemp=/usr/sbin/hddtemp
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-03-29 Thread andyrtr
Date: Monday, March 29, 2010 @ 15:53:13
  Author: andyrtr
Revision: 73984

upgpkg: xfce4-sensors-plugin 1.0.0-1
new version 1.0.0

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-29 19:53:07 UTC (rev 73983)
+++ PKGBUILD2010-03-29 19:53:13 UTC (rev 73984)
@@ -2,8 +2,8 @@
 # Contributor: Merk Matthias 
 
 pkgname=xfce4-sensors-plugin
-pkgver=0.10.99.6
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,8 +13,8 @@
 makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
 options=(!libtool)
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('59dbd13b32bf635fab9cd2dc407183cb')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('74d83628246536d575f954c76724982b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}