> On May 4, 2014, 10 p.m., Commit Hook wrote: > > This review has been submitted with commit > > 73992f139276b75aeddf78f476644a2d82f9e802 by Alex Merry on behalf of > > Aurélien Gâteau to branch master.
Thanks for committing. Note that I do intend to improve the unit tests, was just busy with other tasks. - Aurélien ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117823/#review57262 ----------------------------------------------------------- On May 4, 2014, 10 p.m., Aurélien Gâteau wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/117823/ > ----------------------------------------------------------- > > (Updated May 4, 2014, 10 p.m.) > > > Review request for Build System, Extra Cmake Modules and KDE Frameworks. > > > Repository: extra-cmake-modules > > > Description > ------- > > This patch adds a ecm_install_po_files_as_qm() function to > ECMCreateQmFromPoFiles.cmake. This function makes it easy to install all the > .po files of a Qt-translated framework. > > The primary user of this function is the build system of the framework > tarballs. The tarballs will ship with a po/ directory which follows the > structure expected by ecm_install_po_files_as_qm(). The only necessary change > is to add the following lines to the root CMakeLists.txt file: > > if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") > ecm_install_po_files_as_qm(po) > endif() > > Since the code checks for the presence of a po/ directory, it can be > committed in the framework repository (no need for the tarball release > scripts to alter the CMake files), making it easier for developers to > reproduce the situation of a released tarball by creating/copying a po/ > directory in their working copy. > > We need this function (or something similar) because the way we are going to > organize po files in the framework tarballs have changed: the current CMake > code expects the po files to contain files named '<domain>-<lang>.po', but > the final structure is going to be '<lang>/<domain>.po'. > > This new function works similarly to ki18n_install() ( > https://git.reviewboard.kde.org/r/117804/ ) and kdoctools_install() ( > https://git.reviewboard.kde.org/r/117805/ ) > > > Diffs > ----- > > modules/ECMCreateQmFromPoFiles.cmake 7457fc5 > modules/ECMPoQmTools.cmake PRE-CREATION > modules/ECMQmLoader.cpp.in 2d8531f > tests/CMakeLists.txt 171f44a > tests/ECMPoQmToolsTest/CMakeLists.txt PRE-CREATION > tests/ECMPoQmToolsTest/check_tree.cmake.in PRE-CREATION > tests/ECMPoQmToolsTest/po/es/install-test.po PRE-CREATION > tests/ECMPoQmToolsTest/po/fr/install-test.po PRE-CREATION > tests/ECMPoQmToolsTest/test.po PRE-CREATION > > Diff: https://git.reviewboard.kde.org/r/117823/diff/ > > > Testing > ------- > > Modified kbookmarks to call ecm_install_po_files_as_qm(). Works as expected. > > > Thanks, > > Aurélien Gâteau > >
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel