20 lines
893 B
Bash
20 lines
893 B
Bash
# Template file for 'xfce4-sensors-plugin'
|
|
pkgname=xfce4-sensors-plugin
|
|
version=1.4.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="libsensors-devel xfce4-panel-devel libnotify-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="Xfce hardware sensors plugin"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
|
|
changelog="https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/raw/master/NEWS"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=f69fdf79b7f76d2a81724828124a6fce76803a9122a4c82de8f3dfa3efbb179a
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
# Cannot detect these when cross compiling
|
|
configure_args+=" --disable-procacpi --disable-sysfsacpi --disable-xnvctrl"
|
|
fi
|