Changed default location and binary name to supertux2 for coexistence with MS1.
authorWolfgang Becker <uafr@gmx.de>
Sat, 26 May 2007 19:35:43 +0000 (19:35 +0000)
committerWolfgang Becker <uafr@gmx.de>
Sat, 26 May 2007 19:35:43 +0000 (19:35 +0000)
SVN-Revision: 5036

Jamfile
configure.ac
src/Jamfile
supertux2.desktop [new file with mode: 0644]

diff --git a/Jamfile b/Jamfile
index ec5e8a1..4301dd1 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -13,7 +13,7 @@ MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ;
 XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C --sort-by-file ;
 
 InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ;
-InstallDesktop supertux.desktop ;
+InstallDesktop supertux2.desktop ;
 InstallDoc INSTALL README COPYING WHATSNEW.txt ;
 Package INSTALL README COPYING WHATSNEW.txt ;
 
index b949ca4..0627bf2 100644 (file)
@@ -11,7 +11,7 @@ dnl ===========================================================================
 
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT(supertux, 0.3.0-SVN)
+AC_INIT(supertux2, 0.3.0-SVN)
 AC_CONFIG_SRCDIR([src/main.cpp])
 AC_CONFIG_AUX_DIR([mk/autoconf])
 AC_CANONICAL_TARGET
index 2fc35cd..092591a 100644 (file)
@@ -25,11 +25,11 @@ sources =
 TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;
 
 #Application supertux : $(sources) $(wrapper_objects) ;
-Application supertux : $(sources) $(wrapper_objects) : linkerfile ;
-C++Flags supertux : -DAPPDATADIR=\'\"$(appdatadir)\"\' ;
-LinkWith supertux : squirrel ;
-ExternalLibs supertux : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC LIBCURL ;
-Help supertux : "Build the supertux executable" ;
-IncludeDir supertux : squirrel/include squirrel ;
+Application supertux2 : $(sources) $(wrapper_objects) : linkerfile ;
+C++Flags supertux2 : -DAPPDATADIR=\'\"$(appdatadir)\"\' ;
+LinkWith supertux2 : squirrel ;
+ExternalLibs supertux2 : SDL SDLIMAGE GL OPENAL VORBIS VORBISFILE OGG ICONV PHYSFS BINRELOC LIBCURL ;
+Help supertux2 : "Build the supertux2 executable" ;
+IncludeDir supertux2 : squirrel/include squirrel ;
 Package [ Wildcard scripting : *.cpp *.hpp ] ;
 
diff --git a/supertux2.desktop b/supertux2.desktop
new file mode 100644 (file)
index 0000000..a066d54
--- /dev/null
@@ -0,0 +1,36 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=SuperTux2
+Name[en]=SuperTux2
+Name[de]=SuperTux2
+Name[cs]=SuperTux2
+Name[lt]=SuperTux2
+Name[nn]=SuperTux2
+Name[sv]=SuperTux2
+Name[pt_BR]=SuperTux2
+Name[hu]=SuperTux2
+GenericName=A Platform Game
+GenericName[en]=A Platform Game
+GenericName[de]=Ein Jump&Run Spiel
+GenericName[cs]=Plošinová hra
+GenericName[lt]=Platformos žaidimas
+GenericName[nn]=Plattformspel
+GenericName[sv]=Ett plattformsspel
+GenericName[pt_BR]=Jogo de Plataforma
+GenericName[hu]=Egy oldalnézeti játék
+Comment=A classic 2D platform game
+Comment[en]=A classic 2D platform game
+Comment[de]=Ein klassisches Jump&Run Spiel
+Comment[cs]=Plošinovka inspirovaná SuperMariem s tučňákem Tuxem v hlavní roli
+Comment[lt]=Klasikinis 2D platformos žaidimas
+Comment[nn]=Eit klassisk todimensjonalt plattformspel.
+Comment[sv]=Ett klassiskt tvådimensionellt plattformsspel
+Comment[pt_BR]=Encarne o pinguin Tux neste jogo inspirado em clássicos de Pular&Correr
+Comment[hu]=Egy klasszikus 2D-s oldalnézeti játék
+Icon=supertux.png
+Exec=supertux2
+Terminal=false
+StartupNotify=false
+Categories=Game;ArcadeGame;