summaryrefslogtreecommitdiffstats
path: root/tde-i18n-fr/data/tdeedu
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-12-31 01:02:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-12-31 01:02:29 +0100
commit2da3d7904a207ce635caddc4fc95b2f1d19039b3 (patch)
tree290662b7f4181b17388253448372d6355527cbcd /tde-i18n-fr/data/tdeedu
parent967ad8d9b773eb857d78c6bbc6845a3b4b3c2fe9 (diff)
downloadtde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.tar.gz
tde-i18n-2da3d7904a207ce635caddc4fc95b2f1d19039b3.zip
Initial cmake conversion
This resolves Bug 1329
Diffstat (limited to 'tde-i18n-fr/data/tdeedu')
-rw-r--r--tde-i18n-fr/data/tdeedu/CMakeLists.txt3
-rw-r--r--tde-i18n-fr/data/tdeedu/kanagram/CMakeLists.txt5
-rw-r--r--tde-i18n-fr/data/tdeedu/khangman/CMakeLists.txt3
-rw-r--r--tde-i18n-fr/data/tdeedu/khangman/fr/CMakeLists.txt9
-rw-r--r--tde-i18n-fr/data/tdeedu/kturtle/CMakeLists.txt13
5 files changed, 33 insertions, 0 deletions
diff --git a/tde-i18n-fr/data/tdeedu/CMakeLists.txt b/tde-i18n-fr/data/tdeedu/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-fr/data/tdeedu/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
diff --git a/tde-i18n-fr/data/tdeedu/kanagram/CMakeLists.txt b/tde-i18n-fr/data/tdeedu/kanagram/CMakeLists.txt
new file mode 100644
index 00000000000..a3b28971337
--- /dev/null
+++ b/tde-i18n-fr/data/tdeedu/kanagram/CMakeLists.txt
@@ -0,0 +1,5 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+install( FILES animals.kvtml clothing.kvtml
+ DESTINATION ${DATA_INSTALL_DIR}/kanagram/data/fr
+)
diff --git a/tde-i18n-fr/data/tdeedu/khangman/CMakeLists.txt b/tde-i18n-fr/data/tdeedu/khangman/CMakeLists.txt
new file mode 100644
index 00000000000..9532d869435
--- /dev/null
+++ b/tde-i18n-fr/data/tdeedu/khangman/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+tde_auto_add_subdirectories( )
diff --git a/tde-i18n-fr/data/tdeedu/khangman/fr/CMakeLists.txt b/tde-i18n-fr/data/tdeedu/khangman/fr/CMakeLists.txt
new file mode 100644
index 00000000000..74e578aed9c
--- /dev/null
+++ b/tde-i18n-fr/data/tdeedu/khangman/fr/CMakeLists.txt
@@ -0,0 +1,9 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+install( FILES easy.kvtml animals.kvtml hard.kvtml medium.kvtml maison.kvtml
+ DESTINATION ${DATA_INSTALL_DIR}/khangman/data/fr
+)
+
+install( FILES fr.txt
+ DESTINATION ${DATA_INSTALL_DIR}/khangman
+)
diff --git a/tde-i18n-fr/data/tdeedu/kturtle/CMakeLists.txt b/tde-i18n-fr/data/tdeedu/kturtle/CMakeLists.txt
new file mode 100644
index 00000000000..85f53df5e61
--- /dev/null
+++ b/tde-i18n-fr/data/tdeedu/kturtle/CMakeLists.txt
@@ -0,0 +1,13 @@
+# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
+
+install( FILES logokeywords.fr_FR.xml
+ DESTINATION ${DATA_INSTALL_DIR}/kturtle/data
+)
+
+install( FILES logohighlightstyle.fr_FR.xml
+ DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
+)
+
+install( FILES triangle.logo carre.logo enroule.logo exemple1.logo
+ DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/fr_FR
+)