aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-calendar
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-08 21:06:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 21:06:33 +0000
commitcfaff848a572c4b1ca86857fef49f2b73823836d (patch)
tree52b5d788751d9e626d8a34a55472a3851f65396a /packages/gpe-calendar
parent06ebfd038c02210d75dfb45bf78638771b11e49e (diff)
downloadopenembedded-cfaff848a572c4b1ca86857fef49f2b73823836d.tar.gz
gpe-calendar: add 0.71, fixed for dbus 0.60
Diffstat (limited to 'packages/gpe-calendar')
-rw-r--r--packages/gpe-calendar/gpe-calendar_0.71.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.71.bb b/packages/gpe-calendar/gpe-calendar_0.71.bb
new file mode 100644
index 0000000000..eeab0a366c
--- /dev/null
+++ b/packages/gpe-calendar/gpe-calendar_0.71.bb
@@ -0,0 +1,15 @@
+LICENSE = "GPL"
+PR = "r0"
+GPE_TARBALL_SUFFIX = "bz2"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+inherit autotools gpe
+
+DEPENDS = "dbus libeventdb libschedule libxsettings-client libgpepimc libgpevtype"
+SECTION = "gpe"
+RDEPENDS = "gpe-icons"
+DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite."
+
+do_configure () {
+ autotools_do_configure
+} \ No newline at end of file