[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:25:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=2f5d729

The following commit has been merged in the master branch:
commit 2f5d729b83b05dd6741ed81d8460cfea2cbbda1a
Author: Alexander Potashev <aspotashev at gmail.com>
Date:   Mon May 4 18:20:43 2015 +0300

    Change qt5_wrap_ui() to ki18n_wrap_ui() to get dialogs translated via KI18n
    
    These dialogs were untranslatable because of wrong translation domain.
    
    CCBUG: 340804
---
 config/CMakeLists.txt           | 6 +++---
 filters/latex/CMakeLists.txt    | 2 +-
 lib/CMakeLists.txt              | 2 +-
 logviewer/CMakeLists.txt        | 2 +-
 logviewer/config/CMakeLists.txt | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index e0e4124..4123ac3 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -10,9 +10,9 @@ set(kcm_ktp_chat_appearance_UI appearance-config.ui)
 set(kcm_ktp_chat_behavior_UI behavior-config.ui)
 set(kcm_ktp_chat_otr_UI otr-config.ui)
 
-qt5_wrap_ui(kcm_ktp_chat_appearance_SRCS ${kcm_ktp_chat_appearance_UI})
-qt5_wrap_ui(kcm_ktp_chat_behavior_SRCS ${kcm_ktp_chat_behavior_UI})
-qt5_wrap_ui(kcm_ktp_chat_otr_SRCS ${kcm_ktp_chat_otr_UI})
+ki18n_wrap_ui(kcm_ktp_chat_appearance_SRCS ${kcm_ktp_chat_appearance_UI})
+ki18n_wrap_ui(kcm_ktp_chat_behavior_SRCS ${kcm_ktp_chat_behavior_UI})
+ki18n_wrap_ui(kcm_ktp_chat_otr_SRCS ${kcm_ktp_chat_otr_UI})
 
 add_library(kcm_ktp_chat_appearance MODULE ${kcm_ktp_chat_appearance_SRCS})
 add_library(kcm_ktp_chat_behavior MODULE ${kcm_ktp_chat_behavior_SRCS})
diff --git a/filters/latex/CMakeLists.txt b/filters/latex/CMakeLists.txt
index 4deb5e0..cc1388c 100644
--- a/filters/latex/CMakeLists.txt
+++ b/filters/latex/CMakeLists.txt
@@ -14,7 +14,7 @@ target_link_libraries (ktptextui_message_filter_latex
 
 kconfig_add_kcfg_files(kcm_ktptextui_message_filter_latex_SRCS latexconfig.kcfgc)
 
-qt5_wrap_ui (kcm_ktptextui_message_filter_latex_SRCS
+ki18n_wrap_ui(kcm_ktptextui_message_filter_latex_SRCS
     latex-config.ui
 )
 
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index f1ac4b9..d6af848 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -30,7 +30,7 @@ set(ktpchat_UI
     keygendialog.ui
 )
 
-qt5_wrap_ui(ktpchat_SRCS ${ktpchat_UI})
+ki18n_wrap_ui(ktpchat_SRCS ${ktpchat_UI})
 
 add_library(ktpchat SHARED ${ktpchat_SRCS})
 
diff --git a/logviewer/CMakeLists.txt b/logviewer/CMakeLists.txt
index 89c37dc..ac35ff6 100644
--- a/logviewer/CMakeLists.txt
+++ b/logviewer/CMakeLists.txt
@@ -16,7 +16,7 @@ set(ktp-log-viewer_SRCS
 
 add_subdirectory(config)
 
-qt5_wrap_ui(ktp-log-viewer_SRCS log-viewer.ui)
+ki18n_wrap_ui(ktp-log-viewer_SRCS log-viewer.ui)
 
 add_executable(ktp-log-viewer ${ktp-log-viewer_SRCS})
 
diff --git a/logviewer/config/CMakeLists.txt b/logviewer/config/CMakeLists.txt
index bf29b1e..3c7a941 100644
--- a/logviewer/config/CMakeLists.txt
+++ b/logviewer/config/CMakeLists.txt
@@ -4,7 +4,7 @@ set(kcm_ktp_logviewer_behavior_SRCS behavior-config.cpp)
 
 set(kcm_ktp_logviewer_behavior_UI behavior-config.ui)
 
-qt5_wrap_ui(kcm_ktp_logviewer_behavior_SRCS ${kcm_ktp_logviewer_behavior_UI})
+ki18n_wrap_ui(kcm_ktp_logviewer_behavior_SRCS ${kcm_ktp_logviewer_behavior_UI})
 
 add_library(kcm_ktp_logviewer_behavior MODULE ${kcm_ktp_logviewer_behavior_SRCS})
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list