[cmake-developers] [CPackDMG][Patch] Enable use of single license for multiple languages

2015-11-26 Thread Levermann, Simon
Hi, since license texts are often not translated into other languages, this patch enables the CPack DragnDrop generator to use a single license file for all languages instead of having to keep a copy of the same file around under multiple different names. Kind regards, Simon LevermannFrom

[cmake-developers] [CPackDMG][PATCH] Use documented variable names in code

2015-11-23 Thread Levermann, Simon
documented variable "CPACK_DMG_SLA_LANGUAGES" instead. Kind regards Simon LevermannFrom 949e0eb5dffda94f275d863699df3c616584dfc9 Mon Sep 17 00:00:00 2001 From: Simon Levermann <simon-git...@slevermann.de> Date: Mon, 23 Nov 2015 12:44:55 +0100 Subject: [PATCH] Use variable name i

Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-05 Thread Levermann, Simon
on current master (60cbd9b9da2059481e2f29fbb5859a5b0643d3d7) Kind regards, Simon On Mi, 2015-11-04 at 10:46 -0500, Brad King wrote: > On 11/03/2015 06:09 AM, Levermann, Simon wrote: > > This adds support for multilingual SLAs which are displayed when > > the user is trying to m

Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-05 Thread Levermann, Simon
The documentation files had incorrect file extensions. This is fixed in the attached version. On Do, 2015-11-05 at 10:36 +, Levermann, Simon wrote: > Hi Brad, > > the attached patch limits lines to 79 cols, and adds the necessary > documentation to the variables and release n

[cmake-developers] [PATCH 2/3] Pass string by const& instead of copying

2015-11-03 Thread Levermann, Simon
From: Simon Levermann --- Source/CPack/cmCPackDragNDropGenerator.cxx | 2 +- Source/CPack/cmCPackDragNDropGenerator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx

[cmake-developers] [PATCH 1/3] Add support for multilingual SLAs

2015-11-03 Thread Levermann, Simon
From: Simon Levermann Multiple languages for SLAs and the SLA UI can be added via the CPack variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined in the languages variable, CPack will search for .menu.txt and .license.txt in

[cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-03 Thread Levermann, Simon
l used if CPACK_RESOURCE_FILE_LICENSE is used, rather than the new CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES behaviour. Is this out of scope for CMake (everything else seems to be english-only)? Best regards, Simon Levermann Simon Levermann (3): Add support for multilingual SLAs Pass string by const&am

[cmake-developers] [PATCH 3/3] Remove superfluous assignment

2015-11-03 Thread Levermann, Simon
From: Simon Levermann --- Source/CPack/cmCPackDragNDropGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index ccda0d5..7eb9050 100644 ---