From 8ebc80c7ce8424e824aabb8ce384de106c1840cf Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 6 Oct 2025 11:51:41 -0400 Subject: xfce4-systemload-plugin: upgrade 1.3.2 -> 1.4.0 refresh patch. Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/tags/xfce4-systemload-plugin-1.4.0 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/tags/xfce4-systemload-plugin-1.3.3 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../xfce4-systemload-plugin/convert-gulong.patch | 6 +++--- .../systemload/xfce4-systemload-plugin_1.3.2.bb | 13 ------------- .../systemload/xfce4-systemload-plugin_1.4.0.bb | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb create mode 100644 meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch index 30897caab3..599ba569b7 100644 --- a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch +++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch @@ -14,15 +14,15 @@ Signed-off-by: Khem Raj --- a/panel-plugin/network.cc +++ b/panel-plugin/network.cc -@@ -114,6 +114,7 @@ read_netload_proc (gulong *bytes) +@@ -118,6 +118,7 @@ read_netload_proc (gulong *bytes) gint read_netload (gulong *net, gulong *NTotal) { + gulong tbytes[2]; - static guint64 bytes[2]; + static gulong bytes[2]; static gint64 time[2]; -@@ -122,10 +123,12 @@ read_netload (gulong *net, gulong *NTota +@@ -123,10 +124,12 @@ read_netload (gulong *net, gulong *NTota time[1] = g_get_monotonic_time (); diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb deleted file mode 100644 index 0b07bda32b..0000000000 --- a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" -HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" - -inherit xfce-panel-plugin - -PACKAGECONFIG ?= "network power" -PACKAGECONFIG[power] = ",,upower" -PACKAGECONFIG[network] = ",,libgtop" - -SRC_URI += "file://convert-gulong.patch" -SRC_URI[sha256sum] = "bb303fc3020e053ad1fa0b8fcbf0d7681c5563bb8f649357d6a95a577802b072" diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb new file mode 100644 index 0000000000..584bc887a9 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" +HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" + +XFCE_COMPRESS_TYPE = "xz" + +inherit xfce-panel-plugin + +PACKAGECONFIG ?= "network power" +PACKAGECONFIG[power] = ",,upower" +PACKAGECONFIG[network] = ",,libgtop" + +SRC_URI += "file://convert-gulong.patch" +SRC_URI[sha256sum] = "6e363bcf845bb88329b52858d65a1ec6e00db5121ae9246e46eb03135d9569c6" -- cgit v1.2.3-54-g00ecf