summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-10-06 11:51:41 -0400
committerKhem Raj <raj.khem@gmail.com>2025-10-06 11:34:41 -0700
commit8ebc80c7ce8424e824aabb8ce384de106c1840cf (patch)
treef25406c00e8e6d0e7e43ac689b37460f0f6edb0e /meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb
parent0f0c413ed0bef3d01e87227336a2a3ee50935c94 (diff)
downloadmeta-openembedded-8ebc80c7ce8424e824aabb8ce384de106c1840cf.tar.gz
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 <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime"
2HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8"
5
6XFCE_COMPRESS_TYPE = "xz"
7
8inherit xfce-panel-plugin
9
10PACKAGECONFIG ?= "network power"
11PACKAGECONFIG[power] = ",,upower"
12PACKAGECONFIG[network] = ",,libgtop"
13
14SRC_URI += "file://convert-gulong.patch"
15SRC_URI[sha256sum] = "6e363bcf845bb88329b52858d65a1ec6e00db5121ae9246e46eb03135d9569c6"