From: Michael Mrozek Date: Tue, 8 Jun 2010 02:44:26 +0000 (+0200) Subject: Added: PND-Files for MiniMenu for common apps X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=97afcb17e9ca0aac9fe45aa7c0a5abaf71f92d4a;hp=ece88d70acdf424767321b0c0ecb2539ee6b3557 Added: PND-Files for MiniMenu for common apps --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 4e9367e..3246fa8 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r25" +PR = "r26" 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_wifi.desktop \ +# file://op_wifi.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_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://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() { @@ -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 -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 -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/ diff --git a/recipes/pandora-system/pandora-scripts/pandorascripts.pnd b/recipes/pandora-system/pandora-scripts/pandorascripts.pnd index ccd0d62..2e46dad 100644 Binary files a/recipes/pandora-system/pandora-scripts/pandorascripts.pnd and b/recipes/pandora-system/pandora-scripts/pandorascripts.pnd differ