From d459ead5c65d0bfc45b3fd8c707c118049c401f8 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 16 Feb 2020 22:22:44 +0100 Subject: xfce4-whiskermenu-plugin: upgrade 2.3.5 -> 2.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 2.4.2 ======================= - Fix crash when selecting desktop action. (bug #16445) - Translation updates: Chinese (China), Croatian, Georgian. Release notes for 2.4.1 ======================= - Fix narrow iconview columns. - Fix bad hyphenation by increasing iconview column width. - Translation updates: Finnish, Serbian. Release notes for 2.4.0 ======================= - Add option to show as icons. (bug #15675) - Add hiding menu items. (bug #14816) - Add searching keywords of menu items. (bug #15047) - Add tooltip to profile picture for editing profile. (bug #15501) - Adjust wording of switch user command. (bug #15398) - Add icons to context menu. - New default layout. - Make panel button square only if single row and title hidden. - Rearrange settings dialog. - Redesign session confirmation dialogs. - Refactor code. - Rewrite menu load to match GarconGtkMenu. - Switch categories with keyboard focus if hover enabled. - Use custom icon renderer. - Use link time optimization if available. - Increase C++ version. - Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Danish, Dutch, Finnish, French, Galician, Georgian, German, Greek, Icelandic, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Malay, Nepali, Norwegian Bokmal, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Turkish. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../whiskermenu/xfce4-whiskermenu-plugin_2.3.5.bb | 11 ----------- .../whiskermenu/xfce4-whiskermenu-plugin_2.4.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.5.bb create mode 100644 meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.4.2.bb diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.5.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.5.bb deleted file mode 100644 index 75b5a319a3..0000000000 --- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.3.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "An alternate menu for the Xfce desktop environment" -HOMEPAGE = "http://gottcode.org/xfce4-whiskermenu-plugin/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -inherit xfce-panel-plugin cmake - -SRC_URI[md5sum] = "b5242d7922fa4253cc99c253efcff7cf" -SRC_URI[sha256sum] = "8f7134f4c1b5ff5290048c5b96b130e1238a286002cbe35255c2cd7d5a1ab6b4" - -RRECOMMENDS_${PN} += "menulibre" diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.4.2.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.4.2.bb new file mode 100644 index 0000000000..25fc72d973 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.4.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "An alternate menu for the Xfce desktop environment" +HOMEPAGE = "http://gottcode.org/xfce4-whiskermenu-plugin/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit xfce-panel-plugin cmake + +SRC_URI[md5sum] = "f553d3be2ffebd8d9fa5b6415647e4ff" +SRC_URI[sha256sum] = "fb2e1d44744d851c5339900e7af9068397028efa9ee5235a66ab273e95740dee" + +RRECOMMENDS_${PN} += "menulibre" -- cgit 1.2.3-korg