From 39692f150a074c283c2e48235d50a3e9c588888e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 4 Feb 2021 21:31:15 -0300 Subject: [PATCH] recipes: tools/lm-sensors: Upgraded to version 3.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/00-core.order | 4 ++-- recipes/03-xorg.order | 2 +- recipes/tools/{lm_sensors => lm-sensors}/recipe | 11 +++++------ sources/SOURCELIST.txt | 2 +- sources/lm-sensors-3-5-0.tar.gz.sha256 | 1 - sources/lm-sensors-3-6-0.tar.gz.sha256 | 1 + 6 files changed, 10 insertions(+), 11 deletions(-) rename recipes/tools/{lm_sensors => lm-sensors}/recipe (91%) delete mode 100644 sources/lm-sensors-3-5-0.tar.gz.sha256 create mode 100644 sources/lm-sensors-3-6-0.tar.gz.sha256 diff --git a/recipes/00-core.order b/recipes/00-core.order index c1cc0608..9c6cb6f5 100644 --- a/recipes/00-core.order +++ b/recipes/00-core.order @@ -218,7 +218,7 @@ tools/dialog: tools/groff tools/kbd: tools/mc: libs/glib2-pass1 tools/which: -tools/lm_sensors: +tools/lm-sensors: tools/hdparm: tools/isapnptools: daemons/acpid: @@ -324,7 +324,7 @@ networking/weechat: tools/sudo: # Extra software -tools/htop: tools/lm_sensors networking/libnl3 python/python3 +tools/htop: tools/lm-sensors networking/libnl3 python/python3 tools/tree: tools/tmux: libs/libevent diff --git a/recipes/03-xorg.order b/recipes/03-xorg.order index 634060d0..9a97afee 100644 --- a/recipes/03-xorg.order +++ b/recipes/03-xorg.order @@ -97,7 +97,7 @@ xorg/lib/pixman: xorg/extra/libdrm: xorg/extra/libva-pass1: xorg/extra/libvdpau: -xorg/mesa: devel/llvm tools/lm_sensors +xorg/mesa: devel/llvm tools/lm-sensors xorg/extra/libva: xorg/extra/intel-vaapi-driver: xorg/extra/glu: xorg/mesa diff --git a/recipes/tools/lm_sensors/recipe b/recipes/tools/lm-sensors/recipe similarity index 91% rename from recipes/tools/lm_sensors/recipe rename to recipes/tools/lm-sensors/recipe index 1a6c360d..74461324 100644 --- a/recipes/tools/lm_sensors/recipe +++ b/recipes/tools/lm-sensors/recipe @@ -1,6 +1,6 @@ -# Build recipe for lm_sensors. +# Build recipe for lm-sensors. # -# Copyright (c) 2018, 2019 Matias Fonzo, . +# Copyright (c) 2018, 2019, 2021 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,10 +18,9 @@ set -e program=lm-sensors -version=3-5-0 +version=3-6-0 release=1 -pkgname=lm_sensors pkgversion="$(echo $version | tr - .)" # Define a category for the output of the package name @@ -36,7 +35,7 @@ fetch=http://github.com/lm-sensors/lm-sensors/archive/V${version}/$tarname description=" Hardware monitoring support. -The lm_sensors package provides support for the hardware monitoring +The lm-sensors package provides support for the hardware monitoring drivers in the Linux Kernel. This is useful for monitoring the temperature of the CPU and adjusting the performance of some hardware (such as cooling fans). @@ -47,7 +46,7 @@ license="GPLv2+, LGPLv2.1" # Source documentation docs="CHANGES CONTRIBUTORS COPYING* README doc/fancontrol.txt" -docsdir="${docdir}/${pkgname}-${pkgversion}" +docsdir="${docdir}/${program}-${pkgversion}" build() { diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index e87b7e30..7a4f860d 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -176,7 +176,7 @@ http://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz http://github.com/libts/tslib/releases/download/1.22/tslib-1.22.tar.bz2 http://github.com/linuxwacom/libwacom/releases/download/libwacom-1.1/libwacom-1.1.tar.bz2 http://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-0.36.1/xf86-input-wacom-0.36.1.tar.bz2 -http://github.com/lm-sensors/lm-sensors/archive/V3-5-0/lm-sensors-3-5-0.tar.gz +http://github.com/lm-sensors/lm-sensors/archive/V3-6-0/lm-sensors-3-6-0.tar.gz http://github.com/mesonbuild/meson/releases/download/0.56.1/meson-0.56.1.tar.gz http://github.com/ninja-build/ninja/archive/v1.10.2/ninja-1.10.2.tar.gz http://github.com/p11-glue/p11-kit/releases/download/0.23.22/p11-kit-0.23.22.tar.xz diff --git a/sources/lm-sensors-3-5-0.tar.gz.sha256 b/sources/lm-sensors-3-5-0.tar.gz.sha256 deleted file mode 100644 index 41842be8..00000000 --- a/sources/lm-sensors-3-5-0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -f671c1d63a4cd8581b3a4a775fd7864a740b15ad046fe92038bcff5c5134d7e0 lm-sensors-3-5-0.tar.gz diff --git a/sources/lm-sensors-3-6-0.tar.gz.sha256 b/sources/lm-sensors-3-6-0.tar.gz.sha256 new file mode 100644 index 00000000..f722d38b --- /dev/null +++ b/sources/lm-sensors-3-6-0.tar.gz.sha256 @@ -0,0 +1 @@ +0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197 lm-sensors-3-6-0.tar.gz -- 2.11.4.GIT