From 830a31bbbbd8b42ef562fe225f8620e906887806 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 6 Apr 2022 11:07:05 -0400 Subject: development/cppcheck: Add doinst, fix translations. Signed-off-by: B. Watson --- .../cppcheck/install-translations-in-filesdir-lang.diff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 development/cppcheck/install-translations-in-filesdir-lang.diff (limited to 'development/cppcheck/install-translations-in-filesdir-lang.diff') diff --git a/development/cppcheck/install-translations-in-filesdir-lang.diff b/development/cppcheck/install-translations-in-filesdir-lang.diff new file mode 100644 index 0000000000..63c7f0d5e8 --- /dev/null +++ b/development/cppcheck/install-translations-in-filesdir-lang.diff @@ -0,0 +1,16 @@ +Description: Install the translations in $FILESDIR/lang instead of /usr/bin +Author: Joachim Reichel + +Index: cppcheck/gui/CMakeLists.txt +=================================================================== +--- cppcheck.orig/gui/CMakeLists.txt ++++ cppcheck/gui/CMakeLists.txt +@@ -51,7 +51,7 @@ if (BUILD_GUI) + endif() + + install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) +- install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) ++ install(FILES ${qms} DESTINATION ${FILESDIR}/lang COMPONENT applications) + + install(FILES cppcheck-gui.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) + -- cgit v1.2.3