aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-contacts/gpe-contacts_svn.bb
blob: 9a626572a51bb33e162a104cba1c223aadcbc5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "GPE contacts manager"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus"
RDEPENDS = "gpe-icons"
PV = "0.47+svnr${SRCREV}"
PR = "r2"

inherit autotools gpe

SRC_URI = "${GPE_SVN}"
SRC_URI += "file://handle-import-categories.patch;patch=1"

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


FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts"

DEFAULT_PREFERENCE = "-1"