summaryrefslogtreecommitdiff
path: root/kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-17 00:55:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-17 00:55:45 +0000
commit0e33d150b98b9f2354c92788ef9dc739850b40f6 (patch)
tree5f173b7b9f7cf827f5538b70795e34bc7f1c2c95 /kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch
parent1e3939094253168dfdada63e645d674cad69260e (diff)
gentoo auto-resync : 17:11:2022 - 00:55:45
Diffstat (limited to 'kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch')
-rw-r--r--kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch b/kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch
new file mode 100644
index 000000000000..6cbb9aef239c
--- /dev/null
+++ b/kde-misc/tellico/files/tellico-3.4.4-fix-kf-5.100-version-check.patch
@@ -0,0 +1,25 @@
+From 32aef89113a1939b20766bf0e09cce7287b56f40 Mon Sep 17 00:00:00 2001
+From: Jonathan Esk-Riddell <jr@jriddell.org>
+Date: Fri, 21 Oct 2022 12:03:40 +0100
+Subject: [PATCH] fix version check which breaks on KF5 5.100
+
+---
+ src/newstuff/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/newstuff/CMakeLists.txt b/src/newstuff/CMakeLists.txt
+index b51914fd..c0ebfa54 100644
+--- a/src/newstuff/CMakeLists.txt
++++ b/src/newstuff/CMakeLists.txt
+@@ -19,7 +19,7 @@ TARGET_LINK_LIBRARIES(newstuff
+ )
+
+ IF( KF5NewStuff_FOUND )
+- if(${ECM_VERSION} STRGREATER "5.57.0")
++ if(${ECM_VERSION} VERSION_GREATER "5.57.0")
+ INSTALL(FILES tellico-template.knsrc tellico-script.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
+ else()
+ INSTALL(FILES tellico-template.knsrc tellico-script.knsrc DESTINATION ${KDE_INSTALL_CONFDIR})
+--
+GitLab
+