mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 00:33:10 +00:00
There was a poky distro override to enable the "owl" window menu functionality. As these packages are in meta-oe now and only Sato/poky supported owl, remove the override and patches. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
339 B
PHP
12 lines
339 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"
|
|
RDEPENDS_${PN} = "libedata-cal"
|
|
|
|
inherit autotools gettext pkgconfig gtk-icon-cache
|