diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 19:11:48 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 19:11:48 +0000 |
commit | 8c400c6a2fc0258a3446cc0e29219eb2a64c4447 (patch) | |
tree | ca32d8730d54734407a54147e5ad62d309ddff2d | |
parent | 3068dcca2a4fdb906c6a01d440a2251d7d0f2e99 (diff) |
supertux 0.1.2: Use .desktop/icon from gp2x port.
-rw-r--r-- | packages/supertux/supertux_0.1.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/supertux/supertux_0.1.2.bb b/packages/supertux/supertux_0.1.2.bb index 63c44a0b6c..3afa425f1a 100644 --- a/packages/supertux/supertux_0.1.2.bb +++ b/packages/supertux/supertux_0.1.2.bb @@ -3,7 +3,10 @@ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -PR = "r3" +PR = "r4" + +APPIMAGE = "${WORKDIR}/supertux.png" +APPDESKTOP = "${WORKDIR}/supertux.desktop" SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \ http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \ @@ -13,5 +16,3 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" EXTRA_OECONF = "--disable-opengl" inherit autotools sdl - -# FIXME: Add .desktop file for Opie/Qtopia |