[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=0c095b2

The following commit has been merged in the master branch:
commit 0c095b2ba4af6adbd727fd4bc43f330e382355aa
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Mar 16 17:35:18 2015 +0100

    Add missing translation domains definitions
---
 plugins/gabble/CMakeLists.txt    | 2 ++
 plugins/haze/CMakeLists.txt      | 2 ++
 plugins/kaccounts/CMakeLists.txt | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/plugins/gabble/CMakeLists.txt b/plugins/gabble/CMakeLists.txt
index 92b4f9b..a761a7d 100644
--- a/plugins/gabble/CMakeLists.txt
+++ b/plugins/gabble/CMakeLists.txt
@@ -4,6 +4,8 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR}
                      ${CMAKE_CURRENT_SOURCE_DIR}
 )
 
+add_definitions(-DTRANSLATION_DOMAIN=\"kcmtelepathyaccounts_plugin_gabble\")
+
 set (ktpaccountskcm_plugin_gabble_SRCS
      gabble-account-ui-plugin.cpp
      gabble-account-ui.cpp
diff --git a/plugins/haze/CMakeLists.txt b/plugins/haze/CMakeLists.txt
index 39b99e0..b0a42eb 100644
--- a/plugins/haze/CMakeLists.txt
+++ b/plugins/haze/CMakeLists.txt
@@ -4,6 +4,8 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR}
                      ${CMAKE_CURRENT_SOURCE_DIR}
 )
 
+add_definitions(-DTRANSLATION_DOMAIN=\"kcmtelepathyaccounts_plugin_haze\")
+
 set (ktpaccountskcm_plugin_haze_SRCS
      haze-account-ui-plugin.cpp
      haze-icq-account.cpp
diff --git a/plugins/kaccounts/CMakeLists.txt b/plugins/kaccounts/CMakeLists.txt
index 0814153..5159a40 100644
--- a/plugins/kaccounts/CMakeLists.txt
+++ b/plugins/kaccounts/CMakeLists.txt
@@ -7,6 +7,8 @@ include_directories (${CMAKE_CURRENT_BINARY_DIR}
 
 )
 
+add_definitions(-DTRANSLATION_DOMAIN=\"kcm_ktp_accounts\")
+
 set (ktpaccountskcm_plugin_kaccounts_SRCS
      kaccounts-ui-provider.cpp
 )

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list