From 9551d8d53badcebd83190e8e9d8e195ba028094b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 8 Feb 2015 22:40:26 +0100 Subject: [PATCH] add menu-cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/menu-cache/menu-cache_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-lxqt/menu-cache/menu-cache_git.bb diff --git a/recipes-lxqt/menu-cache/menu-cache_git.bb b/recipes-lxqt/menu-cache/menu-cache_git.bb new file mode 100644 index 00000000..a027b7b5 --- /dev/null +++ b/recipes-lxqt/menu-cache/menu-cache_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "Library used to read freedesktop.org menus" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +inherit autotools pkgconfig gtk-doc + +DEPENDS = "glib-2.0 libfm-extra" + +SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master" +S = "${WORKDIR}/git" +SRCREV = "2097b14e2fbcf33f2fe0bb0e93829ccb1e04ae64" +PV = "1.0.0+git${SRCPV}"