aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/phoneui-apps_git.bb
blob: f2683b2feb1f9693351010ab1539fc899b5e6665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DESCRIPTION = "The PhoneUI app starters"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib"
PV = "0.1+gitr${SRCPV}"
PR = "r0"

inherit pkgconfig autotools

SRC_URI = "git://git.shr-project.org/repo/phoneui-apps.git;protocol=http;branch=master"
S = "${WORKDIR}/git"

PACKAGES += "${PN}-dialer ${PN}-messages ${PN}-contacts"

ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} = "phoneuid ${PN}-dialer ${PN}-messages ${PN}-contacts"

FILES_${PN} = ""

FILES_${PN}-dialer = "\
	/usr/bin/phoneui-dialer \
	/usr/share/applications/phoneui-dialer.desktop \
"
FILES_${PN}-messages = "\
	/usr/bin/phoneui-messages \
	/usr/share/applications/phoneui-messages.desktop \
"
FILES_${PN}-contacts = "\
	/usr/bin/phoneui-contacts \
	/usr/share/applications/phoneui-contacts.desktop \
"