aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-calendar
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-07-31 22:57:44 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-07-31 22:57:44 +0000
commitb42d0b327e1225345a2699953d59ab878a5d8282 (patch)
tree6fcf231dd8bfaa7e6d7fc7f889559a5e41b53b6a /packages/gpe-calendar
parenta3bc10ffbea8e299bc33844d15afcd94d0ce21d9 (diff)
downloadopenembedded-b42d0b327e1225345a2699953d59ab878a5d8282.tar.gz
gpe-calendar: Add 0.91 and update SVN recipe accordingly.
Diffstat (limited to 'packages/gpe-calendar')
-rw-r--r--packages/gpe-calendar/gpe-calendar_0.91.bb16
-rw-r--r--packages/gpe-calendar/gpe-calendar_svn.bb4
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}"