diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:34:27 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:34:27 +0000 |
commit | 1c259e381f897d199abc66f6237aeb8542779468 (patch) | |
tree | e80f8a6432af8709f2016979cd8186fcd3b9c226 /packages | |
parent | 84892239fb7fa415e6768a33c22b28d907cff8ef (diff) |
opie-taskbar-images: Add recent CVS snapshot to het 320x480 images.
* Based on the patch by Marek Vasut.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images.inc | 6 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images_1.2.3+cvs20070922.bb | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 769b5ff2c0..2eac502751 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -18,7 +18,7 @@ PIXMAP_SIZE_asus730 = "-480x640" PIXMAP_SIZE_htcuniversal= "-480x640" PIXMAP_SIZE_hx4700 = "-480x640" -PACKAGES = "${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" +PACKAGES = "${PN}-320x480 ${PN}-480x320 ${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" do_install() { install -d ${D}${palmtopdir}/pics/launcher @@ -31,7 +31,7 @@ do_install() { 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 480x640 640x480 800x600; do + for res in 320x480 480x320 480x640 640x480 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 @@ -41,7 +41,7 @@ do_install() { } python do_package_prepend () { - reslist = ['240x320','320x240', '320x320', '480x640','640x480', '800x600','600x800'] + reslist = ['240x320','320x240', '320x320', '320x480', '480x320', '480x640','640x480', '800x600','600x800'] dir = bb.data.expand('${palmtopdir}/pics/launcher/', d) ft = bb.data.expand('${palmtopdir}/pics/*/*-%s.*', d) pn = bb.data.getVar('PN', d, 1) diff --git a/packages/opie-taskbar/opie-taskbar-images_1.2.3+cvs20070922.bb b/packages/opie-taskbar/opie-taskbar-images_1.2.3+cvs20070922.bb new file mode 100644 index 0000000000..0905cd5fe3 --- /dev/null +++ b/packages/opie-taskbar/opie-taskbar-images_1.2.3+cvs20070922.bb @@ -0,0 +1,5 @@ +require ${PN}.inc +PR = "r0" +SRCDATE = "20070922" + +SRC_URI = "${HANDHELDS_CVS};module=opie/pics" |