From b6d711e59a95e706c338151c5bc44ff5d8142f9e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 6 Jan 2021 16:17:11 +0100 Subject: xfce4-genmon-plugin: upgrade 4.0.2 -> 4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First version that builds with xfce 4.16 4.1.0 (2020/12/22) ================== - Add basic GitLab pipeline - Updated README file - Add DBG anchors - Add amd elements - Make Save translatable - Fix config values sometimes going to default - Fix label sometimes re-appearing - Enable multi-row support - Remove unused variables and code - Fix indentation - Catch some edge cases - Set tmp variable default values - Fix period spinner display when cancelled - Fix label toggle display when cancelled - Fix font display when cancelled - Support new libxfce4ui API - Change close to save - Closing config window cancels changes - Change layout of config dialog - Make tooltips translatable - Update support URLs to docs.xfce.org - Allow compilation with panel 4.15 - Replace deprecated xfce_create_panel_button ====== - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.2.bb | 9 --------- .../recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.1.0.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.2.bb create mode 100644 meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.1.0.bb diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.2.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.2.bb deleted file mode 100644 index 3108a77602..0000000000 --- a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel." -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "d808fe77a438c95b97ec6feda6162d22" -SRC_URI[sha256sum] = "256c22526f61aabf43b91b903b976c13e56198657667df443cdb06b31fbf23aa" diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.1.0.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.1.0.bb new file mode 100644 index 0000000000..a51c52f23b --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.1.0.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel." +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe" + +inherit xfce-panel-plugin + +SRC_URI[sha256sum] = "d1256b4b47545c7bdb16842b21eaf3ac167be443e8f2f1093cf4209e65c84e7d" -- cgit v1.2.3-54-g00ecf