mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gnome-menus3: upgrade 3.10.1 -> 3.32.0
* No Changelog avalailable - they suggest to clone the repo :( * they use gettext instead of intltool * gconf is not required in DEPENDS - modern gnome does not use gconf anymore * add upstream-version-is-even to inherit Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
SUMMARY = "GNOME menus"
|
||||
SECTION = "x11/gnome"
|
||||
LICENSE = "GPLv2 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
|
||||
DEPENDS = "python libxml2 gconf popt gtk+3 intltool-native gnome-common-native"
|
||||
|
||||
inherit distro_features_check gnomebase pkgconfig python-dir pythonnative gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
BPN = "gnome-menus"
|
||||
|
||||
SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "6db025e79e2b69f39fc7aa0753f43081"
|
||||
SRC_URI[sha256sum] = "46950aba274c1ad58234374fa9b235258650737307f3bc396af48eb983668a71"
|
||||
|
||||
FILES_${PN} += "${datadir}/desktop-directories/"
|
||||
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "GNOME menus"
|
||||
SECTION = "x11/gnome"
|
||||
LICENSE = "GPLv2 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||
|
||||
DEPENDS = "python libxml2 popt gtk+3 gnome-common-native"
|
||||
|
||||
inherit distro_features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
BPN = "gnome-menus"
|
||||
|
||||
SRC_URI[archive.md5sum] = "4262208c13f266d9ada7d356aada9e1b"
|
||||
SRC_URI[archive.sha256sum] = "c850c64b2074265fe59e099a340b8689cf3dd4658dc9feddd2ab5e95f1a74b74"
|
||||
|
||||
FILES_${PN} += "${datadir}/desktop-directories/"
|
||||
Reference in New Issue
Block a user