blob: 8f7d47c2f41f33efe358b7b25334c7b8738f20f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|