diff options
Diffstat (limited to 'recipes/shr/phoneui-apps_git.bb')
-rw-r--r-- | recipes/shr/phoneui-apps_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/shr/phoneui-apps_git.bb b/recipes/shr/phoneui-apps_git.bb new file mode 100644 index 0000000000..a1916df4a0 --- /dev/null +++ b/recipes/shr/phoneui-apps_git.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "The PhoneUI app starters" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/applications" +DEPENDS += "dbus-glib" +PV = "0.0.0+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" + +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 \ +" + |