Skip to content

Commit

Permalink
menulibre: upgrade 2.2.1 -> 2.2.3
Browse files Browse the repository at this point in the history
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 (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#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>
  • Loading branch information
schnitzeltony authored and kraj committed Jan 4, 2022
1 parent 3784d28 commit e09a4f9
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DESCRIPTION = "An advanced menu editor"
HOMEPAGE = "https://launchpad.net/menulibre"
HOMEPAGE = "https://bluesabre.org/menulibre/"
SECTION = "x11/graphics"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
Expand All @@ -13,12 +13,11 @@ 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"
SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"
SRCREV = "86ee9ad7568128fe9555e54799933b2d3762331a"
S = "${WORKDIR}/git"

do_compile() {
}
do_compile[noexec] = "1"

do_install:append() {
sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop
Expand All @@ -27,7 +26,7 @@ do_install:append() {

FILES:${PN} += " \
${datadir}/applications \
${datadir}/menulibre \
${datadir}/metainfo \
${datadir}/icons \
"

Expand Down

0 comments on commit e09a4f9

Please sign in to comment.