From 4768bad6bbf7d6ffee2236f423d7c270ad6a4f96 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 16 Mar 2021 11:41:58 +0800 Subject: xfce4-netload-plugin: 1.3.2 -> 1.4.0 Release notes for 1.4.0 ======================= - Add new icons and switch to rDNS naming - Add "About" dialog - Add help button to properties dialog - Improve progressbar look - Update URLs from goodies.x.o to docs.x.o (Bug #16170) - Fix compilation warnings - autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS - Update `.gitignore` - Fix missing-prototypes - Remove GSourceFunc casts - Populate a combo box with known network interfaces - remove unused wormulon files - Move to common m4 versioning macros - Fix type for media_list on OpenBSD - Add basic GitLab pipeline - Translation Updates: Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian, Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Uyghur Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../netload/xfce4-netload-plugin_1.3.2.bb | 10 ---------- .../netload/xfce4-netload-plugin_1.4.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.2.bb create mode 100644 meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.0.bb diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.2.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.2.bb deleted file mode 100644 index 13e7b1db71..0000000000 --- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.3.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Panel plugin displaying current load of the network interfaces" -HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f" - -inherit xfce-panel-plugin - -SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "ae4652711812a77a58c3dc96650a74dc" -SRC_URI[sha256sum] = "22e40425cfe1e07b01fe275b1afddc7c788af34d9c2c7e2842166963cb41215d" diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.0.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.0.bb new file mode 100644 index 0000000000..b30543b10a --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Panel plugin displaying current load of the network interfaces" +HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f" + +inherit xfce-panel-plugin + +SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" +SRC_URI[sha256sum] = "6c76260e101790754dd93255ec979accd97d21a21da85d8edcd6c7b01ddcd70c" -- cgit v1.2.3-54-g00ecf