diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-26 13:18:06 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-26 13:18:06 +0000 |
commit | 8c75d047c55874827cd4aa3534472ae62638fa11 (patch) | |
tree | a54c681b208867833d7b559231cf86fa49a0d54a | |
parent | 3d5a7520e186e6ac84c4c5d7b26d1a6014d3c2f9 (diff) |
opie-taskbar-images: add more resolution and other info for palm devices. Closes 2721.
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images.inc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 7ec97bc56c..376d9c3c80 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -19,6 +19,15 @@ PIXMAP_SIZE_simpad = "-800x600" PIXMAP_SIZE_asus730 = "-480x640" PIXMAP_SIZE_htcuniversal= "-480x640" PIXMAP_SIZE_hx4700 = "-480x640" +PIXMAP_SIZE_palmz31 = "-160x160" +PIXMAP_SIZE_palmz71 = "-320x320" +PIXMAP_SIZE_palmz72 = "-320x320" +PIXMAP_SIZE_palmt650 = "-320x320" +PIXMAP_SIZE_palmt680 = "-320x320" +PIXMAP_SIZE_palmt3 = "-320x480" +PIXMAP_SIZE_palmt5 = "-320x480" +PIXMAP_SIZE_palmtx = "-320x480" +PIXMAP_SIZE_palmld = "-320x480" do_configure() { : @@ -27,21 +36,13 @@ do_configure() { do_install() { install -d ${D}${palmtopdir}/pics/launcher - install -m 0644 ${FILESDIR}/firstuse-320x320.jpg ${D}${palmtopdir}/pics/launcher/firstuse-320x320.jpg - install -m 0644 ${FILESDIR}/opie-background-320x320.jpg ${D}${palmtopdir}/pics/launcher/opie-background-320x320.jpg install -m 0644 ${WORKDIR}/pics/launcher/firstuse.jpg ${D}${palmtopdir}/pics/launcher/firstuse-240x320.jpg install -m 0644 ${WORKDIR}/pics/launcher/opie-background.jpg ${D}${palmtopdir}/pics/launcher/opie-background-240x320.jpg - # TODO: those should be correct images for the resolution: - install -m 0644 ${WORKDIR}/pics/launcher/firstuse.jpg ${D}${palmtopdir}/pics/launcher/firstuse-320x240.jpg - install -m 0644 ${WORKDIR}/pics/launcher/opie-background.jpg ${D}${palmtopdir}/pics/launcher/opie-background-320x240.jpg - for res in 320x480 480x320 480x640 640x480 800x600; do + for res in 320x240 240x320 320x320 320x480 480x320 480x640 640x480 600x800 800x600; do install -m 0644 ${WORKDIR}/pics/launcher/firstuse-${res}.jpg ${D}${palmtopdir}/pics/launcher/firstuse-${res}.jpg install -m 0644 ${WORKDIR}/pics/launcher/opie-background-${res}.jpg ${D}${palmtopdir}/pics/launcher/opie-background-${res}.jpg done - # TODO: those should be correct images for the resoltion: - install -m 0644 ${WORKDIR}/pics/launcher/firstuse-800x600.jpg ${D}${palmtopdir}/pics/launcher/firstuse-600x800.jpg - install -m 0644 ${WORKDIR}/pics/launcher/opie-background-800x600.jpg ${D}${palmtopdir}/pics/launcher/opie-background-600x800.jpg } python do_package_prepend () { |