summaryrefslogtreecommitdiff
path: root/kde-apps/yakuake/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-06 00:10:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-06 00:10:03 +0000
commitb256b4b120d8269d4415eac0c354eb603a7bf953 (patch)
tree4a034d19dc148353dd4ed6094848d51387f8b07e /kde-apps/yakuake/files
parent8973f70e9a2ae4ea8a324e607ea1e8b96c7ff384 (diff)
gentoo auto-resync : 06:01:2023 - 00:10:03
Diffstat (limited to 'kde-apps/yakuake/files')
-rw-r--r--kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch b/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch
deleted file mode 100644
index ae43268397ca..000000000000
--- a/kde-apps/yakuake/files/yakuake-22.12.0-missing-header.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 1f2df3b0f57f5b3f4e4a5da8608cccde4edb2de5 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 10 Dec 2022 12:22:46 +0100
-Subject: [PATCH] Re-add missing header when building without KF5Wayland
-
-Otherwise we rely on KWayland/Client/surface.h to implicitly provide
-QWindow which may not be available.
-
-Partial revert of 9b93462943ab26ab015989321881dee13404d711
-See also: https://invent.kde.org/utilities/yakuake/-/merge_requests/80
-
-Downstream report: https://bugs.gentoo.org/885101
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- app/mainwindow.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
-index 4ea361e..8b0aab3 100644
---- a/app/mainwindow.cpp
-+++ b/app/mainwindow.cpp
-@@ -42,6 +42,7 @@
- #include <QPainter>
- #include <QScreen>
- #include <QWhatsThis>
-+#include <QWindow>
-
- #if HAVE_X11
- #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
---
-2.38.1
-