File: 006-qm-files.patch

package info (click to toggle)
strawberry 1.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,984 kB
  • sloc: cpp: 102,861; sql: 1,949; ansic: 776; xml: 414; sh: 388; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Subject: Restore creation of separate .qm files
 Fixes 'translations-not-found' AppStream warning
Author: Peter Blackman <peter@pblackman.plus.com>
Forwarded: not-needed

===================================================================
Index: b/CMakeLists.txt
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@
 option(BUILD_WERROR "Build with -Werror" OFF)
 option(USE_RPATH "Use RPATH" APPLE)
 option(USE_INSTALL_PREFIX "Look for data in CMAKE_INSTALL_PREFIX" ON)
-option(INSTALL_TRANSLATIONS "Install translations" OFF)
+option(INSTALL_TRANSLATIONS "Install translations" ON)
 option(ENABLE_DEBUG_OUTPUT "Enable debug output" ${ENABLE_DEBUG_OUTPUT_DEFAULT})
 option(USE_BUNDLE "Bundle dependencies" ${USE_BUNDLE_DEFAULT})