summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-16 17:54:17 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-10-04 23:43:14 +0200
commit2c39b203f775ee2ddbe223f5576c22b2b2bf1f6e (patch)
tree82b362af13d2c1062b87d6eefe83dbba14aeeede /kde-apps
parentapp-admin/augeas: remove unused patch(es) (diff)
downloadgentoo-2c39b203f775ee2ddbe223f5576c22b2b2bf1f6e.tar.gz
gentoo-2c39b203f775ee2ddbe223f5576c22b2b2bf1f6e.tar.bz2
gentoo-2c39b203f775ee2ddbe223f5576c22b2b2bf1f6e.zip
kde-apps/yakuake: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32836 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch b/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch
deleted file mode 100644
index 808aa488d0da..000000000000
--- a/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0d0a3639b1c1e33aa49e979879e29064808a0a96 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 26 Aug 2023 12:49:24 +0200
-Subject: [PATCH] Fix broken HAVE_KWAYLAND assignment
-
-Fixes up commit 3e58132f2315b99d0d8c8c233a8183079356506a
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2d143f9..bfdcd12 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -80,7 +80,7 @@ if(NOT APPLE)
- endif()
-
- find_package(KF${KF_MAJOR_VERSION}Wayland ${KF_MIN_VERSION} CONFIG)
-- set(HAVE_KWAYLAND KF${KF_MAJOR_VERSION}Wayland_FOUND)
-+ set(HAVE_KWAYLAND ${KF${KF_MAJOR_VERSION}Wayland_FOUND})
- endif()
-
- add_subdirectory(app)
---
-2.42.0
-