diff options
Diffstat (limited to 'x11-themes/plasma5-breeze/files/patch-CMakeLists.txt')
-rw-r--r-- | x11-themes/plasma5-breeze/files/patch-CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-themes/plasma5-breeze/files/patch-CMakeLists.txt b/x11-themes/plasma5-breeze/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..292ee6598d1e --- /dev/null +++ b/x11-themes/plasma5-breeze/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2024-03-06 11:58:27 UTC ++++ CMakeLists.txt +@@ -1,6 +1,6 @@ project(breeze) + cmake_minimum_required(VERSION 3.16) + project(breeze) +-set(PROJECT_VERSION "5.27.10") ++set(PROJECT_VERSION "5.27.11") + set(PROJECT_VERSION_MAJOR 5) + + set(KF5_MIN_VERSION "5.102.0") |