aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-04-15 23:37:12 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-04-15 23:37:12 -0600
commit9e4ede86c5ab6bf9943a769ba8e1851b8f9e8a13 (patch)
treeffdb80c42c1672f102e53456c9fba2ce923ae6e7 /recipes/openmoko-projects
parent7692bafc07d0dc56cc696a24e9e4a6ac90ca55ac (diff)
downloadopenembedded-9e4ede86c5ab6bf9943a769ba8e1851b8f9e8a13.tar.gz
paroli: better separation of shipped files
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/paroli_git.bb29
1 files changed, 18 insertions, 11 deletions
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 6fc1f19963..362899033c 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Paroli"
SECTION = "x11"
LICENSE = "GPL"
PV = "0.2.1+gitr${SRCREV}"
-PR = "r10"
+PR = "r11"
SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
S = "${WORKDIR}/git"
@@ -92,18 +92,22 @@ exit 0
}
FILES_${PN} += " \
- ${sysconfdir}/dbus-1 \
- ${sysconfdir}/paroli \
- ${sysconfdir}/freesmartphone/oevents \
- ${sysconfdir}/paroli_frameworkd.conf \
- ${datadir} \
- "
+ ${sysconfdir}/dbus-1 \
+ ${sysconfdir}/paroli \
+ ${sysconfdir}/freesmartphone/oevents \
+ ${sysconfdir}/paroli_frameworkd.conf \
+ ${datadir}/lib \
+ ${datadir}/bin \
+ ${datadir}/applications \
+ ${datadir}/elementary \
+ ${datadir}/paroli \
+ "
FILES_${PN}-theme = " \
- ${E_CONFIG_DIR}/themes \
- ${E_CONFIG_DIR}/config \
- ${sysconfdir}/enlightenment \
- "
+ ${E_CONFIG_DIR}/themes \
+ ${E_CONFIG_DIR}/config \
+ ${sysconfdir}/enlightenment \
+ "
FILES_${PN}-autostart = "${E_CONFIG_DIR}/applications"
@@ -112,6 +116,9 @@ FILES_${PN}-sounds = " \
${sysconfdir}/freesmartphone/opreferences/conf/phone/paroli_default.yaml \
"
+CONFILES_${PN}-theme = " \
+ ${sysconfdir}/enlightenment/default_profile \
+ "
CONFFILES_${PN} += " \
${sysconfdir}/paroli_frameworkd.conf \
${sysconfdir}/freesmartphone/oevents/paroli_rules.yaml \