summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-11-28 13:55:01 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-02-08 17:25:55 +0000
commit46c80b0f5b2f5b57fbded23bfe3253224b4a0728 (patch)
treed23698bbe88e24337ac398faf9d5dc17aae86f95 /po
parente780bc0560b84111a815f9534aefef7e5c89b099 (diff)
downloadkaffeine-46c80b0f5b2f5b57fbded23bfe3253224b4a0728.tar.gz
kaffeine-46c80b0f5b2f5b57fbded23bfe3253224b4a0728.zip
Conversion to the cmake building system.
Add a man page taken from the Debian build system. dvbdata.tar.gz from the "images" folder has been decompressed and the data files have been put into their own folder (dvbdata). kaffeine-iso.desktop file added from the Debian packaging. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100644
index 0000000..f6c1842
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1,5 @@
+file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
+
+if( _srcs )
+ tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
+endif()