summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-06 20:26:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-06 20:26:00 +0200
commit102ae5e339d965b206fb36a5b18b742dec3da19e (patch)
tree5cb6c007d468259ab8f47f9afcde067a9ba6ba26 /kde-plasma
parentea5fc01cfd736fca738b9b893cc9e0ee6ebf913f (diff)
downloadkde-102ae5e339d965b206fb36a5b18b742dec3da19e.tar.gz
kde-102ae5e339d965b206fb36a5b18b742dec3da19e.tar.bz2
kde-102ae5e339d965b206fb36a5b18b742dec3da19e.zip
kde-plasma/kdesu-gui: Respin cmake patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kdesu-gui/files/kdesu-gui-6.1.5-build-only-kdesu.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-plasma/kdesu-gui/files/kdesu-gui-6.1.5-build-only-kdesu.patch b/kde-plasma/kdesu-gui/files/kdesu-gui-6.1.5-build-only-kdesu.patch
index 0679d9bf850..2cc88883adf 100644
--- a/kde-plasma/kdesu-gui/files/kdesu-gui-6.1.5-build-only-kdesu.patch
+++ b/kde-plasma/kdesu-gui/files/kdesu-gui-6.1.5-build-only-kdesu.patch
@@ -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
@@ -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)
@@ -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()
@@ -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()