# HG changeset patch # User Pascal Bellard # Date 1663839604 0 # Node ID 002a704d9c0201df7a59ad05fc8e7a07e70d8f21 # Parent 78727b04c00275cbf105e820de76a2ad2e3460af oldrunner: update man diff -r 78727b04c002 -r 002a704d9c02 dex2jar/receipt --- a/dex2jar/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/dex2jar/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Tools to work with android .dex and java .class files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" -WEB_SITE="https://sourceforge.net/projects/dex2jar/" +WEB_SITE="https://sourceforge.net/projects/dex2jar" TARBALL="$PACKAGE-$VERSION.zip" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 78727b04c002 -r 002a704d9c02 elilo/receipt --- a/elilo/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/elilo/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="The EFI linux boot loader." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/elilo/" +WEB_SITE="https://sourceforge.net/projects/elilo" TARBALL="$PACKAGE-$VERSION-all.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 78727b04c002 -r 002a704d9c02 gutenprint-dev/receipt --- a/gutenprint-dev/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/gutenprint-dev/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Gutenprint development files." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/gimp-print/" +WEB_SITE="http://gimp-print.sourceforge.net/" DEPENDS="gutenprint pkg-config" WANTED="gutenprint" diff -r 78727b04c002 -r 002a704d9c02 gutenprint-lang/receipt --- a/gutenprint-lang/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/gutenprint-lang/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Top quality drivers for Canon and Epson printers - localised messages." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/gimp-print/" +WEB_SITE="http://gimp-print.sourceforge.net/" WANTED="gutenprint" diff -r 78727b04c002 -r 002a704d9c02 gutenprint/receipt --- a/gutenprint/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/gutenprint/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Top quality drivers for Canon and Epson printers." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://sourceforge.net/projects/gimp-print/" +WEB_SITE="http://gimp-print.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" diff -r 78727b04c002 -r 002a704d9c02 oldrunner/receipt --- a/oldrunner/receipt Thu Sep 22 07:58:57 2022 +0000 +++ b/oldrunner/receipt Thu Sep 22 09:40:04 2022 +0000 @@ -36,5 +36,6 @@ mkdir -p $fs/usr/share $fs/usr/bin $install/usr/man cp -a $src/levels $fs/usr/share/oldrunner cp $src/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE + chown -R root.root $fs/usr cp $src/oldrunner.6 $install/usr/man } diff -r 78727b04c002 -r 002a704d9c02 oldrunner/stuff/remap.u --- a/oldrunner/stuff/remap.u Thu Sep 22 07:58:57 2022 +0000 +++ b/oldrunner/stuff/remap.u Thu Sep 22 09:40:04 2022 +0000 @@ -80,3 +80,24 @@ { case ORKEY_EXIT: return; +--- oldrunner.6 2012-01-31 15:04:21.000000000 +0000 ++++ oldrunner.6 2022-09-22 08:22:18.940247242 +0000 +@@ -34,7 +34,7 @@ + Oldrunner \- Broderbund's Loderunner remake + .SH SYNOPSIS + .B "oldrunner " +-[\fB-v\fP] [\fB-l\fP<\fInum\fP>] ++[\fB-v\fP] [\fB-a\fP] [\fB-l\fP<\fInum\fP>] + .SH DESCRIPTION + Oldrunner is a remake of Broderbund's Loderunner which contains the + 150 original game levels. In order to win a level, the player '\fB@\fP' +@@ -53,6 +53,9 @@ + \fB-l\fP + Start the game at level number \fInum\fP. + .TP ++\fB-a\fP ++Use Apple II keys mapping: j,l,i,k for the moves and u,o to dig. ++.TP + \fB-v\fP + Display oldrunner version and exit. + .SH CONFIGURATION