diff options
author | Sergey Lapin <slapinid@gmail.com> | 2007-07-27 21:53:07 +0000 |
---|---|---|
committer | Sergey Lapin <slapinid@gmail.com> | 2007-07-27 21:53:07 +0000 |
commit | 1a78c97ede586276544211916b44d8467e60c3bf (patch) | |
tree | bbe5e2a24353d772cd5486c0564c1ab1e25954cd | |
parent | 3ec8407fcdcac93b491616a6f8e20c27ac789fad (diff) |
opie-taskbar-images: Added Opie backgrounds for devices with 320x320 screen.
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images.inc | 10 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images/firstuse-320x320.jpg | bin | 0 -> 16113 bytes | |||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images/opie-background-320x320.jpg | bin | 0 -> 7807 bytes | |||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images_1.2.3.bb | 2 | ||||
-rw-r--r-- | packages/opie-taskbar/opie-taskbar-images_cvs.bb | 2 |
6 files changed, 8 insertions, 6 deletions
diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 576220d2f0..769b5ff2c0 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -18,18 +18,20 @@ 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" +PACKAGES = "${PN}-480x640 ${PN}-640x480 ${PN}-800x600 ${PN}-600x800 ${PN}-320x240 ${PN}-240x320 ${PN}-320x320" 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 480x640 640x480 800x600 ; do + for res in 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 @@ -39,7 +41,7 @@ do_install() { } python do_package_prepend () { - reslist = ['240x320','320x240', '480x640','640x480', '800x600','600x800'] + reslist = ['240x320','320x240', '320x320', '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/.mtn2git_empty b/packages/opie-taskbar/opie-taskbar-images/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/opie-taskbar/opie-taskbar-images/.mtn2git_empty diff --git a/packages/opie-taskbar/opie-taskbar-images/firstuse-320x320.jpg b/packages/opie-taskbar/opie-taskbar-images/firstuse-320x320.jpg Binary files differnew file mode 100644 index 0000000000..67523f1291 --- /dev/null +++ b/packages/opie-taskbar/opie-taskbar-images/firstuse-320x320.jpg diff --git a/packages/opie-taskbar/opie-taskbar-images/opie-background-320x320.jpg b/packages/opie-taskbar/opie-taskbar-images/opie-background-320x320.jpg Binary files differnew file mode 100644 index 0000000000..194816f1e1 --- /dev/null +++ b/packages/opie-taskbar/opie-taskbar-images/opie-background-320x320.jpg diff --git a/packages/opie-taskbar/opie-taskbar-images_1.2.3.bb b/packages/opie-taskbar/opie-taskbar-images_1.2.3.bb index 85bf14375c..0c5b93780d 100644 --- a/packages/opie-taskbar/opie-taskbar-images_1.2.3.bb +++ b/packages/opie-taskbar/opie-taskbar-images_1.2.3.bb @@ -1,5 +1,5 @@ require ${PN}.inc -PR = "r0" +PR = "r1" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" diff --git a/packages/opie-taskbar/opie-taskbar-images_cvs.bb b/packages/opie-taskbar/opie-taskbar-images_cvs.bb index 33588d9e12..ff7ea9e17b 100644 --- a/packages/opie-taskbar/opie-taskbar-images_cvs.bb +++ b/packages/opie-taskbar/opie-taskbar-images_cvs.bb @@ -1,5 +1,5 @@ require ${PN}.inc PV = "${OPIE_CVS_PV}" -PR = "r5" +PR = "r6" SRC_URI = "${HANDHELDS_CVS};module=opie/pics" |