aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/calendar2_svn.bb
blob: c066fc77c0ba29ec0362a2241b16547a85162e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Calendar application for GPE Phone Edition"
LICENSE     = "LiPS"
SECTION = "gpe"
PRIORITY    = "optional"
PV = "0.0+svnr-${SRCREV}"
PR          = "r1"

DEPENDS = "gtk+ libgpewidget libgpephone libgemwidget dbus-glib libcalenabler2 libiac"

inherit gpephone autotools

SRC_URI = "${GPEPHONE_SVN} \
           file://disable-broken-tests.patch;patch=1"

S = ${WORKDIR}/${PN}

FILES_${PN} += "${datadir}/database ${datadir}/res"