As libopie2_cvs doesn't depend on opie-pics we package ALL DeviceButton pictures in
authorHolger Freyther <zecke@selfish.org>
Mon, 23 Aug 2004 19:05:08 +0000 (19:05 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 23 Aug 2004 19:05:08 +0000 (19:05 +0000)
Opie Button Settings.
Feel free to package it in libopie2 and to not install ALL pictures ( I didn't know how to do it)

BKrev: 412a3fe4w5bfBWZOSRWtCkp2isxYtQ

opie-button-settings/opie-button-settings_cvs.oe

index fd512a2..5e14463 100644 (file)
@@ -17,6 +17,8 @@ inherit opie
 # FILES plugins/application/libbuttonsettings.so* bin/buttonsettings apps/Settings/Button.desktop pics/buttonsettings/*.png
 do_install() {
         install -d ${D}${palmtopdir}/pics/${APPNAME}/
+       install -d ${D}${palmtopdir}/pics/devicebuttons/
         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${WORKDIR}/pics/devicebuttons/*.png ${D}${palmtopdir}/pics/devicebuttons/
 }