Skip to content

Commit

Permalink
kde-plasma/kdesu-gui: Respin cmake patch
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Sep 6, 2024
1 parent ea5fc01 commit 102ae5e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From eacbe389502b4f89cb64dc24f10f3e8d2b5eb5c7 Mon Sep 17 00:00:00 2001
From aca455335ebcbc8818aacb75ffb7ef026ccc82e4 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Mon, 2 Sep 2024 23:18:46 +0200
Subject: [PATCH] Make all KF6 and Qt6 modules optional, disable all subdirs
Expand All @@ -10,7 +10,7 @@ Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc435bca..234447e0 100644
index f1092bf8..4667f06d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ include(ECMDeprecationSettings)
Expand All @@ -31,7 +31,7 @@ index dc435bca..234447e0 100644
Config
DocTools
IconThemes
@@ -78,23 +78,23 @@ function(install_compat_symlink executable_target)
@@ -79,23 +79,23 @@ function(install_compat_symlink executable_target)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${executable_target}5 DESTINATION ${KDE_INSTALL_FULL_BINDIR})
endfunction()

Expand All @@ -52,7 +52,7 @@ index dc435bca..234447e0 100644
+#add_subdirectory(kinfo)
+#add_subdirectory(kstart)

if(KF6Su_FOUND)
if(KF6Su_FOUND AND KF6WidgetsAddons_FOUND)
add_subdirectory(kdesu)
endif()

Expand Down

0 comments on commit 102ae5e

Please sign in to comment.