diff options
Diffstat (limited to 'backends/platform/maemo')
-rwxr-xr-x | backends/platform/maemo/debian/rules | 7 | ||||
-rw-r--r-- | backends/platform/maemo/debian/scummvm.dirs | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/backends/platform/maemo/debian/rules b/backends/platform/maemo/debian/rules index ab2da192b7..e0d59ad48c 100755 --- a/backends/platform/maemo/debian/rules +++ b/backends/platform/maemo/debian/rules @@ -21,14 +21,13 @@ install: build dh_testroot dh_clean dh_installdirs -# not as a service -# install -m0755 dists/maemo/scummvm.wrapper debian/scummvm/usr/games/scummvm -# install -m0644 dists/maemo/scummvm.desktop debian/scummvm/usr/share/applications/hildon # run as fake dbus-service to enable switching back to application from desktop via home key install -m0755 dists/maemo/scummvm.servicewrapper debian/scummvm/usr/games/scummvm install -m0644 dists/maemo/scummvm.servicedesktop debian/scummvm/usr/share/applications/hildon/scummvm.desktop install -m0644 dists/maemo/scummvm.service debian/scummvm/usr/share/dbus-1/services -# end of fake dbus service +# the following commented out lines are the alternative for not running scummvm as a fake service +# install -m0755 dists/maemo/scummvm.wrapper debian/scummvm/usr/games/scummvm +# install -m0644 dists/maemo/scummvm.desktop debian/scummvm/usr/share/applications/hildon install -m0644 dists/maemo/scummvm26.png debian/scummvm/usr/share/icons/hicolor/26x26/hildon/scummvm.png install -m0644 dists/maemo/scummvm40.png debian/scummvm/usr/share/icons/hicolor/40x40/hildon/scummvm.png install -m0644 dists/maemo/scummvm48.png debian/scummvm/usr/share/icons/hicolor/48x48/hildon/scummvm.png diff --git a/backends/platform/maemo/debian/scummvm.dirs b/backends/platform/maemo/debian/scummvm.dirs index 7ea790fa36..1a452dfbfc 100644 --- a/backends/platform/maemo/debian/scummvm.dirs +++ b/backends/platform/maemo/debian/scummvm.dirs @@ -5,4 +5,4 @@ usr/share/icons/hicolor/40x40/hildon usr/share/icons/hicolor/48x48/hildon usr/share/icons/hicolor/64x64/hildon usr/share/applications/hildon -usr/share/dbus-1/services
\ No newline at end of file +usr/share/dbus-1/services |