mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 03:51:54 +00:00
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
355 B
PHP
12 lines
355 B
PHP
DESCRIPTION = "Dates is a calendar application."
|
|
HOMEPAGE = "http://pimlico-project.org/dates.html"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/"
|
|
|
|
LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
|
|
|
|
SECTION = "x11"
|
|
DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server intltool-native"
|
|
RDEPENDS_${PN} = "libedata-cal"
|
|
|
|
inherit autotools gettext pkgconfig gtk-icon-cache
|