[neon/extras/clazy/Neon/release] debian/patches: refresh patches
Carlos De Maine
null at kde.org
Fri Jan 26 06:16:23 GMT 2024
Git commit 293c6ff25290f50cf0582c06982a414dae07b788 by Carlos De Maine.
Committed on 26/01/2024 at 07:16.
Pushed by carlosdem into branch 'Neon/release'.
refresh patches
M +1 -1 debian/patches/debian-tests-link-atomic.diff
M +3 -3 debian/patches/select-clangpp.diff
https://invent.kde.org/neon/extras/clazy/-/commit/293c6ff25290f50cf0582c06982a414dae07b788
diff --git a/debian/patches/debian-tests-link-atomic.diff b/debian/patches/debian-tests-link-atomic.diff
index 8575826..58195d6 100644
--- a/debian/patches/debian-tests-link-atomic.diff
+++ b/debian/patches/debian-tests-link-atomic.diff
@@ -9,7 +9,7 @@ Forwarded: not-needed
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
-@@ -331,6 +331,9 @@ def link_flags():
+@@ -331,6 +331,9 @@
flags = "-lQt5Core -lQt5Gui -lQt5Widgets"
if _platform.startswith('linux'):
flags += " -lstdc++"
diff --git a/debian/patches/select-clangpp.diff b/debian/patches/select-clangpp.diff
index 8abd4ae..f9741de 100644
--- a/debian/patches/select-clangpp.diff
+++ b/debian/patches/select-clangpp.diff
@@ -7,7 +7,7 @@ Last-Update: 2019-02-01
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -65,6 +65,10 @@ if(NOT CLAZY_BUILD_WITH_CLANG AND MSVC A
+@@ -65,6 +65,10 @@
message(FATAL_ERROR "\nOn MSVC you need to pass -DCLANG_LIBRARY_IMPORT=C:/path/to/llvm-build/lib/clang.lib to cmake when building Clazy.\nAlso make sure you've built LLVM with -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON")
endif()
@@ -20,7 +20,7 @@ Last-Update: 2019-02-01
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4267 /wd4244 /wd4291 /wd4800 /wd4141 /wd4146 /wd4251")
--- a/clazy.cmake
+++ b/clazy.cmake
-@@ -36,7 +36,7 @@ HELP() {
+@@ -36,7 +36,7 @@
VERSION() {
echo "clazy version: @CLAZY_PRINT_VERSION@"
@@ -29,7 +29,7 @@ Last-Update: 2019-02-01
}
PRLIST() {
-@@ -154,5 +154,5 @@ then
+@@ -154,5 +154,5 @@
$(dirname $0)/bin/clazy-standalone "$@"
fi
else
More information about the Neon-commits
mailing list