aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-calendar
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-08-23 12:25:05 +0000
committerPhil Blundell <philb@gnu.org>2008-08-23 12:25:05 +0000
commit014bcf955e8d3a5a892be55bdcd2fe45d2459356 (patch)
treeaea7c2d0cd627b43337ecf0007d7e869798880d0 /packages/gpe-calendar
parentd6f924e9d7d966c54b48afe1e345f3b7dbdd8d29 (diff)
downloadopenembedded-014bcf955e8d3a5a892be55bdcd2fe45d2459356.tar.gz
gpe-calendar: add 0.92
Diffstat (limited to 'packages/gpe-calendar')
-rw-r--r--packages/gpe-calendar/gpe-calendar_0.92.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.92.bb b/packages/gpe-calendar/gpe-calendar_0.92.bb
new file mode 100644
index 0000000000..534721b0b8
--- /dev/null
+++ b/packages/gpe-calendar/gpe-calendar_0.92.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
+}