diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.64.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.64.bb b/packages/gpe-calendar/gpe-calendar_0.64.bb new file mode 100644 index 0000000000..2a2530808b --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.64.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +PR = "r1" + +inherit autotools gpe + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + |