Skip to content

Commit

Permalink
lxqt-base/lxqt-globalkeys: fix build with Qt 5.14
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jimi Huotari <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
Chiitoo authored and a17r committed Dec 23, 2019
1 parent 9dc3a09 commit 6411fae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001
From: Chih-Hsuan Yen <[email protected]>
Date: Sun, 15 Dec 2019 09:33:12 +0800
Subject: [PATCH] Fix building with Qt 5.14

---
daemon/core.cpp | 1 +
1 file changed, 1 insertion(+)

diff --git a/daemon/core.cpp b/daemon/core.cpp
index 1be64ec..53bdf7b 100644
--- a/daemon/core.cpp
+++ b/daemon/core.cpp
@@ -33,6 +33,7 @@
#include <QTimer>
#include <QDBusConnectionInterface>
#include <QDBusServiceWatcher>
+#include <QFile>

#include <cstddef>
#include <cstdlib>
2 changes: 2 additions & 0 deletions lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"

PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" )

BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0
Expand Down
2 changes: 2 additions & 0 deletions lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"

PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" )

BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0
Expand Down

0 comments on commit 6411fae

Please sign in to comment.