From a696a0b3753a47d4e5f7c088f7f06bb90c76bf54 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:22 +0100 Subject: menulibre: upgrade 2.2.1 -> 2.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../recipes-apps/menulibre/menulibre_2.2.1.bb | 41 ---------------------- .../recipes-apps/menulibre/menulibre_2.2.3.bb | 40 +++++++++++++++++++++ 2 files changed, 40 insertions(+), 41 deletions(-) delete mode 100644 meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb create mode 100644 meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb deleted file mode 100644 index bb75e45e47..0000000000 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb +++ /dev/null @@ -1,41 +0,0 @@ -DESCRIPTION = "An advanced menu editor" -HOMEPAGE = "https://launchpad.net/menulibre" -SECTION = "x11/graphics" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = " \ - python3-distutils-extra-native \ - intltool-native \ -" - -inherit distutils3 gtk-icon-cache features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI = "https://launchpad.net/menulibre/2.2/${PV}/+download/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "8460ea844a5998c5f722bccb5ce8627a" -SRC_URI[sha256sum] = "5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f" - -do_compile() { -} - -do_install:append() { - sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop - sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py -} - -FILES:${PN} += " \ - ${datadir}/applications \ - ${datadir}/menulibre \ - ${datadir}/icons \ -" - -RDEPENDS:${PN} += " \ - gtk+3 \ - gtksourceview3 \ - python3-pygobject \ - gnome-menus3 \ - python3-unixadmin \ - python3-psutil \ -" diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb new file mode 100644 index 0000000000..a939250123 --- /dev/null +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb @@ -0,0 +1,40 @@ +DESCRIPTION = "An advanced menu editor" +HOMEPAGE = "https://bluesabre.org/menulibre/" +SECTION = "x11/graphics" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +DEPENDS = " \ + python3-distutils-extra-native \ + intltool-native \ +" + +inherit distutils3 gtk-icon-cache features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" +SRCREV = "86ee9ad7568128fe9555e54799933b2d3762331a" +S = "${WORKDIR}/git" + +do_compile[noexec] = "1" + +do_install:append() { + sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop + sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py +} + +FILES:${PN} += " \ + ${datadir}/applications \ + ${datadir}/metainfo \ + ${datadir}/icons \ +" + +RDEPENDS:${PN} += " \ + gtk+3 \ + gtksourceview3 \ + python3-pygobject \ + gnome-menus3 \ + python3-unixadmin \ + python3-psutil \ +" -- cgit v1.2.3-54-g00ecf