Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
c914d26f
Commit
c914d26f
authored
Oct 08, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a voicecall recipe
parent
19590151
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
0 deletions
+41
-0
.voicecall_git.bb.swp
recipes-nemomobile/voicecall/.voicecall_git.bb.swp
+0
-0
0001-Fixes-build.patch
...pes-nemomobile/voicecall/voicecall/0001-Fixes-build.patch
+23
-0
voicecall_git.bb
recipes-nemomobile/voicecall/voicecall_git.bb
+18
-0
No files found.
recipes-nemomobile/voicecall/.voicecall_git.bb.swp
0 → 100644
View file @
c914d26f
File added
recipes-nemomobile/voicecall/voicecall/0001-Fixes-build.patch
0 → 100644
View file @
c914d26f
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
recipes-nemomobile/voicecall/voicecall_git.bb
0 → 100644
View file @
c914d26f
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/"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment