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
da79b638
Commit
da79b638
authored
Dec 03, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapplauncherd-qt: Make sure the boosting daemon is run after asteroid-launcher
parent
823814db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
booster-qt5-signal.service
...mapplauncherd/mapplauncherd-qt/booster-qt5-signal.service
+9
-0
mapplauncherd-qt_git.bb
recipes-nemomobile/mapplauncherd/mapplauncherd-qt_git.bb
+3
-1
No files found.
recipes-nemomobile/mapplauncherd/mapplauncherd-qt/booster-qt5-signal.service
0 → 100644
View file @
da79b638
[Unit]
Description=Signal booster-qt5 that boot is over
Requires=booster-qt5.service
After=booster-qt5.service post-user-session.target asteroid-launcher.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/killall -SIGUSR1 booster-qt5
recipes-nemomobile/mapplauncherd/mapplauncherd-qt_git.bb
View file @
da79b638
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/mapplauncherd-qt"
...
@@ -3,7 +3,8 @@ HOMEPAGE = "https://git.merproject.org/mer-core/mapplauncherd-qt"
LICENSE = "LGPLv2.1"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://qtbooster/qtbooster.cpp;beginline=1;endline=18;md5=fb70bd5bb640878875111d8161fa303c"
LIC_FILES_CHKSUM = "file://qtbooster/qtbooster.cpp;beginline=1;endline=18;md5=fb70bd5bb640878875111d8161fa303c"
SRC_URI = "git://git.merproject.org/mer-core/mapplauncherd-qt.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/mapplauncherd-qt.git;protocol=https \
file://booster-qt5-signal.service"
SRCREV = "8c2d34f64c7e21bcf394e937e71361da51e6077c"
SRCREV = "8c2d34f64c7e21bcf394e937e71361da51e6077c"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
...
@@ -15,6 +16,7 @@ RDEPENDS_${PN} += "polkit mapplauncherd"
...
@@ -15,6 +16,7 @@ RDEPENDS_${PN} += "polkit mapplauncherd"
do_configure_prepend() {
do_configure_prepend() {
sed -i "s@INCLUDEPATH += /usr/include/applauncherd@INCLUDEPATH += ${STAGING_INCDIR}/applauncherd@" ${S}/qtbooster/qtbooster.pro
sed -i "s@INCLUDEPATH += /usr/include/applauncherd@INCLUDEPATH += ${STAGING_INCDIR}/applauncherd@" ${S}/qtbooster/qtbooster.pro
cp ${WORKDIR}/booster-qt5-signal.service ${S}/data/booster-qt5-signal.service
}
}
do_install_append() {
do_install_append() {
...
...
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