summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-01-07 23:29:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-07 23:48:40 +0000
commita356da6094982cc76b4e742e17e556094fb3e38a (patch)
tree0786294d825e26d993766233bfc9fa36ba88c1d4 /meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
parent4f12442b752626ad5f9711cbb1344720fdb3f47e (diff)
downloadopenembedded-core-a356da6094982cc76b4e742e17e556094fb3e38a.tar.gz
openembedded-core-a356da6094982cc76b4e742e17e556094fb3e38a.tar.bz2
openembedded-core-a356da6094982cc76b4e742e17e556094fb3e38a.zip
menu-cache: update to 1.0.0
menu-cache depends on fmlib-extra and thus requires the split of the libfm recipe in version 1.2.3. This obsoletes Fix-segfault.patch. menu-cache license has been changed by the authors from GPL to LGPL: http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=7972913d8e47e4970b9aa70267cb87fe7eb3a8b4 http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=08fe520c52a79d425504ba631afbea5fd62cc735 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb')
-rw-r--r--meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb b/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
new file mode 100644
index 0000000000..ab909f7361
--- /dev/null
+++ b/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Library for caching application menus"
+DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus"
+HOMEPAGE = "http://lxde.sourceforge.net/"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6"
+
+SECTION = "x11/libs"
+DEPENDS = "glib-2.0 intltool-native libfm-extra"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "4a8e6c1a86d5e64ec725d850a4abfbad"
+SRC_URI[sha256sum] = "ff7df437bbfd3119c5f662c6d209b98f15de03a7203308c6b56a4c1e1d419aaf"
+
+inherit autotools gettext pkgconfig gtk-doc