# HG changeset patch # User Hans-G?nter Theisgen # Date 1571582878 -3600 # Node ID 4e2673103892dc74bc50c4387382cbde6ad5458a # Parent 1a6247d8730a0cbe351fa7ef8109817825e34343 updated thermald (1.3.rc1 -> 1.9) diff -r 1a6247d8730a -r 4e2673103892 thermald/receipt --- a/thermald/receipt Sun Oct 20 15:20:05 2019 +0100 +++ b/thermald/receipt Sun Oct 20 15:47:58 2019 +0100 @@ -1,25 +1,29 @@ # SliTaz package receipt. PACKAGE="thermald" -VERSION="1.3.rc1" +VERSION="1.9" CATEGORY="system-tools" LICENSE="GPL2" SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature." MAINTAINER="yuripourre@gmail.com" +WEB_SITE="https://01.org/linux-thermal-daemon" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://01.org/linux-thermal-daemon" -WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz" +WGET_URL="https://github.com/intel/thermal_daemon/archive/v$VERSION.tar.gz" DEPENDS="dbus dbus-glib" -BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake" +BUILD_DEPENDS="automake dbus-dev dbus-glib-dev libxml2" # Rules to configure and make the package. compile_rules() { - ./autogen.sh - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ + # 1.0 + sed -i '322s|%lu|%u|' src/thd_zone.cpp + + ./autogen.sh && + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install