diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
commit | 420653c3bebaab15a99f8acf5da9383c7149aa7f (patch) | |
tree | de25205b16a1df8803cac1464277af2a516bbd18 /gpe-calendar/gpe-calendar_0.55.oe | |
parent | 00b25f525858bd9382356610e23279242d1999df (diff) |
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
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" |