lxqt-notificationd: update to 0.13.0
remove patch now applied upstream. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
From 98549a470361691537e7feadc2e519ea5aeb8320 Mon Sep 17 00:00:00 2001
|
||||
From: Max Krummenacher <max.krummenacher@toradex.com>
|
||||
Date: Sun, 6 May 2018 09:27:54 +0000
|
||||
Subject: [PATCH] notification.cpp: include QStyleOption explicitely
|
||||
|
||||
5.11 Qt headers do not indirectly include QStyleOption resulting in compile
|
||||
time errors like:
|
||||
| notification.cpp:219:5: error: 'QStyleOption' was not declared in this scope
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/lxqt/lxqt-notificationd/pull/79]
|
||||
|
||||
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
||||
---
|
||||
src/notification.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/notification.cpp b/src/notification.cpp
|
||||
index 4e1553d..333e974 100644
|
||||
--- a/src/notification.cpp
|
||||
+++ b/src/notification.cpp
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <KWindowSystem/KWindowSystem>
|
||||
#include <QMouseEvent>
|
||||
#include <QPushButton>
|
||||
+#include <QStyleOption>
|
||||
|
||||
#include "notification.h"
|
||||
#include "notificationwidgets.h"
|
||||
--
|
||||
2.13.6
|
||||
|
||||
@@ -6,6 +6,5 @@ inherit lxqt
|
||||
|
||||
DEPENDS += "liblxqt libqtxdg kwindowsystem"
|
||||
|
||||
SRC_URI += "file://0001-notification.cpp-include-QStyleOption-explicitely.patch"
|
||||
SRCREV = "6a93910037d2d59bd885fa71e2ea713778376869"
|
||||
PV = "0.12.0"
|
||||
SRCREV = "488b7f82e4b12d94e5f988648c69e1f27aa99046"
|
||||
PV = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user