diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-20 22:36:13 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-20 22:36:13 +0000 |
commit | d523b7b1febdde47a21f5908a78fe7dd222bd3e4 (patch) | |
tree | bc7ad2e05fae10abb53384f09251a76d73e6eb60 /packages/kobodeluxe/kobodeluxe_0.5.1.bb | |
parent | 6836f43ea4f5dffc94d623c01cf3c39b56af8eef (diff) |
kobodeluxe: Added desktop icon and make recipe use that.
Diffstat (limited to 'packages/kobodeluxe/kobodeluxe_0.5.1.bb')
-rw-r--r-- | packages/kobodeluxe/kobodeluxe_0.5.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/kobodeluxe/kobodeluxe_0.5.1.bb b/packages/kobodeluxe/kobodeluxe_0.5.1.bb index cc3f85bd19..b2257207ab 100644 --- a/packages/kobodeluxe/kobodeluxe_0.5.1.bb +++ b/packages/kobodeluxe/kobodeluxe_0.5.1.bb @@ -5,13 +5,14 @@ LICENSE = "GPL" AUTHOR = "David Olofson <david@olofson.net>" HOMEPAGE = "http://olofson.net/kobodl" -PR = "r3" +PR = "r4" DEPENDS = "libsdl-image virtual/libsdl" RDEPENDS_${PN} = "${PN}-data" SRC_URI = "http://olofson.net/kobodl/download/KoboDeluxe-${PV}.tar.bz2 \ + file://fighter-48.xpm \ file://debian-kobo.patch;patch=1 \ file://kobodeluxe-putenv.patch;patch=1 \ file://kobodeluxe-sysconf-support.patch;patch=1 \ @@ -22,12 +23,14 @@ SRC_URI = "http://olofson.net/kobodl/download/KoboDeluxe-${PV}.tar.bz2 \ S = "${WORKDIR}/KoboDeluxe-${PV}" -inherit autotools +inherit autotools sdl -export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" +APPIMAGE = "${WORKDIR}/fighter-48.xpm" EXTRA_OECONF = "--disable-opengl --disable-sdltest --enable-touchscreen" +export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" + do_configure_prepend() { sed -i \ -e "s|width WIDTH_HERE|width ${MACHINE_DISPLAY_WIDTH_PIXELS}|" \ |