From: Philipp Zabel Date: Wed, 8 Feb 2006 21:06:33 +0000 (+0000) Subject: gpe-calendar: add 0.71, fixed for dbus 0.60 X-Git-Tag: Release-2010-05/1~9453^2~2390 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfaff848a572c4b1ca86857fef49f2b73823836d;p=openembedded.git gpe-calendar: add 0.71, fixed for dbus 0.60 --- diff --git a/packages/gpe-calendar/gpe-calendar_0.71.bb b/packages/gpe-calendar/gpe-calendar_0.71.bb new file mode 100644 index 0000000000..eeab0a366c --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.71.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" +MAINTAINER = "Florian Boor " + +inherit autotools gpe + +DEPENDS = "dbus libeventdb libschedule libxsettings-client libgpepimc libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite." + +do_configure () { + autotools_do_configure +} \ No newline at end of file