From: Michael Mrozek Date: Wed, 21 Jul 2010 00:13:29 +0000 (+0200) Subject: pandora-scripts: Split up the PNDs and added icons for each one X-Git-Tag: sz_beta3~235^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=3e3e5c732043eeb887176ce5e6423eeea3ec44d0 pandora-scripts: Split up the PNDs and added icons for each one --- diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 6ed0b42..f0bab75 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r23" +PR = "r24" PARALLEL_MAKE = "" @@ -14,7 +14,7 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "60a7ee774fcec2ae07461037ae7b3ca1619a8c6d" +SRCREV = "b9135cc3ad746972a6f6f4dd3419bbcda861dd67" S = "${WORKDIR}/git" diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index e70dd23..3c07875 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,38 +6,38 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r31" +PR = "r34" SRC_URI = " \ file://op_bright.sh \ # file://op_bright.desktop \ file://op_cpuspeed.sh \ -# file://op_cpuspeed.desktop \ + file://op_cpuspeed.pnd \ file://op_wifi.sh \ -# file://op_wifi.desktop \ +# file://op_wifi.pnd \ file://op_bluetooth.sh \ file://op_bluetooth-check.desktop \ file://op_bluetooth.desktop \ file://op_startupmanager.sh \ -# file://op_startupmanager.desktop \ + file://op_startupmanager.pnd \ file://op_switchgui.sh \ -# file://op_switchgui.desktop \ + file://op_switchgui.pnd \ file://startnetbooklauncher \ file://startmmenu \ file://startpmenu \ file://stopmmenu \ file://op_calibrate.sh \ -# file://op_calibrate.desktop \ + file://op_calibrate.pnd \ file://op_datetime.sh \ -# file://op_datetime.desktop \ + file://op_datetime.pnd \ file://op_usermanager.sh \ -# file://op_usermanager.desktop \ + file://op_usermanager.pnd \ file://op_lcdsettings.sh \ -# file://op_lcdsettings.desktop \ + file://op_lcdsettings.pnd \ file://op_lcdrate.sh \ file://op_storage.sh \ file://op_nubmode.sh \ -# file://op_nubmode.desktop \ + file://op_nubmode.pnd \ file://gui.conf \ file://gamma.conf \ file://service.conf \ @@ -75,7 +75,16 @@ do_install() { install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ - install -m 0755 ${WORKDIR}/pandorascripts.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_cpuspeed.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_datetime.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_lcdsettings.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_nubmode.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_startupmanager.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_storage.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_switchgui.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_usermanager.pnd ${D}${prefix}/pandora/apps/ +# install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ 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/ diff --git a/recipes/pandora-system/pandora-scripts/.directory b/recipes/pandora-system/pandora-scripts/.directory new file mode 100644 index 0000000..99b259b --- /dev/null +++ b/recipes/pandora-system/pandora-scripts/.directory @@ -0,0 +1,4 @@ +[Dolphin] +AdditionalInfo=3 +Timestamp=2010,7,5,3,39,51 +ViewMode=1 diff --git a/recipes/pandora-system/pandora-scripts/op_calibrate.pnd b/recipes/pandora-system/pandora-scripts/op_calibrate.pnd new file mode 100644 index 0000000..8c47ba3 Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_calibrate.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd new file mode 100644 index 0000000..7436577 Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_cpuspeed.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_datetime.pnd b/recipes/pandora-system/pandora-scripts/op_datetime.pnd new file mode 100644 index 0000000..80d590c Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_datetime.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd new file mode 100644 index 0000000..0fe3f1a Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_lcdsettings.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_nubmode.pnd b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd new file mode 100644 index 0000000..ed1ca1c Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_nubmode.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd new file mode 100644 index 0000000..d2e335d Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_startupmanager.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_storage.pnd b/recipes/pandora-system/pandora-scripts/op_storage.pnd new file mode 100644 index 0000000..8664b1e Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_storage.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_switchgui.pnd b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd new file mode 100644 index 0000000..f9908e3 Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_switchgui.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_usermanager.pnd b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd new file mode 100644 index 0000000..95deaaa Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_usermanager.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/op_wifi.pnd b/recipes/pandora-system/pandora-scripts/op_wifi.pnd new file mode 100644 index 0000000..9bb293a Binary files /dev/null and b/recipes/pandora-system/pandora-scripts/op_wifi.pnd differ diff --git a/recipes/pandora-system/pandora-scripts/pandorascripts.pnd b/recipes/pandora-system/pandora-scripts/pandorascripts.pnd deleted file mode 100644 index c057118..0000000 Binary files a/recipes/pandora-system/pandora-scripts/pandorascripts.pnd and /dev/null differ