thermald: update to 1.7.1.
Closes #13405. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
e847790f49
commit
9b47e8e6fa
3 changed files with 16 additions and 4 deletions
14
srcpkgs/thermald/patches/musl.patch
Normal file
14
srcpkgs/thermald/patches/musl.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
diff --git Makefile.am Makefile.am
|
||||||
|
index 68c89d0..403407d 100644
|
||||||
|
--- Makefile.am
|
||||||
|
+++ Makefile.am
|
||||||
|
@@ -23,7 +23,8 @@ AM_CXXFLAGS = ${DBUS_CFLAGS}\
|
||||||
|
-Wmissing-field-initializers\
|
||||||
|
-Wtype-limits\
|
||||||
|
-Wuninitialized\
|
||||||
|
- -Werror
|
||||||
|
+ -Werror\
|
||||||
|
+ -Wno-error=cpp
|
||||||
|
|
||||||
|
EXTRA_DIST=Makefile.glib \
|
||||||
|
thermald.pc.in
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'thermald'
|
# Template file for 'thermald'
|
||||||
pkgname=thermald
|
pkgname=thermald
|
||||||
version=1.5.1
|
version=1.7.1
|
||||||
revision=1
|
revision=1
|
||||||
_pkgname=thermal_daemon
|
_pkgname=thermal_daemon
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/01org/${_pkgname}"
|
homepage="https://github.com/01org/${_pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=fa4be6163bdc85f0fee54b8fb90982b8910349db5d815667ca6d6739b47e5e3d
|
checksum=c4465d9312304b879908289e2e9da7417e88151c1529dff42acb8e3fb6aa4f47
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/thermald/thermal-conf.xml
|
/etc/thermald/thermal-conf.xml
|
||||||
/etc/thermald/thermal-cpu-cdev-order.xml"
|
/etc/thermald/thermal-cpu-cdev-order.xml"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="https://api.github.com/repos/01org/thermal_daemon/tags"
|
|
||||||
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
|
Loading…
Reference in a new issue