diff --git a/kde-apps/marknote/marknote-1.5.0.recipe b/kde-apps/marknote/marknote-1.5.0.recipe index 1108a505f..0806d02ba 100644 --- a/kde-apps/marknote/marknote-1.5.0.recipe +++ b/kde-apps/marknote/marknote-1.5.0.recipe @@ -11,6 +11,7 @@ REVISION="1" SOURCE_URI="https://download.kde.org/stable/marknote/marknote-$portVersion.tar.xz" CHECKSUM_SHA256="6c1fa7159da0db50296f231716bbe267b6d7416864ca7da4551a50963ab8abb5" SOURCE_DIR="marknote-$portVersion" +PATCHES="marknote-$portVersion.patchset" ADDITIONAL_FILES="marknote.rdef.in" ARCHITECTURES="all !x86_gcc2" diff --git a/kde-apps/marknote/patches/marknote-1.5.0.patchset b/kde-apps/marknote/patches/marknote-1.5.0.patchset new file mode 100644 index 000000000..98a702ae7 --- /dev/null +++ b/kde-apps/marknote/patches/marknote-1.5.0.patchset @@ -0,0 +1,22 @@ +From 1c198591001c4d4341cde6e2ab3acea49a74105b Mon Sep 17 00:00:00 2001 +From: Luc Schrijvers +Date: Fri, 13 Mar 2026 20:17:09 +0100 +Subject: Reset qt_policy + + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index c85897e..d43a8e7 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -3,8 +3,6 @@ + + add_library(marknote_static STATIC) + +-qt_policy(SET QTP0004 NEW) +- + option(USE_UNITY_CMAKE_SUPPORT "Use UNITY CMake support" OFF) + + if(USE_UNITY_CMAKE_SUPPORT) +-- +2.52.0 +