Refresh upstream recipe compatibility

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-15 12:57:45 +01:00
parent 043c7ba0d7
commit 2a050b7c43
6 changed files with 109 additions and 148 deletions
+10 -1
View File
@@ -2,5 +2,14 @@
# lacking build instructions
[source]
tar = "https://download.kde.org/stable/frameworks/5.112/breeze-icons-5.112.0.tar.xz"
[build]
template = "cmake"
template = "custom"
dependencies = [
"kf6-extra-cmake-modules",
]
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS+=("-DKF_IGNORE_PLATFORM_CHECK=ON")
cookbook_cmake
"""