From a19183482428cc5b4a68b04d0ce941f53b54fcfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 14 Feb 2015 19:35:43 +0100 Subject: [PATCH] add lxmenu-data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/lxmenu-data/lxmenu-data_git.bb | 15 +++++++++++++++ recipes-lxqt/packagegroups/lxqt-world.bb | 1 + 2 files changed, 16 insertions(+) create mode 100644 recipes-lxqt/lxmenu-data/lxmenu-data_git.bb diff --git a/recipes-lxqt/lxmenu-data/lxmenu-data_git.bb b/recipes-lxqt/lxmenu-data/lxmenu-data_git.bb new file mode 100644 index 00000000..7387fd4f --- /dev/null +++ b/recipes-lxqt/lxmenu-data/lxmenu-data_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "Desktop menu files for LXDE" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +inherit autotools gettext + +DEPENDS = "glib-2.0 intltool-native" + +SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +SRCREV = "4a2342616c5cc2a089256ebb64e763ff7cb0d5a6" +PV = "0.1.4" + +FILES_${PN} += "${datadir}/desktop-directories" diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb index a4f5bf22..e27df75e 100644 --- a/recipes-lxqt/packagegroups/lxqt-world.bb +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -10,6 +10,7 @@ RDEPENDS_${PN} = " \ liblxqt-mount \ libqtxdg \ libsysstat \ + lxmenu-data \ lxqt-common \ lxqt-config \ lxqt-globalkeys \