thermald: enable logger

This commit is contained in:
marmeladema 2022-07-27 13:41:51 +00:00 committed by classabbyamp
parent 202fb86512
commit a410170f9f
3 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1 @@
/usr/bin/vlogger

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
sv check dbus >/dev/null || exit 1 sv check dbus >/dev/null || exit 1
exec thermald --no-daemon --dbus-enable 1>&2 exec thermald --no-daemon --dbus-enable 2>&1

View File

@ -1,18 +1,17 @@
# Template file for 'thermald' # Template file for 'thermald'
pkgname=thermald pkgname=thermald
version=2.4.9 version=2.4.9
revision=1 revision=2
_pkgname=thermal_daemon
archs="i686* x86_64*" archs="i686* x86_64*"
wrksrc="${_pkgname}-${version}" wrksrc="thermal_daemon-${version}"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config glib-devel gtk-doc autoconf-archive" hostmakedepends="automake pkg-config glib-devel gtk-doc autoconf-archive"
makedepends="dbus-glib-devel libxml2-devel libglib-devel libgomp-devel upower-devel libevdev-devel" makedepends="dbus-glib-devel libxml2-devel libglib-devel libgomp-devel upower-devel libevdev-devel"
short_desc="Linux Thermal Daemon program from 01.org" short_desc="Linux Thermal Daemon program from 01.org"
maintainer="Andrea Brancaleoni <abc@pompel.me>" maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/intel/${_pkgname}" homepage="https://github.com/intel/thermal_daemon"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="https://github.com/intel/thermal_daemon/archive/v${version}.tar.gz"
checksum=fb793a2bfaae2e544ef62801075419587b0c045041c69eeafbf61959cce07fdb checksum=fb793a2bfaae2e544ef62801075419587b0c045041c69eeafbf61959cce07fdb
conf_files='/etc/thermald/*' conf_files='/etc/thermald/*'