From f2b39ccb23768409d75f10bda2131998f454c832 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Thu, 19 Mar 2026 17:55:46 +0800 Subject: [PATCH] xfce4-sensors-plugin: upgrade 1.4.5 -> 1.5.0 1.5.0 ====== Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. - Update README after switchover to meson - build: Automate copyright year management - Add meson build - autotools-build: xfce4-sensors.1.in -> xfce4-sensors.1 - autotools-build: Remove spec files - autotools-build: Make libxfce4sensors internal - autotools-build: Don't build libxfce4_pp - Fix libxfce4panel include - Translation Updates: Albanian, Greek, Portuguese (Brazil) https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/tags/xfce4-sensors-plugin-1.5.0 Signed-off-by: Zhang Peng Signed-off-by: Khem Raj --- ...-sensors-plugin_1.4.5.bb => xfce4-sensors-plugin_1.5.0.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-xfce/recipes-panel-plugins/sensors/{xfce4-sensors-plugin_1.4.5.bb => xfce4-sensors-plugin_1.5.0.bb} (90%) diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb similarity index 90% rename from meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb rename to meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb index d283684aa2..1d9f7c205a 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.5.0.bb @@ -3,10 +3,12 @@ HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +XFCE_COMPRESS_TYPE = "xz" + inherit xfce-panel-plugin SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch" -SRC_URI[sha256sum] = "f69fdf79b7f76d2a81724828124a6fce76803a9122a4c82de8f3dfa3efbb179a" +SRC_URI[sha256sum] = "840442b87fdddcd8595bd9f83ea8b81f771fe296bb9d2abf0e1979e208727ae9" EXTRA_OECONF = " \ --disable-procacpi \