You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.1 KiB
118 lines
2.1 KiB
# TDE Config File
|
|
[General]
|
|
Name=Noatun visualization plugin
|
|
|
|
Comment=Generates a visualization plugin for noatun using SDL
|
|
|
|
Category=C++/TDE
|
|
|
|
Icon=noatunvisual.png
|
|
FileTemplates=h,CStyle,cpp,CStyle
|
|
ShowFilesAfterGeneration=%{dest}/src/plugin_%{APPNAMELC}_impl.cpp
|
|
Archive=noatunvisual.tar.gz
|
|
|
|
[ADMIN]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/admin.kdevtemplate
|
|
|
|
[GNU]
|
|
Type=include
|
|
File=%{tdevelop}/template-common/gnu.kdevtemplate
|
|
|
|
[MKDIR_DOCBOOK1]
|
|
Type=mkdir
|
|
Dir=%{dest}/doc
|
|
|
|
[MKDIR_DOCBOOK2]
|
|
Type=mkdir
|
|
Dir=%{dest}/doc/en
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{tdevelop}/template-common/kde-doc-Makefile.am
|
|
Dest=%{dest}/doc/Makefile.am
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am
|
|
Dest=%{dest}/doc/en/Makefile.am
|
|
|
|
[FILE3]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{tdevelop}/template-common/tde-index.docbook
|
|
Dest=%{dest}/doc/en/index.docbook
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/plugin.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE5]
|
|
Type=install
|
|
Source=%{tdevelop}/template-common/kde-Makefile.cvs
|
|
Dest=%{dest}/Makefile.cvs
|
|
|
|
[FILE6]
|
|
Type=install
|
|
Source=%{tdevelop}/template-common/kde-Makefile.am
|
|
Dest=%{dest}/Makefile.am
|
|
|
|
[FILE7]
|
|
Type=install
|
|
Source=%{src}/noatunvisual-configure.in.in
|
|
Dest=%{dest}/configure.in.in
|
|
|
|
[MkDir3]
|
|
Type=mkdir
|
|
Dir=%{dest}/src
|
|
|
|
[MkDir4]
|
|
Type=mkdir
|
|
Dir=%{dest}/po
|
|
|
|
[FILE8]
|
|
Type=install
|
|
Source=%{tdevelop}/template-common/kde-po-Makefile.am
|
|
Dest=%{dest}/po/Makefile.am
|
|
|
|
[FILE9]
|
|
Type=install
|
|
Source=%{src}/subdirs
|
|
Dest=%{dest}/subdirs
|
|
|
|
[FILE10]
|
|
Type=install
|
|
Source=%{src}/src-Makefile.am
|
|
Dest=%{dest}/src/Makefile.am
|
|
|
|
[FILE11]
|
|
Type=install
|
|
Source=%{src}/plugin_app.cpp
|
|
Dest=%{dest}/src/plugin_%{APPNAMELC}.cpp
|
|
|
|
[FILE12]
|
|
Type=install
|
|
Source=%{src}/plugin_app.h
|
|
Dest=%{dest}/src/plugin_%{APPNAMELC}.h
|
|
|
|
[FILE13]
|
|
Type=install
|
|
Source=%{src}/plugin_impl.cpp
|
|
Dest=%{dest}/src/plugin_%{APPNAMELC}_impl.cpp
|
|
|
|
[FILE14]
|
|
Type=install
|
|
Source=%{src}/plugin_impl.h
|
|
Dest=%{dest}/src/plugin_%{APPNAMELC}_impl.h
|
|
|
|
[FILE15]
|
|
Type=install
|
|
Source=%{src}/plugin.plugin
|
|
Dest=%{dest}/src/%{APPNAMELC}.plugin
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A Noatun visualization plugin was created in %{dest}
|