mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Release announcement: https://www.kdevelop.org/news/kdevelop-541-released Various small bugfixes over 5.4.0, which was announced at https://www.kdevelop.org/news/kdevelop-540-released and *that* introduced Meson build support, Scratchpads, and clang-tidy. The port chases upstream, with one exception: the QDebug categories are specifically dropped back to "old" style, so they live in ${LOCALBASE}/etc/xdg with the rest, instead of the new-fangled and we-need-to-think-about-this ${LOCALBASE}/share/qdebug-categories5/
11 lines
615 B
Text
11 lines
615 B
Text
--- 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}
|
|
)
|