wok diff thermald/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 75787a6842b8
children 7397cb36a387
line diff
     1.1 --- a/thermald/receipt	Thu Jul 17 21:20:25 2014 +0300
     1.2 +++ b/thermald/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,25 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thermald"
     1.7 -VERSION="1.3.rc1"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="system-tools"
    1.10  LICENSE="GPL2"
    1.11  SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature."
    1.12  MAINTAINER="yuripourre@gmail.com"
    1.13 +WEB_SITE="https://01.org/linux-thermal-daemon"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://01.org/linux-thermal-daemon"
    1.17 -WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/intel/thermal_daemon/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="dbus dbus-glib"
    1.21 -BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake"
    1.22 +BUILD_DEPENDS="automake dbus-dev dbus-glib-dev libxml2"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./autogen.sh
    1.28 -	./configure \
    1.29 -		--prefix=/usr \
    1.30 -		--sysconfdir=/etc \
    1.31 +	# 1.0
    1.32 +	sed -i '322s|%lu|%u|' src/thd_zone.cpp
    1.33 +
    1.34 +	./autogen.sh &&
    1.35 +	./configure			\
    1.36 +		--prefix=/usr		\
    1.37 +		--sysconfdir=/etc	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make DESTDIR=$DESTDIR install