diff options
author | Alex Lennon <ajlennon@dynamicdevices.co.uk> | 2014-06-14 12:37:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 10:32:31 +0200 |
commit | 79384cbed9b7e8dfce6bc728dc005516817ee6da (patch) | |
tree | ebe1c9dee2081a1b61bbd34a5d2dc494979fe99e /meta-gnome/recipes-gnome | |
parent | 20944d9c8a3996eb820f747d0adf4e14c5d157d2 (diff) | |
download | meta-openembedded-79384cbed9b7e8dfce6bc728dc005516817ee6da.tar.gz |
gnome-menus3: Add support for 3.x.x
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb new file mode 100644 index 000000000..87060f3dc --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "GNOME menus" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "GPLv2 & LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
5 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
6 | |||
7 | DEPENDS = "python libxml2 gconf popt gtk+3" | ||
8 | |||
9 | inherit gnomebase pkgconfig python-dir pythonnative | ||
10 | |||
11 | BPN = "gnome-menus" | ||
12 | |||
13 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | ||
14 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BPN}-${PV}.tar.xz" | ||
15 | |||
16 | SRC_URI[md5sum] = "6db025e79e2b69f39fc7aa0753f43081" | ||
17 | SRC_URI[sha256sum] = "46950aba274c1ad58234374fa9b235258650737307f3bc396af48eb983668a71" | ||
18 | |||
19 | PACKAGES += "${PN}-python" | ||
20 | FILES_${PN} += "${datadir}/desktop-directories/" | ||
21 | FILES_${PN}-python = "${libdir}/python*" | ||
22 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \ | ||
23 | ${PYTHON_SITEPACKAGES_DIR}/.debug" | ||