diff options
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.91.bb | 16 | ||||
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_svn.bb | 4 |
2 files changed, 18 insertions, 2 deletions
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}" |