diff options
Diffstat (limited to 'meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb')
| -rw-r--r-- | meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb new file mode 100644 index 0000000000..8196e6c170 --- /dev/null +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | DESCRIPTION = "An advanced menu editor" | ||
| 2 | HOMEPAGE = "https://launchpad.net/menulibre" | ||
| 3 | SECTION = "x11/graphics" | ||
| 4 | LICENSE = "GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | DEPENDS = " \ | ||
| 8 | python3-distutils-extra-native \ | ||
| 9 | intltool-native \ | ||
| 10 | " | ||
| 11 | |||
| 12 | inherit distutils3 gtk-icon-cache distro_features_check | ||
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 15 | |||
| 16 | SRC_URI = "https://launchpad.net/menulibre/2.2/${PV}/+download/${BPN}-${PV}.tar.gz" | ||
| 17 | SRC_URI[md5sum] = "8460ea844a5998c5f722bccb5ce8627a" | ||
| 18 | SRC_URI[sha256sum] = "5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f" | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | } | ||
| 22 | |||
| 23 | do_install_append() { | ||
| 24 | sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop | ||
| 25 | sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py | ||
| 26 | } | ||
| 27 | |||
| 28 | FILES_${PN} += " \ | ||
| 29 | ${datadir}/applications \ | ||
| 30 | ${datadir}/menulibre \ | ||
| 31 | ${datadir}/icons \ | ||
| 32 | " | ||
| 33 | |||
| 34 | RDEPENDS_${PN} += " \ | ||
| 35 | gtk+3 \ | ||
| 36 | gtksourceview3 \ | ||
| 37 | python3-pygobject \ | ||
| 38 | gnome-menus3 \ | ||
| 39 | python3-unixadmin \ | ||
| 40 | python3-psutil \ | ||
| 41 | " | ||
