From c907737642a0afb24081f7b719b9264deefb2230 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 3 Jan 2019 19:07:20 +0100 Subject: [PATCH] xfce4-sensors-plugin: rebuild against libsensors-3.5.0_1 --- srcpkgs/lm_sensors/template | 4 ++-- srcpkgs/xfce4-sensors-plugin/template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/lm_sensors/template b/srcpkgs/lm_sensors/template index 148e7b8ff2b..a1223b2e7e6 100644 --- a/srcpkgs/lm_sensors/template +++ b/srcpkgs/lm_sensors/template @@ -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 " license="GPL-2.0-or-later, LGPL-2.1-or-later" diff --git a/srcpkgs/xfce4-sensors-plugin/template b/srcpkgs/xfce4-sensors-plugin/template index 649a72728b1..0cda10f8f1f 100644 --- a/srcpkgs/xfce4-sensors-plugin/template +++ b/srcpkgs/xfce4-sensors-plugin/template @@ -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 " -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