From 648300c466186a9a3281a692e09992799c9a706c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 13 Aug 2019 15:40:06 +0000 Subject: Update devel/kdevelop and attendant ports to latest upstream 5.4.1 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/ --- devel/kdev-python/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/kdev-python/files/patch-CMakeLists.txt (limited to 'devel/kdev-python/files/patch-CMakeLists.txt') diff --git a/devel/kdev-python/files/patch-CMakeLists.txt b/devel/kdev-python/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..abe2ef1fc0de --- /dev/null +++ b/devel/kdev-python/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-08-13 15:18:32 UTC ++++ CMakeLists.txt +@@ -148,7 +148,7 @@ install(FILES org.kde.kdev-python.metainfo.xml DESTINA + # 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 kdevpythonsupport-newformat.categories RENAME kdevpythonsupport.categories + DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} + ) -- cgit v1.2.3