From d6dd4b89b610d5448e4dc900b8a0c9d98fb3dda0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 May 2024 15:18:59 -0700 Subject: menulibre: Upgrade to 2.4.0 Switch SRC_URI to github release artifacts Signed-off-by: Khem Raj --- .../recipes-apps/menulibre/menulibre_2.3.2.bb | 39 ---------------------- .../recipes-apps/menulibre/menulibre_2.4.0.bb | 38 +++++++++++++++++++++ 2 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb create mode 100644 meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb deleted file mode 100644 index 7491b509cc..0000000000 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "An advanced menu editor" -HOMEPAGE = "https://bluesabre.org/menulibre/" -SECTION = "x11/graphics" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = " \ - python3-distutils-extra-native \ - intltool-native \ -" - -inherit setuptools3_legacy gtk-icon-cache features_check -REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data" - -SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" -SRCREV = "94bef4060714fa65c7246c25b87410b52a149f94" -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-menus \ - python3-unixadmin \ - python3-psutil \ -" diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb new file mode 100644 index 0000000000..71d3ab4d29 --- /dev/null +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "An advanced menu editor" +HOMEPAGE = "https://bluesabre.org/menulibre/" +SECTION = "x11/graphics" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +DEPENDS = " \ + python3-distutils-extra-native \ + intltool-native \ +" + +inherit setuptools3_legacy gtk-icon-cache features_check +REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data" + +SRC_URI = "https://github.com/bluesabre/${BPN}/releases/download/${BP}/${BP}.tar.gz" +SRC_URI[sha256sum] = "d906acf9cc13b0e15b8e342ae9aab8b0680db336a382d0c42f5d5f465f593c9f" + +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-menus \ + python3-unixadmin \ + python3-psutil \ +" -- cgit v1.2.3-54-g00ecf