Initial commit

This commit is contained in:
2026-02-02 04:50:13 +01:00
commit 5b11698731
22592 changed files with 7677434 additions and 0 deletions

BIN
dists/maemo/am-icon-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=ScummVM
Exec=/usr/games/scummvm
Icon=scummvm
X-Icon-path=/usr/share/icons
X-Window-Icon=scummvm
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

BIN
dists/maemo/scummvm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,3 @@
[D-BUS Service]
Name=com.nokia.scummvm
Exec=/usr/games/scummvm

View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=ScummVM
Exec=/usr/games/scummvm
Icon=scummvm
X-Icon-path=/usr/share/icons
X-Window-Icon=scummvm
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
X-Osso-Service=scummvm
StartupWMClass=scummvm

View File

@@ -0,0 +1,11 @@
#!/bin/sh
# wrapper for proper WM_CLASS name in SDL apps (needed for icon in taskbar)
#BASEDIR=`dirname $0`
BASENAME=`basename $0`
export SDL_VIDEO_X11_WMCLASS=${BASENAME}
export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_version)
# no exec, we are really not a d-bus service
# we need to run scummvm with a different pid so hildon-desktop will kill the wrapper, not scummvm
[ -x ${0}.bin ] && ${0}.bin "$@"
# optified binary
[ -x /opt/scummvm/bin/scummvm ] && /opt/scummvm/bin/scummvm "$@"

View File

@@ -0,0 +1,9 @@
#!/bin/sh
# wrapper for proper WM_CLASS name in SDL apps (needed for icon in taskbar)
#BASEDIR=`dirname $0`
BASENAME=`basename $0`
export SDL_VIDEO_X11_WMCLASS=${BASENAME}
export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_version)
[ -x ${0}.bin ] && exec ${0}.bin "$@"
# optified binary
[ -x /opt/scummvm/bin/scummvm ] && exec /opt/scummvm/bin/scummvm "$@"

BIN
dists/maemo/scummvm26.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
dists/maemo/scummvm40.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
dists/maemo/scummvm48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
dists/maemo/scummvm64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB