diff options
Diffstat (limited to 'languages/python/app_templates/pythonhello')
| -rw-r--r-- | languages/python/app_templates/pythonhello/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | languages/python/app_templates/pythonhello/Makefile.am | 4 | ||||
| -rw-r--r-- | languages/python/app_templates/pythonhello/app.tdevelop | 16 | ||||
| -rw-r--r-- | languages/python/app_templates/pythonhello/pythonhello.tdevtemplate (renamed from languages/python/app_templates/pythonhello/pythonhello.kdevtemplate) | 0 | 
4 files changed, 13 insertions, 13 deletions
| diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt index dfdbbc3b..d6c3f09c 100644 --- a/languages/python/app_templates/pythonhello/CMakeLists.txt +++ b/languages/python/app_templates/pythonhello/CMakeLists.txt @@ -17,9 +17,9 @@ add_custom_target( pythonhello.tar.gz ALL  install( FILES      ${CMAKE_CURRENT_BINARY_DIR}/pythonhello.tar.gz pythonhello.png -  DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) +  DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )  install( FILES -    pythonhello.kdevtemplate -  DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) +    pythonhello.tdevtemplate +  DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates ) diff --git a/languages/python/app_templates/pythonhello/Makefile.am b/languages/python/app_templates/pythonhello/Makefile.am index 2dc4f559..7265f7de 100644 --- a/languages/python/app_templates/pythonhello/Makefile.am +++ b/languages/python/app_templates/pythonhello/Makefile.am @@ -1,10 +1,10 @@  dataFiles = app.py app.tdevelop pythonhello.png  templateName = pythonhello  ### no need to change below: -template_DATA = $(templateName).kdevtemplate +template_DATA = $(templateName).tdevtemplate  templatedir = ${appwizarddatadir}/templates -appwizarddatadir = ${kde_datadir}/kdevappwizard +appwizarddatadir = ${kde_datadir}/tdevappwizard  $(templateName).tar.gz: ${dataFiles}  	$(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles}  	$(GZIP_COMMAND) -f9 $(templateName).tar diff --git a/languages/python/app_templates/pythonhello/app.tdevelop b/languages/python/app_templates/pythonhello/app.tdevelop index 9826d145..a93a999c 100644 --- a/languages/python/app_templates/pythonhello/app.tdevelop +++ b/languages/python/app_templates/pythonhello/app.tdevelop @@ -11,15 +11,15 @@    </keywords>    <ignoreparts/>   </general> - <kdevscriptproject> + <tdevscriptproject>    <general>     <activedir></activedir>    </general>    <run>     <mainprogram>%{APPNAMELC}.py</mainprogram>    </run> - </kdevscriptproject> - <kdevdoctreeview> + </tdevscriptproject> + <tdevdoctreeview>      <ignoretocs>        <toc>ada</toc>        <toc>ada_bugs_gcc</toc> @@ -66,8 +66,8 @@      <ignoredoxygen>        <toc>KDE Libraries (Doxygen)</toc>      </ignoredoxygen> - </kdevdoctreeview> - <kdevfileview> + </tdevdoctreeview> + <tdevfileview>     <tree>       <hidenonprojectfiles>false</hidenonprojectfiles>       <hidepatterns>*.o,*.lo,CVS</hidepatterns> @@ -75,10 +75,10 @@     <groups>       <group pattern="*.py" name="Python files" />     </groups> - </kdevfileview> -  <kdevfilecreate> + </tdevfileview> +  <tdevfilecreate>      <useglobaltypes>        <type ext="py"/>      </useglobaltypes> -  </kdevfilecreate> +  </tdevfilecreate>  </tdevelop> diff --git a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate b/languages/python/app_templates/pythonhello/pythonhello.tdevtemplate index 0e130571..0e130571 100644 --- a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate +++ b/languages/python/app_templates/pythonhello/pythonhello.tdevtemplate | 
