X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=7ab1bdbea347997eae5455d85d7798857d1d773e;hp=da2b3382ddaefc382f440ee6443d95a7d501dbbe;hb=c196bff8a1a7e51e13b90d62969bc230abd16345;hpb=ceb75eb6e347c9efb0c4dcabb08ace839512d722 diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index da2b338..7ab1bdb 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,15 +6,20 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r59" +PR = "r110" SRC_URI = " \ + file://op_paths.sh \ file://op_bright.sh \ file://op_cpuspeed.sh \ - file://op_cpuspeed.pnd \ + file://op_cpuspeed.pnd \ + file://op_usbhost.sh \ + file://op_usbhost.pnd \ + file://op_sysspeed.sh \ file://op_wifi.sh \ file://op_wifi.pnd \ file://op_bluetooth.sh \ + file://op_bluetooth_work.sh \ file://op_bluetooth-check.desktop \ file://op_bluetooth.desktop \ file://op_startupmanager.sh \ @@ -39,47 +44,59 @@ SRC_URI = " \ file://op_videofir.sh \ file://op_storage.sh \ file://op_storage.pnd \ - file://op_nubmode.sh \ + file://op_nubmode.py \ file://op_nubmode.pnd \ + file://op_nubchange.sh \ + file://op_lidsettings.pnd \ + file://op_lidsettings.sh \ + file://op_touchinit.sh \ file://op_tvout.sh \ file://op_tvout.pnd \ + file://ConfigModel.py \ + file://TVoutConfig.py \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ file://gamma.conf \ file://service.conf \ + file://nub_profiles.conf \ + file://tvout-profiles.conf \ + file://nubmode.glade \ + file://reset_nubs.sh \ + file://pndlogo.png \ + file://tvicon.png \ + file://tvout.glade \ file://default_up \ file://none_up \ file://op_env.sh \ - file://arora.pnd \ file://evince.pnd \ file://gigolo.pnd \ - file://midori.pnd \ file://mousepad.pnd \ file://ristretto.pnd \ file://squeeze.pnd \ file://thunar.pnd \ file://xchat.pnd \ - file://gcalctool.pnd \ - file://genpxml.sh \ + file://gcalctool.pnd \ file://op_bright_down.sh \ file://op_lid.sh \ file://op_power.sh \ - file://pnd_make.sh \ file://op_battlow.sh \ file://op_bright_up.sh \ file://op_menu.sh \ - file://pnd_hup.sh \ - file://pnd_run.sh \ + file://op_xfcemenu.sh \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_paths.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_cpuspeed.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_cpusettings.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_sysspeed.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_cpusettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_usbhost.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_bluetooth_work.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_startupmanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_switchgui.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_calibrate.sh ${D}${prefix}/pandora/scripts/ @@ -88,19 +105,27 @@ do_install() { install -m 0755 ${WORKDIR}/op_lcdsettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lcdrate.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_videofir.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_nubmode.py ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_nubchange.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/genpxml.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_down.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lid.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_power.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_make.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_battlow.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_touchinit.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_bright_up.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_menu.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_hup.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/pnd_run.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_xfcemenu.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/reset_nubs.sh ${D}${prefix}/pandora/scripts/ + install -m 0644 ${WORKDIR}/pndlogo.png ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/ConfigModel.py ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/TVoutConfig.py ${D}${prefix}/pandora/scripts/ + install -m 0644 ${WORKDIR}/tvicon.png ${D}${prefix}/pandora/scripts/ + install -m 0644 ${WORKDIR}/nubmode.glade ${D}${prefix}/pandora/scripts/ + install -m 0644 ${WORKDIR}/tvout.glade ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_lidsettings.sh ${D}${prefix}/pandora/scripts/ + install -d ${D}${prefix}/pandora/apps/ @@ -115,14 +140,14 @@ do_install() { 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 -m 0755 ${WORKDIR}/op_usbhost.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_tvout.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_inputtest.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_lidsettings.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ - install -m 0755 ${WORKDIR}/arora.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}/midori.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/mousepad.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/ @@ -141,6 +166,8 @@ do_install() { install -m 0644 ${WORKDIR}/cpu.conf ${D}${sysconfdir}/pandora/conf/cpu.conf install -m 0644 ${WORKDIR}/gamma.conf ${D}${sysconfdir}/pandora/conf/gamma.conf install -m 0644 ${WORKDIR}/service.conf ${D}${sysconfdir}/pandora/conf/service.conf + install -m 0666 ${WORKDIR}/nub_profiles.conf ${D}${sysconfdir}/pandora/conf/nub_profiles.conf + install -m 0666 ${WORKDIR}/tvout-profiles.conf ${D}${sysconfdir}/pandora/conf/tvout-profiles.conf install -d ${D}${sysconfdir}/pandora/conf/dss_fir/ install -m 0644 ${WORKDIR}/default_up ${D}${sysconfdir}/pandora/conf/dss_fir/