diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:36:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:36:39 +0200 |
commit | 8b0d6be87ecfc982f9c96797e95ca661826064b6 (patch) | |
tree | 13f333bc49eb7eec2587a4e857a07e0c86441744 /src | |
parent | 6ba2f0c69a97d5033c7c730790c2715dba22522e (diff) | |
download | kpicosim-8b0d6be87ecfc982f9c96797e95ca661826064b6.tar.gz kpicosim-8b0d6be87ecfc982f9c96797e95ca661826064b6.zip |
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeL10n.txt | 5 | ||||
-rw-r--r-- | src/CMakeLists.txt | 5 | ||||
-rw-r--r-- | src/kpicosim.desktop | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 47f3f48..36d2ec9 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,3 +1,8 @@ ##### create translation templates ############## tde_l10n_create_template( "messages/kpicosim" ) + +tde_l10n_create_template( + CATALOG "desktop_files/kpicosim.desktop/" + SOURCES kpicosim.desktop +) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 467a30b..13cc9d8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -63,7 +63,4 @@ install( DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax ) -install( - FILES ${PROJECT_NAME}.desktop - DESTINATION ${APPS_INSTALL_DIR}/Development -) +tde_create_translated_desktop( ${PROJECT_NAME}.desktop ) diff --git a/src/kpicosim.desktop b/src/kpicosim.desktop index 0547660..d7a56ad 100644 --- a/src/kpicosim.desktop +++ b/src/kpicosim.desktop @@ -5,4 +5,3 @@ Exec=kpicosim Icon=kpicosim Type=Application Comment=PicoBlaze IDE -Comment[nl]=PicoBlaze Ontwikkelomgeving |