summaryrefslogtreecommitdiff
path: root/packages/opie-taskbar/opie-taskbar-images.inc
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-09-23 18:56:53 +0000
committerPhilip Balister <philip@balister.org>2007-09-23 18:56:53 +0000
commit6eaa762269d1e9a7428833af8ed2cc5ac8411b02 (patch)
tree32dd8fc2168777da0f15d310785b69a89d93e16d /packages/opie-taskbar/opie-taskbar-images.inc
parent21fc105960e4c0d0166765e1d758d92b48846d9c (diff)
parent4a1831550c3171e8018867fcbe87d228ee2cd39b (diff)
merge of '54a5d8fb4d7a6a20f8dd77f12f48946c8af71061'
and '7b5746140aa364c513fc814efde39c90df31234e'
Diffstat (limited to 'packages/opie-taskbar/opie-taskbar-images.inc')
-rw-r--r--packages/opie-taskbar/opie-taskbar-images.inc6
1 files changed, 3 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)