From 510bd507eca1284ba1e85c5da8ecca82d3574023 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 14:35:46 -0600 Subject: Update and rename files in support of commit 722ce1ef. --- kommander/working/plugintemplate/Makefile.am | 4 +- kommander/working/plugintemplate/app.tdevelop | 40 ++++++------- .../plugintemplate/kommanderplugin.kdevtemplate | 66 ---------------------- .../plugintemplate/kommanderplugin.tdevtemplate | 66 ++++++++++++++++++++++ 4 files changed, 88 insertions(+), 88 deletions(-) delete mode 100644 kommander/working/plugintemplate/kommanderplugin.kdevtemplate create mode 100644 kommander/working/plugintemplate/kommanderplugin.tdevtemplate (limited to 'kommander/working/plugintemplate') diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am index 06a26086..037be656 100644 --- a/kommander/working/plugintemplate/Makefile.am +++ b/kommander/working/plugintemplate/Makefile.am @@ -3,10 +3,10 @@ dataFiles = src-Makefile.am plugin.cpp \ templateName = kommanderplugin ### 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/kommander/working/plugintemplate/app.tdevelop b/kommander/working/plugintemplate/app.tdevelop index 89685ef6..c86ca64c 100644 --- a/kommander/working/plugintemplate/app.tdevelop +++ b/kommander/working/plugintemplate/app.tdevelop @@ -14,16 +14,16 @@ KDevelop - + 3 true 3 EmbeddedKDevDesigner - + - + src/%{APPNAMELC} debug @@ -34,22 +34,22 @@ optimized - kdevgccoptions - kdevgppoptions - kdevg77options + tdevgccoptions + tdevgppoptions + tdevg77options -O2 -g0 --enable-debug=full debug - kdevgccoptions - kdevgppoptions - kdevg77options + tdevgccoptions + tdevgppoptions + tdevg77options -O0 -g3 - - + + @@ -57,8 +57,8 @@ - - + + ada ada_bugs_gcc @@ -93,24 +93,24 @@ qmake User Guide - - + + libtool - - + + - - + + Doxygen Documentation Collection %{APPNAMELC}.tag - + diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate deleted file mode 100644 index b5c3c303..00000000 --- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate +++ /dev/null @@ -1,66 +0,0 @@ -# KDE Config File -[General] -Name=Kommander Plugin -Category=C++/Kommander/ -Comment=This generates a plugin for Kommander -FileTemplates=h,CStyle,cpp,CStyle -ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp -Archive=kommanderplugin.tar.gz - -[ADMIN] -Type=include -File=%{tdevelop}/template-common/admin.kdevtemplate - -[GNU] -Type=include -File=%{tdevelop}/template-common/gnu.kdevtemplate - -[MkDir1] -Type=mkdir -Dir=%{dest}/src - -[FILE1] -Type=install -EscapeXML=true -Source=%{src}/app.tdevelop -Dest=%{dest}/%{APPNAMELC}.tdevelop - -[FILE2] -Type=install -Source=%{src}/src-Makefile.am -Dest=%{dest}/src/Makefile.am - -[FILE3] -Type=install -Source=%{src}/widget.cpp -Dest=%{dest}/src/%{APPNAMELC}.cpp - -[FILE4] -Type=install -Source=%{src}/widget.h -Dest=%{dest}/src/%{APPNAMELC}.h - -[FILE5] -Type=install -Source=%{src}/plugin.cpp -Dest=%{dest}/src/%{APPNAMELC}plugin.cpp - -[FILE6] -Type=install -Source=%{tdevelop}/template-common/kde-Makefile.cvs -Dest=%{dest}/Makefile.cvs - -[FILE7] -Type=install -Source=%{tdevelop}/template-common/tde-configure.in.in -Dest=%{dest}/configure.in.in - -[FILE8] -Type=install -Source=%{tdevelop}/template-common/kde-Makefile.am -Dest=%{dest}/Makefile.am - - -[MSG] -Type=message -Comment=A Kommander plugin was created in %{dest} diff --git a/kommander/working/plugintemplate/kommanderplugin.tdevtemplate b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate new file mode 100644 index 00000000..3aad17f7 --- /dev/null +++ b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate @@ -0,0 +1,66 @@ +# KDE Config File +[General] +Name=Kommander Plugin +Category=C++/Kommander/ +Comment=This generates a plugin for Kommander +FileTemplates=h,CStyle,cpp,CStyle +ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp +Archive=kommanderplugin.tar.gz + +[ADMIN] +Type=include +File=%{tdevelop}/template-common/admin.tdevtemplate + +[GNU] +Type=include +File=%{tdevelop}/template-common/gnu.tdevtemplate + +[MkDir1] +Type=mkdir +Dir=%{dest}/src + +[FILE1] +Type=install +EscapeXML=true +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop + +[FILE2] +Type=install +Source=%{src}/src-Makefile.am +Dest=%{dest}/src/Makefile.am + +[FILE3] +Type=install +Source=%{src}/widget.cpp +Dest=%{dest}/src/%{APPNAMELC}.cpp + +[FILE4] +Type=install +Source=%{src}/widget.h +Dest=%{dest}/src/%{APPNAMELC}.h + +[FILE5] +Type=install +Source=%{src}/plugin.cpp +Dest=%{dest}/src/%{APPNAMELC}plugin.cpp + +[FILE6] +Type=install +Source=%{tdevelop}/template-common/kde-Makefile.cvs +Dest=%{dest}/Makefile.cvs + +[FILE7] +Type=install +Source=%{tdevelop}/template-common/tde-configure.in.in +Dest=%{dest}/configure.in.in + +[FILE8] +Type=install +Source=%{tdevelop}/template-common/kde-Makefile.am +Dest=%{dest}/Makefile.am + + +[MSG] +Type=message +Comment=A Kommander plugin was created in %{dest} -- cgit v1.2.1