[oe-commits] org.oe.dev supertux 0.1.2: Use sdl.bbclass, add icon.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 12 00:36:25 UTC 2008


supertux 0.1.2: Use sdl.bbclass, add icon.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 841845db4cfff04ccff4ec075f181561fb3ad63f
ViewMTN: http://monotone.openembedded.org/revision/info/841845db4cfff04ccff4ec075f181561fb3ad63f
Files:
1
packages/supertux/files
packages/supertux/files/supertux.png
packages/supertux/supertux_0.1.2.bb
mtn:manual_merge
true
Diffs:

#
# mt diff -r186fc140e191cd93144da0723df64426bf4106f2 -r841845db4cfff04ccff4ec075f181561fb3ad63f
#
# 
# 
# add_dir "packages/supertux/files"
# 
# add_file "packages/supertux/files/supertux.png"
#  content [daa562a438fed2ba9a887bdc0f6e98b0b024d5e4]
# 
# patch "packages/supertux/supertux_0.1.2.bb"
#  from [12d13fa1dc913ca88c429f0d90490f3735b10534]
#    to [710259857ec8d40cec2249206236924a3d8eb42c]
# 
#   set "packages/supertux/files/supertux.png"
#  attr "mtn:manual_merge"
# value "true"
# 
============================================================
# packages/supertux/files/supertux.png is binary
============================================================
--- packages/supertux/supertux_0.1.2.bb	12d13fa1dc913ca88c429f0d90490f3735b10534
+++ packages/supertux/supertux_0.1.2.bb	710259857ec8d40cec2249206236924a3d8eb42c
@@ -1,16 +1,16 @@
-DESCRIPTION = "SuperTux is a classic 2D jump'n run sidescroller game \
+DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \
 in a style similar to the original SuperMario games."
 SECTION = "games"
 PRIORITY = "optional"
-DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 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"
+           http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \
+	   file://supertux.png"
 
 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
-inherit autotools
+inherit autotools sdl
 
 # FIXME: Add .desktop file for Opie/Qtopia






More information about the Openembedded-commits mailing list