wok diff thermald/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 4e2673103892
children 5ea0ce1cecc0
line diff
     1.1 --- a/thermald/receipt	Sun Oct 20 15:47:58 2019 +0100
     1.2 +++ b/thermald/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thermald"
     1.7 -VERSION="1.9"
     1.8 +VERSION="1.9.1"
     1.9  CATEGORY="system-tools"
    1.10  LICENSE="GPL2"
    1.11  SHORT_DESC="Linux thermal daemon (thermald) monitors and controls temperature."
    1.12 @@ -18,7 +18,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	# 1.0
    1.16 -	sed -i '322s|%lu|%u|' src/thd_zone.cpp
    1.17 +#	sed -i '322s|%lu|%u|' src/thd_zone.cpp
    1.18  
    1.19  	./autogen.sh &&
    1.20  	./configure			\
    1.21 @@ -31,5 +31,5 @@
    1.22  
    1.23  genpkg_rules()
    1.24  {
    1.25 -	cp -a $install/usr $fs
    1.26 +	cp -a $install/usr	$fs
    1.27  }