diff options
Diffstat (limited to 'gpe-calendar')
-rw-r--r-- | gpe-calendar/gpe-calendar_0.52.oe | 1 | ||||
-rw-r--r-- | gpe-calendar/gpe-calendar_0.53.oe | 9 | ||||
-rw-r--r-- | gpe-calendar/gpe-calendar_0.54.oe | 9 | ||||
-rw-r--r-- | gpe-calendar/gpe-calendar_0.55.oe | 14 | ||||
-rw-r--r-- | gpe-calendar/gpe-calendar_0.56.oe | 9 | ||||
-rw-r--r-- | gpe-calendar/gpe-calendar_0.58.oe | 10 |
6 files changed, 52 insertions, 0 deletions
diff --git a/gpe-calendar/gpe-calendar_0.52.oe b/gpe-calendar/gpe-calendar_0.52.oe index eae01503bc..e418e35288 100644 --- a/gpe-calendar/gpe-calendar_0.52.oe +++ b/gpe-calendar/gpe-calendar_0.52.oe @@ -1,3 +1,4 @@ +LICENSE = "GPL" inherit gpe DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration" diff --git a/gpe-calendar/gpe-calendar_0.53.oe b/gpe-calendar/gpe-calendar_0.53.oe index e69de29bb2..fa6dff8016 100644 --- a/gpe-calendar/gpe-calendar_0.53.oe +++ b/gpe-calendar/gpe-calendar_0.53.oe @@ -0,0 +1,9 @@ +LICENSE = "GPL" +inherit gpe + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" diff --git a/gpe-calendar/gpe-calendar_0.54.oe b/gpe-calendar/gpe-calendar_0.54.oe index e69de29bb2..9e2f03c31d 100644 --- a/gpe-calendar/gpe-calendar_0.54.oe +++ b/gpe-calendar/gpe-calendar_0.54.oe @@ -0,0 +1,9 @@ +LICENSE = "GPL" +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" 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" diff --git a/gpe-calendar/gpe-calendar_0.56.oe b/gpe-calendar/gpe-calendar_0.56.oe index e69de29bb2..9e2f03c31d 100644 --- a/gpe-calendar/gpe-calendar_0.56.oe +++ b/gpe-calendar/gpe-calendar_0.56.oe @@ -0,0 +1,9 @@ +LICENSE = "GPL" +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" diff --git a/gpe-calendar/gpe-calendar_0.58.oe b/gpe-calendar/gpe-calendar_0.58.oe index e69de29bb2..ff7fc617fc 100644 --- a/gpe-calendar/gpe-calendar_0.58.oe +++ b/gpe-calendar/gpe-calendar_0.58.oe @@ -0,0 +1,10 @@ +LICENSE = "GPL" +PR = "r0" + +inherit gpe + +DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + |