diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-05 21:47:25 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:39 -0700 |
| commit | ac3e494392c789d8dd708f179ab0eea9525b5058 (patch) | |
| tree | 6e77a4b0c6b7be46052ee2fc231d3914099c25db /meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.3.0.bb | |
| parent | 67ed1c99e1e95af9acda9e79daf7729086d3e9b8 (diff) | |
| download | meta-openembedded-ac3e494392c789d8dd708f179ab0eea9525b5058.tar.gz | |
xfce4-genmon-plugin: upgrade 4.2.1 -> 4.3.0
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/tags/xfce4-genmon-plugin-4.3.0
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/genmon/xfce4-genmon-plugin_4.3.0.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.3.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.3.0.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.3.0.bb new file mode 100644 index 0000000000..452d3fe5aa --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.3.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel." | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" | ||
| 5 | |||
| 6 | XFCE_COMPRESS_TYPE = "xz" | ||
| 7 | |||
| 8 | inherit xfce-panel-plugin | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "077197911d84e5ba22e7bb895ce6c038dbbd8e8e0067ed6f4e48502b7167a282" | ||
| 11 | |||
| 12 | FILES:${PN} += "${datadir}/xfce4/genmon" | ||
