Initial commit
This commit is contained in:
BIN
dists/maemo/am-icon-48.png
Normal file
BIN
dists/maemo/am-icon-48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
11
dists/maemo/scummvm.desktop
Normal file
11
dists/maemo/scummvm.desktop
Normal 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
BIN
dists/maemo/scummvm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
3
dists/maemo/scummvm.service
Normal file
3
dists/maemo/scummvm.service
Normal file
@@ -0,0 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name=com.nokia.scummvm
|
||||
Exec=/usr/games/scummvm
|
||||
13
dists/maemo/scummvm.servicedesktop
Normal file
13
dists/maemo/scummvm.servicedesktop
Normal 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
|
||||
11
dists/maemo/scummvm.servicewrapper
Normal file
11
dists/maemo/scummvm.servicewrapper
Normal 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 "$@"
|
||||
9
dists/maemo/scummvm.wrapper
Normal file
9
dists/maemo/scummvm.wrapper
Normal 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
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
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
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
BIN
dists/maemo/scummvm64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
Reference in New Issue
Block a user