diff options
author | Eugene Sandulenko | 2008-01-11 22:44:28 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-01-11 22:44:28 +0000 |
commit | d205129f2bd1c51791b73b619797cfe0b4723800 (patch) | |
tree | 4a181acc07ece066fae92c52b61b495b76b0b264 /dists | |
parent | 9c74480beb6d2b96095161d16eda7560afc700cc (diff) | |
download | scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.tar.gz scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.tar.bz2 scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.zip |
First part of Maemo port
svn-id: r30427
Diffstat (limited to 'dists')
-rw-r--r-- | dists/maemo/scummvm.desktop | 11 | ||||
-rw-r--r-- | dists/maemo/scummvm.wrapper | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dists/maemo/scummvm.desktop b/dists/maemo/scummvm.desktop new file mode 100644 index 0000000000..25a32727bb --- /dev/null +++ b/dists/maemo/scummvm.desktop @@ -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 diff --git a/dists/maemo/scummvm.wrapper b/dists/maemo/scummvm.wrapper new file mode 100644 index 0000000000..f3ab6508aa --- /dev/null +++ b/dists/maemo/scummvm.wrapper @@ -0,0 +1,6 @@ +#!/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} +exec ${0}.bin "$@" |