[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:59 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=5399f5a

The following commit has been merged in the master branch:
commit 5399f5a0633733701ee9acb7e92d91ebace1b1b6
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Mar 26 13:16:07 2015 +0100

    Define the TRANSLATION_DOMAIN
    
    Otherwise i18n can't work properly.
    
    CCMAIL: sitter at kde.org
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82ac624..1fbec6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@ option(ENABLE_TESTS "Enable compilation of tests" FALSE)
 
 add_definitions (-DQT_NO_CAST_FROM_ASCII
                  -DQT_NO_KEYWORDS
+                 -DTRANSLATION_DOMAIN=\"kded_ktp_integration_module\"
 )
 
 include_directories (${CMAKE_CURRENT_BINARY_DIR}

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list