summaryrefslogtreecommitdiff
path: root/devel/kdev-php/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kdev-php/files/patch-CMakeLists.txt')
-rw-r--r--devel/kdev-php/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/kdev-php/files/patch-CMakeLists.txt b/devel/kdev-php/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..df1f05683958
--- /dev/null
+++ b/devel/kdev-php/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2019-08-13 15:15:26 UTC
++++ CMakeLists.txt
+@@ -100,7 +100,7 @@ install(FILES org.kde.kdev-php.metainfo.xml DESTINATIO
+ # kdebugsettings >= 18.12 supports/pushes for some newer, not backward-compatible format.
+ # For ECM >= 5.59 we install categories files to new location, which is only supported by
+ # newer kdebugsettings also supporting the new content format, so we use that as base.
+-if (ECM_VERSION VERSION_GREATER "5.58.0")
++if (0)
+ install(FILES kdevphpsupport-newformat.categories RENAME kdevphpsupport.categories
+ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+ )