diff options
Diffstat (limited to 'gpe-calendar/gpe-calendar_0.55.oe')
-rw-r--r-- | gpe-calendar/gpe-calendar_0.55.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gpe-calendar/gpe-calendar_0.55.oe b/gpe-calendar/gpe-calendar_0.55.oe index e69de29bb2..8f7d47c2f4 100644 --- a/gpe-calendar/gpe-calendar_0.55.oe +++ b/gpe-calendar/gpe-calendar_0.55.oe @@ -0,0 +1,14 @@ +LICENSE = "GPL" + +PR = "r2" + +inherit gpe + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://fix-multiple-new.patch;patch=1;pnum=0 \ + file://weekly-default.patch;patch=1;pnum=0" |