summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Charles Campbell <warpzero@gentoo.org>2004-11-08 04:58:58 +0000
committerJoshua Charles Campbell <warpzero@gentoo.org>2004-11-08 04:58:58 +0000
commit052e8123f107ab901dad185820fee98b88c8682f (patch)
treecc472e447ce4388ec4a84f3d14958468a1cbf787 /games-arcade/stepmania/files
parentremoved a few patches that are no longer used (diff)
downloadgentoo-2-052e8123f107ab901dad185820fee98b88c8682f.tar.gz
gentoo-2-052e8123f107ab901dad185820fee98b88c8682f.tar.bz2
gentoo-2-052e8123f107ab901dad185820fee98b88c8682f.zip
stepmania 2nd initial import
Diffstat (limited to 'games-arcade/stepmania/files')
-rw-r--r--games-arcade/stepmania/files/digest-stepmania-3.9_rc22
-rw-r--r--games-arcade/stepmania/files/stepmania-3.9-rc2a-gentoo.patch21
2 files changed, 23 insertions, 0 deletions
diff --git a/games-arcade/stepmania/files/digest-stepmania-3.9_rc2 b/games-arcade/stepmania/files/digest-stepmania-3.9_rc2
new file mode 100644
index 000000000000..d047ad8906ff
--- /dev/null
+++ b/games-arcade/stepmania/files/digest-stepmania-3.9_rc2
@@ -0,0 +1,2 @@
+MD5 f3415ab0a87d28c33e11591d1a53d598 StepMania-3.9-rc2a-src.tar.gz 3083935
+MD5 faa9ee2d6f640e1e5e8762b65fe577ef StepMania-3.9-rc2a-linux.tar.gz 10214799
diff --git a/games-arcade/stepmania/files/stepmania-3.9-rc2a-gentoo.patch b/games-arcade/stepmania/files/stepmania-3.9-rc2a-gentoo.patch
new file mode 100644
index 000000000000..d02a084f0d1d
--- /dev/null
+++ b/games-arcade/stepmania/files/stepmania-3.9-rc2a-gentoo.patch
@@ -0,0 +1,21 @@
+--- StepMania-3.9-rc2a-src/src/RageFileManager.cpp 2004-05-23 16:33:12.000000000 -0600
++++ StepMania-3.9-rc2a-src/src/RageFileManager.cpp 2004-06-15 00:59:00.913075920 -0600
+@@ -151,7 +151,7 @@
+ * scores. It would need to handle permissions properly. */
+ /* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "Data/Profiles" ); */
+
+- // CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME;
++ CString Home = ssprintf( "%s/%s", getenv( "HOME" ), PACKAGE );
+
+ /*
+ * Next: path to write general mutable user data. If the above path fails (eg.
+@@ -178,7 +178,8 @@
+ if( Root == "" )
+ RageException::Throw( "Couldn't find \"Songs\"" );
+
+- RageFileManager::Mount( "dir", Root, "" );
++ RageFileManager::Mount( "dir", Home, "" );
++ RageFileManager::Mount( "dir", "/usr/share/games/stepmania", "" );
+ #elif defined(_WINDOWS)
+ /* All Windows data goes in the directory one level above the executable. */
+ CHECKPOINT_M( ssprintf( "DOE \"%s\"", DirOfExecutable.c_str()) );