1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:57:35 +00:00

Ports: Add hotkeys for games system menu

This commit is contained in:
Hugh Davenport 2024-01-04 08:34:07 +13:00 committed by Andrew Kaster
parent d59707d1f2
commit 6272ee3104
52 changed files with 52 additions and 52 deletions

View file

@ -2,7 +2,7 @@
Demos=/res/icons/16x16/demos.png Demos=/res/icons/16x16/demos.png
Development=/res/icons/16x16/development.png Development=/res/icons/16x16/development.png
&Games=/res/icons/16x16/games.png &Games=/res/icons/16x16/games.png
Games/Puzzles=/res/icons/16x16/games.png &Games/Puzzles=/res/icons/16x16/games.png
Graphics=/res/icons/16x16/graphics.png Graphics=/res/icons/16x16/graphics.png
Internet=/res/icons/16x16/internet.png Internet=/res/icons/16x16/internet.png
Office=/res/icons/16x16/office.png Office=/res/icons/16x16/office.png

View file

@ -9,7 +9,7 @@ files=(
"https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/archive/refs/heads/master.zip#326de7622e5f83a83fce76e6032240157a9dde83c0d65319095c7e0b312af317" "https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/archive/refs/heads/master.zip#326de7622e5f83a83fce76e6032240157a9dde83c0d65319095c7e0b312af317"
) )
launcher_name="Another World" launcher_name="Another World"
launcher_category=Games launcher_category='&Games'
launcher_command="/opt/Another-World/raw --datapath=/opt/Another-World" launcher_command="/opt/Another-World/raw --datapath=/opt/Another-World"
configure() { configure() {

View file

@ -12,7 +12,7 @@ depends=(
'libopenal' 'libopenal'
) )
launcher_name='ClassiCube' launcher_name='ClassiCube'
launcher_category='Games' launcher_category='&Games'
launcher_workdir='/home/anon/Games/ClassiCube' launcher_workdir='/home/anon/Games/ClassiCube'
launcher_command='/usr/local/bin/ClassiCube' launcher_command='/usr/local/bin/ClassiCube'
icon_file='misc/CCicon.ico' icon_file='misc/CCicon.ico'

View file

@ -21,7 +21,7 @@ configopts=(
) )
launcher_name=RetroArch launcher_name=RetroArch
launcher_category=Games launcher_category='&Games'
launcher_command=/usr/local/bin/retroarch launcher_command=/usr/local/bin/retroarch
icon_file=media/retroarch.ico icon_file=media/retroarch.ico

View file

@ -15,7 +15,7 @@ files=(
"https://github.com/NagyD/SDLPoP/archive/${commitid}.zip#d18cae8541fb8cbcc374fd998316993d561429a83f92061bc0754337ada774c5" "https://github.com/NagyD/SDLPoP/archive/${commitid}.zip#d18cae8541fb8cbcc374fd998316993d561429a83f92061bc0754337ada774c5"
) )
launcher_name='Prince of Persia' launcher_name='Prince of Persia'
launcher_category='Games' launcher_category='&Games'
launcher_command='/opt/PrinceOfPersia/prince' launcher_command='/opt/PrinceOfPersia/prince'
icon_file='src/icon.ico' icon_file='src/icon.ico'

View file

