desktop-file-utils: Add version 0.20 84/32784/2
authorSaul Wold <sgw@linux.intel.com>
Tue, 23 Dec 2014 15:56:08 +0000 (07:56 -0800)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Tue, 30 Dec 2014 14:07:24 +0000 (06:07 -0800)
Change-Id: If773e0c64ccc7593c4ebf02c4e9c3a60949f417d
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-tizen-adaptation/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.20.bb [new file with mode: 0644]

diff --git a/meta-tizen-adaptation/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.20.bb b/meta-tizen-adaptation/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.20.bb
new file mode 100644 (file)
index 0000000..277a2aa
--- /dev/null
@@ -0,0 +1,14 @@
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
+DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries:"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+CACHED_CONFIGUREVARS += "ac_cv_prog_EMACS=no"
+
+BBCLASSEXTEND = "native"