From 88e12af0108c971e46bf3a4988845f3552b05069 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:03:06 +0100 Subject: [PATCH 1/3] fixup! cmake: Add `GenerateBuildInfo.cmake` script Remove trailing whitespaces. --- cmake/script/GenerateBuildInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/script/GenerateBuildInfo.cmake b/cmake/script/GenerateBuildInfo.cmake index 74221c789e600..67e9a51a3d68f 100644 --- a/cmake/script/GenerateBuildInfo.cmake +++ b/cmake/script/GenerateBuildInfo.cmake @@ -10,7 +10,7 @@ macro(fatal_error) " cmake -D BUILD_INFO_HEADER_PATH= [-D SOURCE_DIR=] -P ${CMAKE_CURRENT_LIST_FILE}\n" "All specified paths must be absolute ones.\n" ) -endmacro() +endmacro() if(DEFINED BUILD_INFO_HEADER_PATH AND IS_ABSOLUTE "${BUILD_INFO_HEADER_PATH}") if(EXISTS "${BUILD_INFO_HEADER_PATH}") From 686fa83b4705d05c601aab27f643cb61debbff7c Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:08:45 +0100 Subject: [PATCH 2/3] fixup! qt, build: Drop `QT_STATICPLUGIN` macro Remove unused include. --- src/qt/guiutil.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 2abb1b1b058d2..685d8e90d7db7 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -2,10 +2,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#if defined(HAVE_CONFIG_H) -#include -#endif - #include #include From 399e182d138f7d57a077d6cae77230182bc73027 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:12:47 +0100 Subject: [PATCH 3/3] fixup! cmake: Add `Maintenance` module Fix lint-shell-locale.py linter warning. --- cmake/script/macos_zip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/script/macos_zip.sh b/cmake/script/macos_zip.sh index 5a42d1bbf4077..cc51699dc938a 100755 --- a/cmake/script/macos_zip.sh +++ b/cmake/script/macos_zip.sh @@ -3,6 +3,8 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or https://opensource.org/license/mit/. +export LC_ALL=C + if [ -n "$SOURCE_DATE_EPOCH" ]; then find . -exec touch -d "@$SOURCE_DATE_EPOCH" {} + fi