xfce4-sensors-plugin: rebuild against libsensors-3.5.0_1

This commit is contained in:
Rasmus Thomsen 2019-01-03 19:07:20 +01:00 committed by maxice8
parent c989125ad7
commit c907737642
2 changed files with 5 additions and 5 deletions

View File

@ -7,9 +7,9 @@ build_style=gnu-makefile
make_build_args="MACHINE=${XBPS_TARGET_MACHINE#-musl}"
make_install_args="$make_build_args
PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man"
conf_files="/etc/sensors3.conf
conf_files="/etc/sensors3.conf"
hostmakedepends="flex perl"
depends="perl""
depends="perl"
short_desc="Utilities to read temperature/voltage/fan sensors"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"

View File

@ -1,7 +1,7 @@
# Template file for 'xfce4-sensors-plugin'
pkgname=xfce4-sensors-plugin
version=1.3.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config intltool"
@ -9,12 +9,12 @@ makedepends="libsensors-devel xfce4-panel-devel libnotify-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Xfce hardware sensors plugin"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
license="GPL-2.0-or-later"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=b7a7834ca84f6751686fa2e20e0b44a2e68ece0cb2716792a765e03b92f65569
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
# Cannot detect these when cross compiling
configure_args+=" --disable-procacpi --disable-sysfsacpi --disable-xnvctrl"
fi