From 69fe6948c8fcf12828542279325462c2137370eb Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 6 Nov 2019 07:54:32 +0100 Subject: xfce4-time-out-plugin: upgrade 1.0.3 -> 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.1.0 ======================= - GTK3 Port - React to panel "mode," not "orientation" (Bug #15840) - Make time out plugin respect panel icon size (Bug #15839) - Allow compilation with panel 4.15 - Make build less verbose - Translation Updates: Croatian, Galician, Italian Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../time-out/xfce4-time-out-plugin_1.0.3.bb | 10 ---------- .../time-out/xfce4-time-out-plugin_1.1.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.3.bb create mode 100644 meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.0.bb (limited to 'meta-xfce/recipes-panel-plugins') diff --git a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.3.bb b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.3.bb deleted file mode 100644 index 4218c0c507..0000000000 --- a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "This plugin makes it possible to take periodical breaks" -HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "81e1a961032c7b87d672bed09c681a73" -SRC_URI[sha256sum] = "7f9cd4694e83d9cc5e41140d174dcc5ffe00fd546f2706f619031039ad7e0f6b" diff --git a/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.0.bb new file mode 100644 index 0000000000..c3de5964d2 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "This plugin makes it possible to take periodical breaks" +HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +inherit xfce-panel-plugin + +SRC_URI[md5sum] = "afa0ef865a49f28165098d3fe625df44" +SRC_URI[sha256sum] = "ee4a51a35076d50cba3824079f8312585373ff2f0d9ebc740d8f3c0426430a19" -- cgit 1.2.3-korg