aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-calendar/gpe-calendar_svn.bb
blob: 69a152a419c67ec9f4c99a1668fa3386c58e5ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DEFAULT_PREFERENCE = "-1"

DESCRIPTION = "GPE calendar"
SECTION = "gpe"
LICENSE = "GPL"

DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype libsoundgen"
RDEPENDS = "gpe-icons"

inherit autotools gpe


PV = "0.91+svn${SRCDATE}"
FILE_PR = "r0"

SRC_URI = "${GPE_SVN}"
S = "${WORKDIR}/${PN}"


PARALLEL_MAKE = ""