@ -9,7 +9,7 @@ files=(
"https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp/archive/refs/heads/master.zip#fcacc15d3b5afccb3227f982d3e05f2cfeb198f0fffd008fdcda005cb7f87f91" "https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp/archive/refs/heads/master.zip#fcacc15d3b5afccb3227f982d3e05f2cfeb198f0fffd008fdcda005cb7f87f91"
) )
launcher_name="Super Mario" launcher_name="Super Mario"
launcher_category=Games launcher_category='&Games'
launcher_command=/opt/Super_Mario/uMario launcher_command=/opt/Super_Mario/uMario
configure() { configure() {

View file

@ -8,7 +8,7 @@ files=(
) )
workdir="${port}-${version}-src" workdir="${port}-${version}-src"
launcher_name='SuperTuxKart' launcher_name='SuperTuxKart'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/supertuxkart' launcher_command='/usr/local/bin/supertuxkart'
icon_file='data/supertuxkart_16.png' icon_file='data/supertuxkart_16.png'
depends=( depends=(

View file

@ -13,7 +13,7 @@ configopts=(
depends=("SDL2" "SDL2_mixer") depends=("SDL2" "SDL2_mixer")
icon_file='desktop_version/icon.ico' icon_file='desktop_version/icon.ico'
launcher_name='VVVVVV' launcher_name='VVVVVV'
launcher_category='Games' launcher_category='&Games'
launcher_command='/opt/VVVVVV/VVVVVV' launcher_command='/opt/VVVVVV/VVVVVV'
configure() { configure() {

View file

@ -9,7 +9,7 @@ depends=("scummvm")
bass_resource_path="/usr/local/share/games/${port}-${version}" bass_resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Beneath a Steel Sky" launcher_name="Beneath a Steel Sky"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${bass_resource_path} sky" launcher_command="/usr/local/bin/scummvm --path=${bass_resource_path} sky"
build() { build() {

View file

@ -13,7 +13,7 @@ makeopts+=(
'bin/brogue' 'bin/brogue'
) )
launcher_name='Brogue' launcher_name='Brogue'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/brogue' launcher_command='/usr/local/bin/brogue'
icon_file='bin/assets/icon.png' icon_file='bin/assets/icon.png'

View file

@ -14,7 +14,7 @@ depends=(
) )
workdir="nxengine-evo-b427ed7bcd403a4dbb07703fe0eb015c3350bbfc" workdir="nxengine-evo-b427ed7bcd403a4dbb07703fe0eb015c3350bbfc"
launcher_name='Cave Story' launcher_name='Cave Story'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/nxengine-evo' launcher_command='/usr/local/bin/nxengine-evo'
icon_file='platform/switch/icon.jpg' icon_file='platform/switch/icon.jpg'
useconfigure='true' useconfigure='true'

View file

@ -16,6 +16,6 @@ depends=(
) )
launcher_name='Chocolate Doom' launcher_name='Chocolate Doom'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/chocolate-doom' launcher_command='/usr/local/bin/chocolate-doom'
icon_file='data/doom.png' icon_file='data/doom.png'

View file

@ -12,7 +12,7 @@ files=(
"https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz#a1d313d49a39cb5ae3a1c675872712f9f871114a161c38cbe94ce78967825f87" "https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz#a1d313d49a39cb5ae3a1c675872712f9f871114a161c38cbe94ce78967825f87"
) )
launcher_name='cmatrix' launcher_name='cmatrix'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/cmatrix' launcher_command='/usr/local/bin/cmatrix'
launcher_run_in_terminal='true' launcher_run_in_terminal='true'

View file

@ -19,7 +19,7 @@ configopts=(
) )
install_dir='/opt/devilutionx' install_dir='/opt/devilutionx'
launcher_name='DevilutionX' launcher_name='DevilutionX'
launcher_category='Games' launcher_category='&Games'
launcher_command="${install_dir}/devilutionx" launcher_command="${install_dir}/devilutionx"
icon_file='Packaging/resources/icon_32.png' icon_file='Packaging/resources/icon_32.png'

View file

@ -19,5 +19,5 @@ installopts=(
'--file=Makefile.sdl' '--file=Makefile.sdl'
) )
launcher_name='Doom' launcher_name='Doom'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/doom' launcher_command='/usr/local/bin/doom'

View file

@ -24,7 +24,7 @@ depends=(
'SDL2_net' 'SDL2_net'
) )
launcher_name='DOSBox' launcher_name='DOSBox'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/dosbox' launcher_command='/usr/local/bin/dosbox'
icon_file='contrib/icons/dosbox-staging.ico' icon_file='contrib/icons/dosbox-staging.ico'

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Dráscula: The Vampire Strikes Back" launcher_name="Dráscula: The Vampire Strikes Back"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} drascula" launcher_command="/usr/local/bin/scummvm --path=${resource_path} drascula"
build() { build() {

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="DreamWeb" launcher_name="DreamWeb"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} dreamweb" launcher_command="/usr/local/bin/scummvm --path=${resource_path} dreamweb"
build() { build() {

View file

@ -9,7 +9,7 @@ files=(
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt") configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_net") depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_net")
launcher_name="DungeonRush" launcher_name="DungeonRush"
launcher_category=Games launcher_category='&Games'
launcher_command=/opt/DungeonRush/dungeon_rush launcher_command=/opt/DungeonRush/dungeon_rush
icon_file=dungeonrush.png icon_file=dungeonrush.png

View file

@ -27,6 +27,6 @@ install() {
} }
launcher_name='Flare' launcher_name='Flare'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/games/flare' launcher_command='/usr/local/games/flare'
icon_file='distribution/flare_logo_icon.png' icon_file='distribution/flare_logo_icon.png'

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Flight of the Amazon Queen" launcher_name="Flight of the Amazon Queen"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} queen" launcher_command="/usr/local/bin/scummvm --path=${resource_path} queen"
build() { build() {

View file

@ -10,6 +10,6 @@ files=(
) )
depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_gfx" "zstd" "libicu" "xz" "gettext" "curl") depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_gfx" "zstd" "libicu" "xz" "gettext" "curl")
launcher_name=Freeciv launcher_name=Freeciv
launcher_category=Games launcher_category='&Games'
launcher_command=/usr/local/bin/freeciv-sdl2 launcher_command=/usr/local/bin/freeciv-sdl2
icon_file=windows/client.ico icon_file=windows/client.ico

View file

@ -29,7 +29,7 @@ configopts=(
) )
launcher_name='FreeDink' launcher_name='FreeDink'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/freedink --software-rendering --truecolor --nosound' launcher_command='/usr/local/bin/freedink --software-rendering --truecolor --nosound'
icon_file='src/media/freedink.ico' icon_file='src/media/freedink.ico'

View file

@ -23,7 +23,7 @@ configopts=(
) )
icon_file='artwork/gemrb-logo.ico' icon_file='artwork/gemrb-logo.ico'
launcher_name='GemRB' launcher_name='GemRB'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/gemrb' launcher_command='/usr/local/bin/gemrb'
configure() { configure() {

View file

@ -14,6 +14,6 @@ configopts=(
"LIBS=-lm -lSDL_sound" "LIBS=-lm -lSDL_sound"
) )
launcher_name='GLTron' launcher_name='GLTron'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/gltron' launcher_command='/usr/local/bin/gltron'
icon_file='art/default/gltron.png' icon_file='art/default/gltron.png'

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="The Griffon Legend" launcher_name="The Griffon Legend"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} griffon" launcher_command="/usr/local/bin/scummvm --path=${resource_path} griffon"
build() { build() {

View file

@ -9,7 +9,7 @@ files=(
"https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz#b010c94ed400e44508f43706aeea68b82615c6ad22d2b1b892e8d6201d97503d" "https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz#b010c94ed400e44508f43706aeea68b82615c6ad22d2b1b892e8d6201d97503d"
) )
launcher_name='Half-Life' launcher_name='Half-Life'
launcher_category='Games' launcher_category='&Games'
launcher_command='sh /home/anon/Games/halflife/hl.sh' launcher_command='sh /home/anon/Games/halflife/hl.sh'
export PKG_CONFIG_PATH="${SERENITY_INSTALL_ROOT}/usr/local/lib/pkgconfig" export PKG_CONFIG_PATH="${SERENITY_INSTALL_ROOT}/usr/local/lib/pkgconfig"

View file

@ -13,7 +13,7 @@ files=(
"https://github.com/hatari/hatari/archive/refs/tags/v${version}.tar.gz#68c5edbe60db7a83e6e9b427eaac1136b62653846d64e415850e88d9a6a2cbc2" "https://github.com/hatari/hatari/archive/refs/tags/v${version}.tar.gz#68c5edbe60db7a83e6e9b427eaac1136b62653846d64e415850e88d9a6a2cbc2"
) )
launcher_name='Hatari' launcher_name='Hatari'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/hatari' launcher_command='/usr/local/bin/hatari'
icon_file='share/icons/hicolor/32x32/apps/hatari.png' icon_file='share/icons/hicolor/32x32/apps/hatari.png'

View file

@ -12,7 +12,7 @@ makeopts+=(
'SERENITY=1' 'SERENITY=1'
) )
launcher_name='Jagged Alliance 2' launcher_name='Jagged Alliance 2'
launcher_category='Games' launcher_category='&Games'
launcher_command='/opt/ja2/ja2' launcher_command='/opt/ja2/ja2'
icon_file='Build/Res/jagged3.ico' icon_file='Build/Res/jagged3.ico'

