cleanup with template; refs #110

This commit is contained in:
Marc Wäckerlin
2011-12-13 08:27:04 +00:00
parent d69fe437aa
commit 2914b984e5
31 changed files with 1250 additions and 0 deletions

13
src/swisssurfer.desktop Normal file
View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Name=swisssurfer
Name[de]=swisssurfer
Name[fr]=swisssurfer
Name[it]=swisssurfer
Name[en]=swisssurfer
Comment=
Comment[de]=
Icon=/usr/share/swisssurfer/swisssurfer.png
Categories=
Exec=/usr/bin/swisssurfer
Path=

16
src/version.cxx.in Normal file
View File

@@ -0,0 +1,16 @@
/*! @file
@id $Id$
*/
// 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
#include <string>
namespace xml {
std::string version() {
return "@PACKAGENAME@-@VERSION@";
}
const std::string WHAT("#(@) @PACKAGENAME@-@VERSION@");
const std::string IDENT("$Id: @PACKAGENAME@-@VERSION@ $");
}