thermald: update to 2.4.1.
This commit is contained in:
parent
16e2016ccc
commit
70ed9c1371
2 changed files with 4 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
||||||
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,19 +1,19 @@
|
||||||
# Template file for 'thermald'
|
# Template file for 'thermald'
|
||||||
pkgname=thermald
|
pkgname=thermald
|
||||||
version=1.9.1
|
version=2.4.1
|
||||||
revision=1
|
revision=1
|
||||||
_pkgname=thermal_daemon
|
_pkgname=thermal_daemon
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config glib-devel"
|
hostmakedepends="automake pkg-config glib-devel gtk-doc autoconf-archive"
|
||||||
makedepends="dbus-glib-devel libxml2-devel libglib-devel libgomp-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/${_pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=aaf5ffdc12344eef2417b41b433094bb30e4ebf321f0140b090f97bfcf24ea1f
|
checksum=7dc5c4e850a044f1ce11b746b048384372ad23bb1092bd9de1215f0dbb64eef7
|
||||||
conf_files='/etc/thermald/*'
|
conf_files='/etc/thermald/*'
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue