[oe-commits] Alex Lennon : gnome-menus3: Add support for 3.x.x

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 10:05:40 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: f86994799e1299faee7fdbed4b08bf2a49d970d6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f86994799e1299faee7fdbed4b08bf2a49d970d6

Author: Alex Lennon <ajlennon at dynamicdevices.co.uk>
Date:   Sat Jun 14 12:37:13 2014 +0100

gnome-menus3: Add support for 3.x.x

Signed-off-by: Alex J Lennon <ajlennon at dynamicdevices.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gnome-menus/gnome-menus3_3.10.1.bb             | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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 0000000..87060f3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb
@@ -0,0 +1,23 @@
+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"
+
+inherit gnomebase pkgconfig python-dir pythonnative
+
+BPN = "gnome-menus"
+
+SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BPN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "6db025e79e2b69f39fc7aa0753f43081"
+SRC_URI[sha256sum] = "46950aba274c1ad58234374fa9b235258650737307f3bc396af48eb983668a71"
+
+PACKAGES += "${PN}-python"
+FILES_${PN} += "${datadir}/desktop-directories/"
+FILES_${PN}-python = "${libdir}/python*"
+FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug \
+                    ${PYTHON_SITEPACKAGES_DIR}/.debug"



More information about the Openembedded-commits mailing list