From 8e039021071fc8605df4a23f9353547bb019d076 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 3 Aug 2020 14:36:49 +0800 Subject: xfce4-eyes-plugin: 4.5.0 -> 4.5.1 4.5.1 - Update URLs. Remove ref. to translations.x.o (Bug #16162) - Allow compilation with panel 4.15 - Replace GtkStock buttons - Improve spacing (Bug #14664) - Make build less verbose - AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS - Translation Updates: Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.0.bb | 11 ----------- .../recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.0.bb create mode 100644 meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.0.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.0.bb deleted file mode 100644 index e5c21a1ac7..0000000000 --- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Panel plugin with graphical representation of the cpu frequency" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "6e274ceda37c7a8ae0821d9d49e965e9" -SRC_URI[sha256sum] = "fdae00036383105a15d12e9809abd5945a8f2152b17e16ccdfbfe5bd9733f29d" - -FILES_${PN} += "${datadir}/xfce4/eyes" diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb new file mode 100644 index 0000000000..3d8bc854fb --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "Panel plugin with graphical representation of the cpu frequency" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit xfce-panel-plugin + +SRC_URI[sha256sum] = "4db780178e529391d53da180e49386904e69a5a33b3bd5185835d0a7e6ff5ac5" + +FILES_${PN} += "${datadir}/xfce4/eyes" -- cgit 1.2.3-korg