diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-06 11:51:41 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:41 -0700 |
| commit | 8ebc80c7ce8424e824aabb8ce384de106c1840cf (patch) | |
| tree | f25406c00e8e6d0e7e43ac689b37460f0f6edb0e /meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.4.0.bb | |
| parent | 0f0c413ed0bef3d01e87227336a2a3ee50935c94 (diff) | |
| download | meta-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.bb | 15 |
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 @@ | |||
| 1 | DESCRIPTION = "Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9acb172a93ff6c43cce2aff790a8aef8" | ||
| 5 | |||
| 6 | XFCE_COMPRESS_TYPE = "xz" | ||
| 7 | |||
| 8 | inherit xfce-panel-plugin | ||
| 9 | |||
| 10 | PACKAGECONFIG ?= "network power" | ||
| 11 | PACKAGECONFIG[power] = ",,upower" | ||
| 12 | PACKAGECONFIG[network] = ",,libgtop" | ||
| 13 | |||
| 14 | SRC_URI += "file://convert-gulong.patch" | ||
| 15 | SRC_URI[sha256sum] = "6e363bcf845bb88329b52858d65a1ec6e00db5121ae9246e46eb03135d9569c6" | ||
