From 34cf4a121450b3fdbef5612b5532ae09c8a6a38a Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 27 Jul 2020 00:34:48 +0200 Subject: xfce4-timer-plugin: upgrade 1.7.0 -> 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.7.1 ======================= - Update URLs from goodies.x.o to docs.x.o (Bug #16180) - Do not recreate box when orientation changes - Remove unused eventbox - Avoid square-sized plugin (Bug #16101) - Remove unused variables and function - Resolve GCC warning: ISO C90 forbids mixed declarations and code - Preferences: Improved spacing and layout in editor (Bug #14678) - Selecting a timer always starts it - Add Hossam Ayman's multiple timer code, some leak and g_free fixes in update_function. - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb | 10 ---------- .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.1.bb diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb deleted file mode 100644 index 2ddc6f67cd..0000000000 --- a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "XFCE panel plugin to generate alarm messages" -DESCRIPTION = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1" - -inherit xfce-panel-plugin - -SRC_URI[md5sum] = "32e6a14e80bf9a93db2f2b3bfd7de920" -SRC_URI[sha256sum] = "2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b" diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.1.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.1.bb new file mode 100644 index 0000000000..f154023e2f --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "XFCE panel plugin to generate alarm messages" +DESCRIPTION = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1" + +inherit xfce-panel-plugin + +SRC_URI[md5sum] = "e0df5b6be30993719d084fc4f78a6218" +SRC_URI[sha256sum] = "4b52d2911b1949e945971be6533155ee6ba99c77078eac7fd43b0f2aeca824e3" -- cgit 1.2.3-korg