From: Michael Mrozek Date: Mon, 17 Jan 2011 10:33:43 +0000 (+0100) Subject: pandora-scripts: Added the new files and bumped recipe X-Git-Tag: sz_beta3~210 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=30267556962ec788daa90d7846bb715f474d3d8e pandora-scripts: Added the new files and bumped recipe --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 7cc4a67..b0e4e62 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 = "r48" +PR = "r49" SRC_URI = " \ file://op_bright.sh \ @@ -42,6 +42,7 @@ SRC_URI = " \ file://op_tvout.sh \ file://op_tvout.pnd \ file://gui.conf \ + file://cpu.conf \ file://gamma.conf \ file://service.conf \ file://default_up \ @@ -56,6 +57,7 @@ SRC_URI = " \ file://squeeze.pnd \ file://thunar.pnd \ file://xchat.pnd \ + file://gcalctool.pnd \ " do_install() { @@ -90,19 +92,16 @@ do_install() { install -m 0755 ${WORKDIR}/op_tvout.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/ - 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 -m 0755 ${WORKDIR}/gcalctool.pnd ${D}${prefix}/pandora/mmenu/ install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ @@ -112,6 +111,7 @@ do_install() { install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf + 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