View file

@ -4,7 +4,7 @@ version='41cd46bc00633e7457d07d88c8add9f99a7d9d41'
workdir="jfduke3d-${version}" workdir="jfduke3d-${version}"
install_dir='/usr/local/share/games/jfduke3d' install_dir='/usr/local/share/games/jfduke3d'
launcher_name='Duke Nukem 3D' launcher_name='Duke Nukem 3D'
launcher_category='Games' launcher_category='&Games'
launcher_command="${install_dir}/duke3d" launcher_command="${install_dir}/duke3d"
icon_file='rsrc/game_icon.ico' icon_file='rsrc/game_icon.ico'
depends=( depends=(

View file

@ -15,7 +15,7 @@ configopts=(
) )
data_dir='/home/anon/Games/julius' data_dir='/home/anon/Games/julius'
launcher_name='Julius' launcher_name='Julius'
launcher_category='Games' launcher_category='&Games'
launcher_workdir="${data_dir}/" launcher_workdir="${data_dir}/"
launcher_command="/usr/local/bin/julius" launcher_command="/usr/local/bin/julius"
icon_file='res/julius_32.png' icon_file='res/julius_32.png'

View file

@ -10,7 +10,7 @@ workdir="lure"
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Lure of the Temptress" launcher_name="Lure of the Temptress"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} lure" launcher_command="/usr/local/bin/scummvm --path=${resource_path} lure"
build() { build() {

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Hi-Res Adventure #1: Mystery House" launcher_name="Hi-Res Adventure #1: Mystery House"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} hires1-apple2" launcher_command="/usr/local/bin/scummvm --path=${resource_path} hires1-apple2"
build() { build() {

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Nippon Safes Inc." launcher_name="Nippon Safes Inc."
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} nippon" launcher_command="/usr/local/bin/scummvm --path=${resource_path} nippon"
build() { build() {

View file

@ -7,6 +7,6 @@ files=(
"https://github.com/klange/nyancat/archive/${commit_hash}.tar.gz#d9c3ea82ce59f0d7db86db9e8a626f8f8fa2fbd9544104557e4c59a31893ca31" "https://github.com/klange/nyancat/archive/${commit_hash}.tar.gz#d9c3ea82ce59f0d7db86db9e8a626f8f8fa2fbd9544104557e4c59a31893ca31"
) )
launcher_name='Nyancat' launcher_name='Nyancat'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/nyancat' launcher_command='/usr/local/bin/nyancat'
launcher_run_in_terminal='true' launcher_run_in_terminal='true'

View file

@ -25,7 +25,7 @@ useconfigure='true'
workdir="OpenRCT2-${version}" workdir="OpenRCT2-${version}"
icon_file='resources/logo/icon_x16.png' icon_file='resources/logo/icon_x16.png'
launcher_name='OpenRCT2' launcher_name='OpenRCT2'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/openrct2' launcher_command='/usr/local/bin/openrct2'
configure() { configure() {

View file

@ -19,7 +19,7 @@ configopts=(
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
) )
launcher_name='OpenTTD' launcher_name='OpenTTD'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/games/openttd' launcher_command='/usr/local/games/openttd'
icon_file='media/openttd.32.png' icon_file='media/openttd.32.png'

View file

@ -16,7 +16,7 @@ depends=(
) )
launcher_name='OpenTyrian' launcher_name='OpenTyrian'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/opentyrian' launcher_command='/usr/local/bin/opentyrian'
icon_file='linux/icons/tyrian-128.png' icon_file='linux/icons/tyrian-128.png'

View file

@ -9,7 +9,7 @@ files=(
"https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz#0cf2cb120c3e350d05233cc718126436e68f4f2f1289c1f31623a4c8aef419eb" "https://github.com/FWGS/hlsdk-portable/archive/${_hlsdk_commit}.tar.gz#0cf2cb120c3e350d05233cc718126436e68f4f2f1289c1f31623a4c8aef419eb"
) )
launcher_name='Half-Life: Opposing Force' launcher_name='Half-Life: Opposing Force'
launcher_category='Games' launcher_category='&Games'
launcher_command='sh /home/anon/Games/halflife/opfor.sh' launcher_command='sh /home/anon/Games/halflife/opfor.sh'
configure() { configure() {

View file

@ -17,7 +17,7 @@ configopts=(
use_fresh_config_sub='true' use_fresh_config_sub='true'
config_sub_paths=('config.sub') config_sub_paths=('config.sub')
launcher_name='Pacman' launcher_name='Pacman'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/pacman' launcher_command='/usr/local/bin/pacman'
icon_file='data/gfx/pacman_desktop.png' icon_file='data/gfx/pacman_desktop.png'

View file

@ -10,7 +10,7 @@ files=(
workdir="The-Powder-Toy-${version}" workdir="The-Powder-Toy-${version}"
launcher_name="The Powder Toy" launcher_name="The Powder Toy"
icon_file="resources/icon.ico" icon_file="resources/icon.ico"
launcher_category="Games" launcher_category="&Games"
launcher_command="/usr/local/bin/powder" launcher_command="/usr/local/bin/powder"
launcher_run_in_terminal=false launcher_run_in_terminal=false

View file

@ -28,7 +28,7 @@ configopts=(
) )
launcher_name='PrBoom+' launcher_name='PrBoom+'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/prboom-plus -vidmode gl' launcher_command='/usr/local/bin/prboom-plus -vidmode gl'
icon_file='ICONS/prboom-plus.ico' icon_file='ICONS/prboom-plus.ico'

View file

@ -15,6 +15,6 @@ depends=(
'SDL2' 'SDL2'
) )
launcher_name='Quake' launcher_name='Quake'
launcher_category='Games' launcher_category='&Games'
launcher_command='/bin/quake' launcher_command='/bin/quake'
icon_file='quake.png' icon_file='quake.png'

View file

@ -15,7 +15,7 @@ configopts=(
) )
depends=('SDL2') depends=('SDL2')
launcher_name='Quake II' launcher_name='Quake II'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/quake2' launcher_command='/usr/local/bin/quake2'
icon_file='docs/quake2.gif' icon_file='docs/quake2.gif'

View file

@ -9,7 +9,7 @@ files=(
workdir="ioq3-${commit_hash}" workdir="ioq3-${commit_hash}"
depends=("SDL2") depends=("SDL2")
launcher_name="Quake III Arena" launcher_name="Quake III Arena"
launcher_category="Games" launcher_category="&Games"
launcher_command=/usr/local/games/quake3/ioquake3 launcher_command=/usr/local/games/quake3/ioquake3
icon_file="misc/quake3.png" icon_file="misc/quake3.png"

View file

@ -21,7 +21,7 @@ configopts=(
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
) )
launcher_name='ScummVM' launcher_name='ScummVM'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/scummvm' launcher_command='/usr/local/bin/scummvm'
icon_file='icons/scummvm.ico' icon_file='icons/scummvm.ico'

View file

@ -13,7 +13,7 @@ depends=(
workdir="SeriousSamClassic-${version}" workdir="SeriousSamClassic-${version}"
launcher_name='Serious Sam - The First Encounter' launcher_name='Serious Sam - The First Encounter'
launcher_category='Games' launcher_category='&Games'
launcher_command="/usr/local/bin/serioussam" launcher_command="/usr/local/bin/serioussam"
icon_file='SamTFE/Sources/SeriousSam/res/SeriousSam.ico' icon_file='SamTFE/Sources/SeriousSam/res/SeriousSam.ico'

View file

@ -10,7 +10,7 @@ workdir="${port}-en-v${version}"
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Sfinx" launcher_name="Sfinx"
launcher_category=Games launcher_category="&Games"
launcher_command="/usr/local/bin/scummvm --path=${resource_path} sfinx" launcher_command="/usr/local/bin/scummvm --path=${resource_path} sfinx"
build() { build() {

View file

@ -9,7 +9,7 @@ depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}" resource_path="/usr/local/share/games/${port}-${version}"
launcher_name="Soltys" launcher_name="Soltys"
launcher_category=Games launcher_category='&Games'
launcher_command="/usr/local/bin/scummvm --path=${resource_path} soltys" launcher_command="/usr/local/bin/scummvm --path=${resource_path} soltys"
build() { build() {

View file

@ -16,7 +16,7 @@ install() {
run make install run make install
for puzzle in bridges cube dominosa fifteen filling flip flood galaxies guess inertia keen lightup loopy magnets map mines mosaic net netslide palisade pattern pearl pegs range rect samegame signpost singles sixteen slant solo tents towers tracks twiddle undead unequal unruly untangle; do for puzzle in bridges cube dominosa fifteen filling flip flood galaxies guess inertia keen lightup loopy magnets map mines mosaic net netslide palisade pattern pearl pegs range rect samegame signpost singles sixteen slant solo tents towers tracks twiddle undead unequal unruly untangle; do
install_launcher "$puzzle" "Games/Puzzles" "/usr/local/bin/$puzzle" "" install_launcher "$puzzle" "&Games/Puzzles" "/usr/local/bin/$puzzle" ""
install_icon "static-icons/${puzzle}.ico" "/usr/local/bin/$puzzle" install_icon "static-icons/${puzzle}.ico" "/usr/local/bin/$puzzle"
done done
} }

View file

@ -15,7 +15,7 @@ configopts=(
"--without-x" "--without-x"
) )
launcher_name="Tux Racer" launcher_name="Tux Racer"
launcher_category="Games" launcher_category="&Games"
launcher_command="/usr/local/bin/tuxracer" launcher_command="/usr/local/bin/tuxracer"
# isnan() is a macro -> not linkable # isnan() is a macro -> not linkable

View file

@ -11,7 +11,7 @@ configopts=(
'--without-network' '--without-network'
) )
launcher_name='vitetris' launcher_name='vitetris'
launcher_category='Games' launcher_category='&Games'
launcher_command='/usr/local/bin/tetris' launcher_command='/usr/local/bin/tetris'
launcher_run_in_terminal='true' launcher_run_in_terminal='true'