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
b191bd07
Commit
b191bd07
authored
Aug 28, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lipstick: Fix patch files using devtool according to an OpenEmbedded warning
parent
27e6f10f
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
58 additions
and
73 deletions
+58
-73
0001-Disables-tests-and-doc.patch
...obile/lipstick/lipstick/0001-Disables-tests-and-doc.patch
+2
-5
0002-notificationcategories-use-ion-icons.patch
.../lipstick/0002-notificationcategories-use-ion-icons.patch
+47
-50
0003-Disable-USB-mode-notifications-on-connect.patch
...tick/0003-Disable-USB-mode-notifications-on-connect.patch
+3
-6
0004-ScreenshotService-Use-system-bus-to-workaround-the-s.patch
...creenshotService-Use-system-bus-to-workaround-the-s.patch
+4
-7
0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch
...luetoothAgent-Advertise-less-hardware-capabilities-.patch
+2
-5
No files found.
recipes-nemomobile/lipstick/lipstick/0001-Disables-tests-and-doc.patch
View file @
b191bd07
From
d1701f01b300319c2c4a9e6cb7e891d8a68d1192
Mon Sep 17 00:00:00 2001
From
46c9290b58958dff65119caf898ca821ba87e34f
Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Tue, 28 Feb 2017 12:40:30 +0100
Subject: [PATCH] Disables tests and doc
...
...
@@ -8,7 +8,7 @@ Subject: [PATCH] Disables tests and doc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lipstick.pro b/lipstick.pro
index
78ee362d..28f07219
100644
index
016139da..9fda0c5c
100644
--- a/lipstick.pro
+++ b/lipstick.pro
@@ -1,5 +1,5 @@
...
...
@@ -18,6 +18,3 @@ index 78ee362d..28f07219 100644
plugin.depends = src
tools.depends = src
--
2.11.0
recipes-nemomobile/lipstick/lipstick/0002-notificationcategories-use-ion-icons.patch
View file @
b191bd07
This diff is collapsed.
Click to expand it.
recipes-nemomobile/lipstick/lipstick/0003-Disable-USB-mode-notifications-on-connect.patch
View file @
b191bd07
From
356916fcbbd151eb06bc5fcc72916c09331800d2
Mon Sep 17 00:00:00 2001
From
67b4066d4e1ce6c048f3b6ebf805a52a87864339
Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 13 Apr 2017 11:48:18 +0200
Subject: [PATCH] Disable USB mode notifications on connect
...
...
@@ -8,15 +8,12 @@ Subject: [PATCH] Disable USB mode notifications on connect
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf
index
508bd806..cd061671
100644
index
2fd6df9a..c2b407d3
100644
--- a/src/notificationcategories/device.added.conf
+++ b/src/notificationcategories/device.added.conf
@@ -1,4 +1,4 @@
x-nemo-icon=usb
x-nemo-icon=
ios-
usb
-urgency=2
+urgency=0
transient=true
x-nemo-feedback=accessory_connected
--
2.11.0
recipes-nemomobile/lipstick/lipstick/0004-ScreenshotService-Use-system-bus-to-workaround-the-s.patch
View file @
b191bd07
From
f2d63b3cbdbc941ad9e60123c2d3507ddf87e040
Mon Sep 17 00:00:00 2001
From
57bf37e865fbe12123202965ec4278c171544c29
Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 30 Jul 2017 20:22:22 +0100
Subject: [PATCH] ScreenshotService: Use system bus to workaround the
...
...
@@ -10,10 +10,10 @@ Subject: [PATCH] ScreenshotService: Use system bus to workaround the
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/homeapplication.cpp b/src/homeapplication.cpp
index
758e00b..6bb2b31
100644
index
f9e9be5a..72bbc596
100644
--- a/src/homeapplication.cpp
+++ b/src/homeapplication.cpp
@@ -1
20,9 +120
,8 @@
HomeApplication::HomeApplication(int &argc, char **argv, const QString &qmlPath)
@@ -1
19,9 +119
,8 @@
HomeApplication::HomeApplication(int &argc, char **argv, const QString &qmlPath)
m_screenshotService = new ScreenshotService(this);
new ScreenshotServiceAdaptor(m_screenshotService);
...
...
@@ -25,7 +25,7 @@ index 758e00b..6bb2b31 100644
// Setting up the context and engine things
qmlEngine->rootContext()->setContextProperty("initialSize", QGuiApplication::primaryScreen()->size());
diff --git a/tools/screenshottool/screenshottool b/tools/screenshottool/screenshottool
index 64d6b9a
..56fd45a
100755
index 64d6b9a
9..56fd45a8
100755
--- a/tools/screenshottool/screenshottool
+++ b/tools/screenshottool/screenshottool
@@ -15,5 +15,5 @@
else
...
...
@@ -35,6 +35,3 @@ index 64d6b9a..56fd45a 100755
-dbus-send --type=method_call --dest=org.nemomobile.lipstick /org/nemomobile/lipstick/screenshot org.nemomobile.lipstick.saveScreenshot "string:${SCREENSHOTPATH}"
+dbus-send --system --type=method_call --dest=org.nemomobile.lipstick /org/nemomobile/lipstick/screenshot org.nemomobile.lipstick.saveScreenshot "string:${SCREENSHOTPATH}"
notificationtool -o add -c device.added "" "" "" "Screenshot saved to $SCREENSHOTPATH"
--
2.7.4
recipes-nemomobile/lipstick/lipstick/0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch
View file @
b191bd07
From
3ecff2332ec0ba511444cfaafe0fa29ab3a7af82
Mon Sep 17 00:00:00 2001
From
acddfe3f153994db5bade9b79283ed9f77943b53
Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 6 Aug 2017 10:51:50 +0100
Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
...
...
@@ -9,7 +9,7 @@ Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bluetoothagent.cpp b/src/bluetoothagent.cpp
index
b48bd7a..c2a016f
100644
index
d71d415e..06797109
100644
--- a/src/bluetoothagent.cpp
+++ b/src/bluetoothagent.cpp
@@ -28,7 +28,7 @@
...
...
@@ -21,6 +21,3 @@ index b48bd7a..c2a016f 100644
BluetoothAgent::BluetoothAgent(QObject *parent) : QObject(parent), window(0)
{
--
2.7.4
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