diff options
-rw-r--r-- | gpe-calendar/gpe-calendar_0.52.oe | 8 | ||||
-rw-r--r-- | gpe/meta-gpe.oe | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gpe-calendar/gpe-calendar_0.52.oe b/gpe-calendar/gpe-calendar_0.52.oe index e69de29bb2..eae01503bc 100644 --- a/gpe-calendar/gpe-calendar_0.52.oe +++ b/gpe-calendar/gpe-calendar_0.52.oe @@ -0,0 +1,8 @@ +inherit gpe + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-calendar-${PV}.tar.gz" diff --git a/gpe/meta-gpe.oe b/gpe/meta-gpe.oe index cdc71347b8..20f2c22482 100644 --- a/gpe/meta-gpe.oe +++ b/gpe/meta-gpe.oe @@ -1,6 +1,6 @@ PACKAGES = gpe gpe-task-base gpe-task-utils gpe-task-pim DESCRIPTION = "Meta-package for GPE Palmtop Environment" -DEPENDS = "gpe-bluetooth gpe-login gpe-dm gpe-session-scripts gpe-edit gpe-todo rxvt matchbox gpe-icons gpe-calendar gpe-todo gpe-timesheet" +DEPENDS = "gpe-bluetooth gpe-login gpe-dm gpe-session-scripts gpe-edit gpe-todo rxvt matchbox gpe-icons gpe-calendar gpe-todo gpe-timesheet gpe-today" MAINTAINER = "Phil Blundell <pb@handhelds.org>" ALLOW_EMPTY = 1 |