Added: PND-Files for MiniMenu for common apps
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 8 Jun 2010 02:44:26 +0000 (04:44 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 8 Jun 2010 02:44:26 +0000 (04:44 +0200)
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/pandorascripts.pnd

index 4e9367e..3246fa8 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r25"
+PR = "r26"
 
 SRC_URI = " \
           file://op_bright.sh \
 
 SRC_URI = " \
           file://op_bright.sh \
@@ -14,7 +14,7 @@ SRC_URI = " \
           file://op_cpuspeed.sh \
 #          file://op_cpuspeed.desktop \          
           file://op_wifi.sh \
           file://op_cpuspeed.sh \
 #          file://op_cpuspeed.desktop \          
           file://op_wifi.sh \
-          file://op_wifi.desktop \          
+#          file://op_wifi.desktop \          
           file://op_bluetooth.sh \
           file://op_bluetooth-check.desktop \
           file://op_bluetooth.desktop \          
           file://op_bluetooth.sh \
           file://op_bluetooth-check.desktop \
           file://op_bluetooth.desktop \          
@@ -34,13 +34,26 @@ SRC_URI = " \
 #          file://op_usermanager.desktop \
           file://op_lcdsettings.sh \
 #          file://op_lcdsettings.desktop \
 #          file://op_usermanager.desktop \
           file://op_lcdsettings.sh \
 #          file://op_lcdsettings.desktop \
-          file://op_lcdrate.sh \
+           file://op_lcdrate.sh \
           file://op_nubmode.sh \
 #        file://op_nubmode.desktop \
           file://gui.conf \
           file://gamma.conf \
           file://op_env.sh \
           file://pandorascripts.pnd \
           file://op_nubmode.sh \
 #        file://op_nubmode.desktop \
           file://gui.conf \
           file://gamma.conf \
           file://op_env.sh \
           file://pandorascripts.pnd \
+         file://abiword.pnd \
+          file://arora.pnd \
+          file://claws-mail.pnd \
+          file://evince.pnd \
+          file://gigolo.pnd \
+          file://gnumeric.pnd \
+          file://midori.pnd \
+          file://mousepad.pnd \
+          file://pidgin.pnd \
+          file://ristretto.pnd \
+          file://squeeze.pnd \
+          file://thunar.pnd \
+          file://xchat.pnd \
 "
 
 do_install() {
 "
 
 do_install() {
@@ -58,13 +71,27 @@ do_install() {
           install -m 0755 ${WORKDIR}/op_lcdrate.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/
 
           install -m 0755 ${WORKDIR}/op_lcdrate.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/
 
-          install -d ${D}${prefix}/pandora/apps/
-          install -m 0755 ${WORKDIR}/pandorascripts.pnd ${D}${prefix}/pandora/apps/
+          install -d ${D}${prefix}/pandora/menu/
+          install -m 0755 ${WORKDIR}/pandorascripts.pnd ${D}${prefix}/pandora/menu/
+         install -d ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/abiword.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/arora.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/claws-mail.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/evince.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/gigolo.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/gnumeric.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/midori.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/mousepad.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/pidgin.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/ristretto.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/squeeze.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/thunar.pnd ${D}${prefix}/pandora/mmenu/
+          install -m 0755 ${WORKDIR}/xchat.pnd ${D}${prefix}/pandora/mmenu/
 
           install -d ${D}${datadir}/applications/
 #        install -m 0644 ${WORKDIR}/op_bright.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/
 
           install -d ${D}${datadir}/applications/
 #        install -m 0644 ${WORKDIR}/op_bright.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/
-          install -m 0644 ${WORKDIR}/op_wifi.desktop ${D}${datadir}/applications/
+#          install -m 0644 ${WORKDIR}/op_wifi.desktop ${D}${datadir}/applications/
           install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_startupmanager.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_switchgui.desktop ${D}${datadir}/applications/          
           install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_startupmanager.desktop ${D}${datadir}/applications/
 #          install -m 0644 ${WORKDIR}/op_switchgui.desktop ${D}${datadir}/applications/          
index ccd0d62..2e46dad 100644 (file)
Binary files a/recipes/pandora-system/pandora-scripts/pandorascripts.pnd and b/recipes/pandora-system/pandora-scripts/pandorascripts.pnd differ