system/thermald: Updated for version 1.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-10-02 07:56:54 +07:00
parent c58a67f197
commit f5c80ff732
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 4 additions and 6 deletions

View file

@ -11,5 +11,4 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/thermald/thermal-conf.xml.new
config etc/thermald/thermal-cpu-cdev-order.xml.new

View file

@ -25,7 +25,7 @@
PRGNAM=thermald
SRCNAM=thermal_daemon
VERSION=${VERSION:-1.7.2}
VERSION=${VERSION:-1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,7 +85,6 @@ make
make install DESTDIR=$PKG
# Don't clobber configs
mv $PKG/etc/thermald/thermal-conf.xml $PKG/etc/thermald/thermal-conf.xml.new
mv $PKG/etc/thermald/thermal-cpu-cdev-order.xml $PKG/etc/thermald/thermal-cpu-cdev-order.xml.new
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="thermald"
VERSION="1.7.2"
VERSION="1.8"
HOMEPAGE="https://github.com/01org/thermal_daemon"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.7.2/thermal_daemon-1.7.2.tar.gz"
MD5SUM="d5c067c078e4c3015b32faac591a3a6c"
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.8/thermal_daemon-1.8.tar.gz"
MD5SUM="135ba1317598da2ef7be2f47b469ca3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""