diff --git a/games-arcade/xrick/patches/xrick-021212.patchset b/games-arcade/xrick/patches/xrick-021212.patchset index 1410a4644..15733c081 100644 --- a/games-arcade/xrick/patches/xrick-021212.patchset +++ b/games-arcade/xrick/patches/xrick-021212.patchset @@ -174,7 +174,7 @@ index 0000000..cc4a2b4 +
+


+

Way before Lara Croft, back in the 1980's and early 1990's, Rick Dangerous was the Indiana Jones of computer games, running away from rolling rocks, avoiding traps, from South America to a futuristic missile base via Egypt and the Schwarzendumpf castle.

-+

xrick is a clone of Rick Dangerous, known to run on Linux, Windows, BeOs, Haiku, Amiga, QNX, and all sorts of gaming consoles...

++

XRick is a clone of Rick Dangerous, known to run on Linux, Windows, BeOs, Haiku, Amiga, QNX, and all sorts of gaming consoles...

+

If you want to read more about Rick Dangerous, you may want to visit Rick Dangerous Resurrected (english) or Rick Dangerous Forever (french).

+ +

@@ -188,7 +188,7 @@ index 0000000..cc4a2b4 +

+index +Usage

-+

When started from Terminal xrick accepts several parameters:

++

When started from Terminal XRick accepts several parameters:

+ + + @@ -216,7 +216,7 @@ index 0000000..cc4a2b4 + + + -+ ++ +
-fullscreenPlay sounds at volume <vol>. <vol> must be an integer between 0 (silence) and 10 (max). The default is to play sound at maximal volume (10).
-data <data>Set data archive to <data>. <data> must be a zipped file (i.e. data.zip) or a directory. The default is to look for data.zip in the directory where xrick is run from.
Set data archive to <data>. <data> must be a zipped file (i.e. data.zip) or a directory. The default is to look for data.zip in the directory where XRick is run from.
+ +

@@ -237,9 +237,9 @@ index 0000000..cc4a2b4 +fire + upFires a bullet +fire + downLights a stick of dynamite (run for cover!) + -+

You can redefine the control keys if you start xrick from Terminal by using the -keys option.
++

You can redefine the control keys if you start XRick from Terminal by using the -keys option.
+It's a fixed sequence of the five control keys: <left>-<right>-<up>-<down>-<fire>.
-+For example, xrick -keys f-g-u-h-space will set F / G for left/right, U / H for up/down and Space for "fire".
++For example, XRick -keys f-g-u-h-space will set F / G for left/right, U / H for up/down and Space for "fire".
+The Keycodes table at the bottom of this page contains a complete list of all valid keycodes.

+ +

@@ -368,7 +368,7 @@ index 0000000..cc4a2b4 +

+index +Acknowlegdements

-+

xrick was developed and is maintained by Bigorno.net. Big chunks of this ReadMe were lifted from their website with permission. Thanks for the nice game, guys!

++

XRick was developed and is maintained by Bigorno.net. Big chunks of this ReadMe were lifted from their website with permission. Thanks for the nice game, guys!

+ +


+ @@ -692,8 +692,8 @@ index 0000000..6d691eb + + internal = 0, + -+ short_info = "xrick is a clone of Rick Dangerous", -+ long_info = "xrick is a clone of Rick Dangerous." ++ short_info = "XRick is a clone of Rick Dangerous", ++ long_info = "XRick is a clone of Rick Dangerous." +}; + +resource vector_icon { diff --git a/games-arcade/xrick/xrick-021212.recipe b/games-arcade/xrick/xrick-021212.recipe index 4fcc3c5db..13061da70 100644 --- a/games-arcade/xrick/xrick-021212.recipe +++ b/games-arcade/xrick/xrick-021212.recipe @@ -1,4 +1,4 @@ -SUMMARY="xrick is a clone of Rick Dangerous." +SUMMARY="XRick is a clone of Rick Dangerous." HOMEPAGE="http://www.bigorno.net/xrick" LICENSE="xrick" COPYRIGHT="2000-2006 Bigorno.net" @@ -11,7 +11,6 @@ PROVIDES=" xrick = $portVersion app:xrick = $portVersion " - REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion lib:libsdl$secondaryArchSuffix @@ -40,11 +39,11 @@ BUILD() INSTALL() { mkdir -p $appsDir/XRick - cp xrick $appsDir/XRick + cp xrick $appsDir/XRick/XRick cp data.zip $appsDir/XRick cp ReadMe $appsDir/XRick cp -r images $appsDir/XRick - addAppDeskbarSymlink $appsDir/XRick/xrick "Rick Dangerous" + addAppDeskbarSymlink $appsDir/XRick/XRick } # ----- DESCRIPTION -----------------------------------------------------------