summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:29:22 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commita696a0b3753a47d4e5f7c088f7f06bb90c76bf54 (patch)
tree2725655b3a334e0e13b2d3c1cc1cc35f90ac6b7b
parent2e7b791880b313d7a4f00abd82ccd7322698e6d4 (diff)
downloadmeta-openembedded-a696a0b3753a47d4e5f7c088f7f06bb90c76bf54.tar.gz
menulibre: upgrade 2.2.1 -> 2.2.3
2.2.3: Bug Fixes Fixed making diagnostic text selectable on KDE Fixed loading from non-existent directories 2.2.2: New Features Added diagnostics for failed menu loading Added support for GNOME-specific categories (#56) Added support for PrefersNonDefaultGPU (Fixes #50) Added support for unprefixed applications.menu (#67) Added support for X-GNOME-UsesNotifications (#79) Added support for XFCE specific categories (#54) Enabled opening a root editor for root-owned files with pkexec (#62) Enabled searching for Exec key and desktop entry (#52) General Added AppData file (#61) Documented intltool build requirement (#59) Switched to the MenuLibre wiki for key descriptions (Fixes #48) Bug Fixes Added valid types to validator, reducing false positives (#66) Fixed builds with newer versions of GTK (#77) Fixed history state when editing Name and Comment (#57) Fixed msgfmt errors Fixed running with newer versions of GTK (#82) Fixed selection leaving screen while moving items (#25) Fixed typo in desktop file processing error Updated Translations Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb (renamed from meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
index bb75e45e47..a939250123 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "An advanced menu editor" 1DESCRIPTION = "An advanced menu editor"
2HOMEPAGE = "https://launchpad.net/menulibre" 2HOMEPAGE = "https://bluesabre.org/menulibre/"
3SECTION = "x11/graphics" 3SECTION = "x11/graphics"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
@@ -13,12 +13,11 @@ inherit distutils3 gtk-icon-cache features_check
13 13
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15
16SRC_URI = "https://launchpad.net/menulibre/2.2/${PV}/+download/${BPN}-${PV}.tar.gz" 16SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"
17SRC_URI[md5sum] = "8460ea844a5998c5f722bccb5ce8627a" 17SRCREV = "86ee9ad7568128fe9555e54799933b2d3762331a"
18SRC_URI[sha256sum] = "5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f" 18S = "${WORKDIR}/git"
19 19
20do_compile() { 20do_compile[noexec] = "1"
21}
22 21
23do_install:append() { 22do_install:append() {
24 sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop 23 sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop
@@ -27,7 +26,7 @@ do_install:append() {
27 26
28FILES:${PN} += " \ 27FILES:${PN} += " \
29 ${datadir}/applications \ 28 ${datadir}/applications \
30 ${datadir}/menulibre \ 29 ${datadir}/metainfo \
31 ${datadir}/icons \ 30 ${datadir}/icons \
32" 31"
33 32