From: Wolfgang Becker Date: Tue, 1 Jan 2008 20:48:28 +0000 (+0000) Subject: Include *.music in installation. X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=0c24c5152b90f33c4995a129404b51bf743f59c8 Include *.music in installation. SVN-Revision: 5241 --- diff --git a/data/Jamfile b/data/Jamfile index 3a387392f..5449b7bff 100644 --- a/data/Jamfile +++ b/data/Jamfile @@ -47,7 +47,7 @@ for p in $(LEVELPATHS) { XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --keyword='_:1' --language=Lisp --sort-by-file ; } InstallData [ Wildcard *.txt *.po ] ; -InstallData [ Wildcard music : *.ogg ] : music ; +InstallData [ Wildcard music : *.ogg *.music ] : music ; InstallData [ Wildcard scripts : *.nut ] : scripts ; InstallData [ Wildcard speech : *.ogg ] : speech ; InstallData [ Wildcard sounds : *.wav *.ogg ] : sounds ; diff --git a/tools/autopackage/default.apspec b/tools/autopackage/default.apspec index 0ecb01449..8050b2b42 100644 --- a/tools/autopackage/default.apspec +++ b/tools/autopackage/default.apspec @@ -10,7 +10,7 @@ Packager: Christoph Sommer Summary: SuperTux is a classic style 2D jump and run sidescroller game in a style similar to the original SuperMario games. SoftwareVersion: 0.3.2-SVN PackageVersion: 2 -AutopackageTarget: 1.0 +AutopackageTarget: 1.2 [Description] SuperTux is a classic style 2D jump and run sidescroller game in a style similar to the original SuperMario games. @@ -47,11 +47,11 @@ require '@icculus.org/physfs' 1.0 [Install] # Put your installation script here installExe bin/* -installData share/supertux +installData share/supertux2 copyFiles share/doc "$PREFIX/share" installIcon share/pixmaps/*.png installIcon share/pixmaps/*.xpm -installDesktop "Games" share/applications/supertux.desktop +installDesktop "Games" share/applications/supertux2.desktop [Uninstall] # Usually just the following line is enough to uninstall everything