mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Renaming "xrick" to "XRick". Use "XRick" for the Deskbar as well.
This commit is contained in:
@@ -174,7 +174,7 @@ index 0000000..cc4a2b4
|
||||
+<hr />
|
||||
+<p><br /></p>
|
||||
+<p>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.</p>
|
||||
+<p><tt>xrick</tt> is a clone of Rick Dangerous, known to run on Linux, Windows, BeOs, Haiku, Amiga, QNX, and all sorts of gaming consoles...</p>
|
||||
+<p><tt>XRick</tt> is a clone of Rick Dangerous, known to run on Linux, Windows, BeOs, Haiku, Amiga, QNX, and all sorts of gaming consoles...</p>
|
||||
+<p>If you want to read more about Rick Dangerous, you may want to visit <a href="http://www.rickdangerous.co.uk/">Rick Dangerous Resurrected</a> (english) or <a href="http://rickdangerousforever.free.fr/">Rick Dangerous Forever</a> (french).</p>
|
||||
+
|
||||
+<h2>
|
||||
@@ -188,7 +188,7 @@ index 0000000..cc4a2b4
|
||||
+<h2>
|
||||
+<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
+<a id="usage" name="usage">Usage</a></h2>
|
||||
+<p>When started from Terminal <tt>xrick</tt> accepts several parameters:</p>
|
||||
+<p>When started from Terminal <tt>XRick</tt> accepts several parameters:</p>
|
||||
+<table cellpadding="2" cellspacing="1" border="0">
|
||||
+<tr>
|
||||
+ <td width="150"><code>-fullscreen</code></td>
|
||||
@@ -216,7 +216,7 @@ index 0000000..cc4a2b4
|
||||
+ <td>Play sounds at volume <code><vol></code>. <code><vol></code> must be an integer between 0 (silence) and 10 (max). The default is to play sound at maximal volume (10).</td></tr>
|
||||
+<tr>
|
||||
+ <td style="vertical-align:top"><code>-data <data></code></td>
|
||||
+ <td>Set data archive to <code><data></code>. <code><data></code> must be a zipped file (i.e. <code>data.zip</code>) or a directory. The default is to look for <code>data.zip</code> in the directory where <tt>xrick</tt> is run from.</td></tr>
|
||||
+ <td>Set data archive to <code><data></code>. <code><data></code> must be a zipped file (i.e. <code>data.zip</code>) or a directory. The default is to look for <code>data.zip</code> in the directory where <tt>XRick</tt> is run from.</td></tr>
|
||||
+</table>
|
||||
+
|
||||
+<h2>
|
||||
@@ -237,9 +237,9 @@ index 0000000..cc4a2b4
|
||||
+<tr><td><i>fire + up</i></td><td>Fires a bullet</td></tr>
|
||||
+<tr><td><i>fire + down</i></td><td>Lights a stick of dynamite (run for cover!)</td></tr>
|
||||
+</table>
|
||||
+<p>You can redefine the control keys if you start <tt>xrick</tt> from Terminal by using the <tt>-keys</tt> option.<br />
|
||||
+<p>You can redefine the control keys if you start <tt>XRick</tt> from Terminal by using the <tt>-keys</tt> option.<br />
|
||||
+It's a fixed sequence of the five control keys: <code><left>-<right>-<up>-<down>-<fire></code>.<br />
|
||||
+For example, <tt>xrick -keys f-g-u-h-space</tt> will set <span class="key">F</span> / <span class="key">G</span> for left/right, <span class="key">U</span> / <span class="key">H</span> for up/down and <span class="key">Space</span> for "fire".<br />
|
||||
+For example, <tt>XRick -keys f-g-u-h-space</tt> will set <span class="key">F</span> / <span class="key">G</span> for left/right, <span class="key">U</span> / <span class="key">H</span> for up/down and <span class="key">Space</span> for "fire".<br />
|
||||
+The <a href="#0.1_keycodes">Keycodes</a> table at the bottom of this page contains a complete list of all valid keycodes.</p>
|
||||
+
|
||||
+<h2>
|
||||
@@ -368,7 +368,7 @@ index 0000000..cc4a2b4
|
||||
+<h2>
|
||||
+<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
|
||||
+<a id="ack" name="ack">Acknowlegdements</a></h2>
|
||||
+<p><tt>xrick</tt> was developed and is maintained by <a href="http://www.bigorno.net/xrick" target="_blank">Bigorno.net</a>. Big chunks of this ReadMe were lifted from their website with permission. Thanks for the nice game, guys!</p>
|
||||
+<p><tt>XRick</tt> was developed and is maintained by <a href="http://www.bigorno.net/xrick" target="_blank">Bigorno.net</a>. Big chunks of this ReadMe were lifted from their website with permission. Thanks for the nice game, guys!</p>
|
||||
+
|
||||
+<p><br /></p>
|
||||
+
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user