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
19590151
Commit
19590151
authored
Oct 08, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a nemo-qml-plugin-devicelock recipe needed by voicecall
parent
bff5e824
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
0001-Use-libsystemd-instead-of-libsystemd-daemon.patch
...ck/0001-Use-libsystemd-instead-of-libsystemd-daemon.patch
+25
-0
nemo-qml-plugin-devicelock_git.bb
...mobile/nemo-qml-plugins/nemo-qml-plugin-devicelock_git.bb
+23
-0
No files found.
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-devicelock/0001-Use-libsystemd-instead-of-libsystemd-daemon.patch
0 → 100644
View file @
19590151
From e9f6d8790f6a7a89eb75d9c6d480eaba668903ac Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 28 Sep 2017 23:42:23 +0200
Subject: [PATCH] Use libsystemd instead of libsystemd-daemon
---
src/hostlib/hostlib.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hostlib/hostlib.pro b/src/hostlib/hostlib.pro
index 9cc66f6..88adb94 100644
--- a/src/hostlib/hostlib.pro
+++ b/src/hostlib/hostlib.pro
@@ -15,7 +15,7 @@
QT += dbus
PKGCONFIG += \
dbus-1 \
keepalive \
- libsystemd-daemon \
+ libsystemd \
mlite5
INCLUDEPATH += \
--
2.7.4
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-devicelock_git.bb
0 → 100644
View file @
19590151
SUMMARY = "QML Plugin for devicelock on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-devicelock.git"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin/plugin.cpp;beginline=1;endline=31;md5=7abcb4ac64856fce624f8f11084f659f"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-devicelock.git;protocol=https \
file://0001-Use-libsystemd-instead-of-libsystemd-daemon.patch"
SRCREV = "5e65cdaf4f072a243d56b5ed4a54ff4ce789adb6"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
B = "${S}"
do_compile_append() {
sed -i "s@-L${S}/src/hostlib/../lib @@" ./src/hostlib/pkgconfig/nemodevicelock-host.pc
}
DEPENDS += "qtdeclarative nemo-keepalive nemo-qml-plugin-dbus mlite dbus"
FILES_${PN}-dbg += "/opt /usr/lib/qml/org/nemomobile/devicelock/.debug"
FILES_${PN} += "/usr/lib/qml/org/nemomobile/devicelock/ /lib/systemd/system/"
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