From 88b898e03ab7890d2d8bd816879f0a4d021b5192 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 3 Jan 2021 15:12:45 +0100 Subject: xfce4-wavelan-plugin: upgrade 0.6.1 -> 0.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.6.2 ======================= - Fix build with panel 4.15 - Fix ISO C90 forbids mixed declarations and code - Update configure.ac.in syntax and enable debug when building from git - Create README.md. Update configure.ac.in - Add basic GitLab pipeline - Update .gitignore, fix configure scripts - Update URLs from goodies.x.o to docs.x.o (Bug #16181) - Make build less verbose - s/http/https - Translation Updates: Albanian, Armenian (Armenia), Belarusian, Bulgarian, Chinese (Taiwan), Eastern Armenian, English (Canada), French, Galician, Greek, Hebrew, Hungarian, Polish, Slovak, Slovenian, Spanish, Turkish, Uyghur Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.1.bb | 9 --------- .../recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.2.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.1.bb create mode 100644 meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.2.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.1.bb b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.1.bb deleted file mode 100644 index 95c1fe4d90..0000000000 --- a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Panel plugin displaying stats from a wireless lan interface" -HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "e4e3d5240297253d242464e77f6145df" -SRC_URI[sha256sum] = "f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17" diff --git a/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.2.bb b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.2.bb new file mode 100644 index 0000000000..c52b35d02f --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.2.bb @@ -0,0 +1,8 @@ +SUMMARY = "Panel plugin displaying stats from a wireless lan interface" +HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=e1e5872df9c5cf1a23f16493d9104920" + +inherit xfce-panel-plugin + +SRC_URI[sha256sum] = "ea7aa36650c596b1a29567d100776c68ed732aaf0f48c92245c4466058b5481d" -- cgit 1.2.3-korg