Commit c914d26f authored by Florent Revest's avatar Florent Revest

Add a voicecall recipe

parent 19590151
From 58707b9ef53379e0eabb943e4448dc973f96126d Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 28 Sep 2017 14:38:13 +0200
Subject: [PATCH] Fixes build
---
src/src.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/src.pro b/src/src.pro
index f0fa35a..c04b5e9 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -45,5 +45,5 @@ OTHER_FILES += voicecall-manager.desktop voicecall-manager.service
systemd_service_entry.files = voicecall-manager.service
systemd_service_entry.path = /usr/lib/systemd/user
-INSTALLS += autostart_entry systemd_service_entry
+INSTALLS += systemd_service_entry
--
2.7.4
SUMMARY = "voicecall is a daemon (and QML plugin) for implementing dialer UIs"
HOMEPAGE = "https://git.merproject.org/mer-core/voicecall"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://plugins/providers/ofono/src/ofonovoicecallhandler.cpp;beginline=1;endline=20;md5=7f57bb9f2a19d976f63ad5deb007d7a2"
SRC_URI = "git://git.merproject.org/mer-core/voicecall.git;protocol=https \
file://0001-Fixes-build.patch"
SRCREV = "aa8876d6b0969a4e2d0bd9565e87967142b84792"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS += "qtbase mapplauncherd-qt libresourceqt nemo-qml-plugin-devicelock qtmultimedia libngf-qt libqofono telepathy-qt"
inherit qmake5
B = "${S}"
FILES_${PN} += "/usr/lib/systemd /usr/lib/qml/org/nemomobile/voicecall/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment