gpe-calendar: Add 0.91 and update SVN recipe accordingly.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 31 Jul 2007 22:57:44 +0000 (22:57 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 31 Jul 2007 22:57:44 +0000 (22:57 +0000)
packages/gpe-calendar/gpe-calendar_0.91.bb [new file with mode: 0644]
packages/gpe-calendar/gpe-calendar_svn.bb

diff --git a/packages/gpe-calendar/gpe-calendar_0.91.bb b/packages/gpe-calendar/gpe-calendar_0.91.bb
new file mode 100644 (file)
index 0000000..534721b
--- /dev/null
@@ -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
+}
index d83ee3a..3462ebf 100644 (file)
@@ -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}"