From: Florian Boor Date: Tue, 31 Jul 2007 22:57:44 +0000 (+0000) Subject: gpe-calendar: Add 0.91 and update SVN recipe accordingly. X-Git-Tag: Release-2010-05/1~8868^2~62^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42d0b327e1225345a2699953d59ab878a5d8282;p=openembedded.git gpe-calendar: Add 0.91 and update SVN recipe accordingly. --- diff --git a/packages/gpe-calendar/gpe-calendar_0.91.bb b/packages/gpe-calendar/gpe-calendar_0.91.bb new file mode 100644 index 0000000000..534721b0b8 --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.91.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite." +SECTION = "gpe" +LICENSE = "GPL" + +DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype libsoundgen" +RDEPENDS = "gpe-icons" + +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe + +do_configure () { + autotools_do_configure +} diff --git a/packages/gpe-calendar/gpe-calendar_svn.bb b/packages/gpe-calendar/gpe-calendar_svn.bb index d83ee3a151..3462ebf631 100644 --- a/packages/gpe-calendar/gpe-calendar_svn.bb +++ b/packages/gpe-calendar/gpe-calendar_svn.bb @@ -4,13 +4,13 @@ DESCRIPTION = "GPE calendar" SECTION = "gpe" LICENSE = "GPL" -DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype libsoundgen" RDEPENDS = "gpe-icons" inherit autotools gpe -PV = "0.90+svn${SRCDATE}" +PV = "0.91+svn${SRCDATE}" PR = "r0" SRC_URI = "${GPE_SVN}"