commit: c792c2a58a2803bb267fe748053c1b93ab761afb Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Dec 30 22:22:17 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 22:24:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c792c2a5
kde-plasma/breeze-plymouth: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/breeze-plymouth-6.2.5-cmake4.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/kde-plasma/breeze-plymouth/files/breeze-plymouth-6.2.5-cmake4.patch b/kde-plasma/breeze-plymouth/files/breeze-plymouth-6.2.5-cmake4.patch deleted file mode 100644 index 9e67b030677e..000000000000 --- a/kde-plasma/breeze-plymouth/files/breeze-plymouth-6.2.5-cmake4.patch +++ /dev/null @@ -1,26 +0,0 @@ -From c49e5349df34a74b023c3970bfc84828c57ead52 Mon Sep 17 00:00:00 2001 -From: Nicolas Fella <[email protected]> -Date: Tue, 11 Mar 2025 16:29:21 +0100 -Subject: [PATCH] Require newer CMake - -CMake 4.0 drops support for older than 3.5 ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d9ea7e6..a35956b 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2,7 +2,7 @@ project(breeze-plymouth) - set(PROJECT_VERSION "6.3.80") - set(PROJECT_VERSION_MAJOR 6) - --cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -+cmake_minimum_required(VERSION 3.16 FATAL_ERROR) - - find_package(ECM 6.2.0 REQUIRED NO_MODULE) - set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ) --- -GitLab -
