aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/shr-autorev-unstable.inc1
-rw-r--r--conf/distro/include/shr-autorev.inc1
-rw-r--r--recipes/shr/phoneui-apps_git.bb28
3 files changed, 30 insertions, 0 deletions
diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index c354d8c17c..9790aa76f8 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -94,6 +94,7 @@ SRCREV_pn-phonefsod = "${AUTOREV}"
SRCREV_pn-libphone-ui = "${AUTOREV}"
SRCREV_pn-libphone-ui-shr = "${AUTOREV}"
SRCREV_pn-shr-specs = "${AUTOREV}"
+SRCREV_pn-phoneui-apps = "${AUTOREV}"
# E17 stuff
diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 80e0d73067..d00c759d6a 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -92,6 +92,7 @@ SRCREV_pn-phonefsod = "${AUTOREV}"
SRCREV_pn-libphone-ui = "${AUTOREV}"
SRCREV_pn-libphone-ui-shr = "${AUTOREV}"
SRCREV_pn-shr-specs = "${AUTOREV}"
+SRCREV_pn-phoneui-apps = "${AUTOREV}"
# E17 stuff
EFL_SRCREV = "41040"
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 \
+"
+