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

Evangelos Foutras foutrelis at archlinux.org
Tue May 1 23:22:09 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-05-01 20:14:53 UTC (rev 323274)
+++ PKGBUILD	2018-05-01 23:22:09 UTC (rev 323275)
@@ -4,8 +4,8 @@
 # Contributor: Merk Matthias <macem at chello.at>
 
 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
 }
 



More information about the arch-commits mailing list