From 7d335e21a888a3b74aed9bf6d03229a5db48eba7 Mon Sep 17 00:00:00 2001 From: Wolfgang Becker Date: Sat, 26 May 2007 19:35:43 +0000 Subject: [PATCH] Changed default location and binary name to supertux2 for coexistence with MS1. SVN-Revision: 5036 --- Jamfile | 2 +- configure.ac | 2 +- src/Jamfile | 12 ++++++------ supertux2.desktop | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 8 deletions(-) create mode 100644 supertux2.desktop diff --git a/Jamfile b/Jamfile index ec5e8a115..4301dd19e 100644 --- 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 ; diff --git a/configure.ac b/configure.ac index b949ca40f..0627bf2f7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/Jamfile b/src/Jamfile index 2fc35cd2f..092591a9e 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -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 index 000000000..a066d54d5 --- /dev/null +++ b/supertux2.desktop @@ -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; -- 2.11.0