commit:     d749251a5d99f99843c679164cc075ed8eca2023
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 19:27:48 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 19:29:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d749251a

kde-frameworks/extra-cmake-modules: Drop unused patch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...modules-6.17.0-fix-ECMAddAppIcon-w-cmake4.patch | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-6.17.0-fix-ECMAddAppIcon-w-cmake4.patch
 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-6.17.0-fix-ECMAddAppIcon-w-cmake4.patch
deleted file mode 100644
index bdc497f0baf7..000000000000
--- 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-6.17.0-fix-ECMAddAppIcon-w-cmake4.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From f4c6a973f1d18d9b402ab9cb506a12de488a038c Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <[email protected]>
-Date: Wed, 6 Aug 2025 21:11:57 +0200
-Subject: [PATCH] ECMAddAppIcon: Fix empty ELSEIF warnings w/ >=CMake-4.1.0
-
-Introduced in CMake 4.1.0 by:
-https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10643
-https://gitlab.kitware.com/cmake/cmake/-/commit/74c62a180dccfd2cb7d594474f93e0facccdd60d
-
-Amends 2c2bb8f4766fec5e391839dbc093b638acee3a22
-
-Signed-off-by: Andreas Sturmlechner <[email protected]>
----
- modules/ECMAddAppIcon.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/ECMAddAppIcon.cmake b/modules/ECMAddAppIcon.cmake
-index 30f59beb..b247cf22 100644
---- a/modules/ECMAddAppIcon.cmake
-+++ b/modules/ECMAddAppIcon.cmake
-@@ -368,7 +368,7 @@ macro(_ecm_add_app_icon_categorize_icons icons type 
known_sizes)
- 
-                     if (offset GREATER -1)
-                         list(APPEND ${type}_at_${size}px "${icon_full}")
--                    elseif()
-+                    else()
-                         message(STATUS "not found ${type}_at_${size}px 
${icon_full}")
-                     endif()
-                 endif()
--- 
-GitLab
-

Reply via email to