From b76cf919e6a83d57e1b23b2e55824c9033511ad2 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 13 Dec 2009 12:19:16 +0100 Subject: e-wm-config-illume-shr: RRECOMMEND the illume default keyboards Signed-off-by: Klaus Kurzmann --- recipes/shr/e-wm-config-illume-shr_git.bb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'recipes/shr') diff --git a/recipes/shr/e-wm-config-illume-shr_git.bb b/recipes/shr/e-wm-config-illume-shr_git.bb index 28474d4915..1a368c6fe5 100644 --- a/recipes/shr/e-wm-config-illume-shr_git.bb +++ b/recipes/shr/e-wm-config-illume-shr_git.bb @@ -3,7 +3,7 @@ SECTION = "e/utils" DEPENDS = "eet" LICENSE = "MIT BSD" PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}" -PR = "r6" +PR = "r7" inherit e @@ -17,5 +17,12 @@ EXTRA_OECONF = "\ FILES_${PN} = "${datadir}/enlightenment/data/config/illume-shr" -RRECOMMENDS_${PN} = "e-wm-theme-illume-shr e-wm-sysactions-shr e-wm-menu-shr" +RRECOMMENDS_${PN} = "\ + e-wm-theme-illume-shr \ + e-wm-sysactions-shr \ + e-wm-menu-shr \ + illume-keyboard-default-alpha \ + illume-keyboard-default-numeric \ + illume-keyboard-default-terminal \ +" -- cgit v1.2.3 From 0ffea5b8107b04a96eacab7986c8d7d575f51f06 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 13 Dec 2009 13:23:19 +0100 Subject: phonefsod: set CONFFILES to protect the config on updates Signed-off-by: Klaus Kurzmann --- recipes/shr/phonefsod_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/shr') diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb index 8631efce19..06e6999667 100644 --- a/recipes/shr/phonefsod_git.bb +++ b/recipes/shr/phonefsod_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" SECTION = "x11/applications" DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs" PV = "0.0.0+gitr${SRCREV}" -PR = "r3" +PR = "r4" SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master" S = "${WORKDIR}/git" @@ -18,5 +18,6 @@ EXTRA_OECONF = "\ SPECS_PATH=${STAGING_DATADIR}/shr-specs \ " +CONFFILES_${PN} = "${sysconfdir}/phonefsod.conf" -- cgit v1.2.3 From fcb6929125fdc4e1bd31aa198897cd50ca41ae9c Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 13 Dec 2009 13:24:33 +0100 Subject: phoneuid: set CONFFILES to protect config on updates Signed-off-by: Klaus Kurzmann --- recipes/shr/phoneuid_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/shr') diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb index 32ad61d765..64c1176379 100644 --- a/recipes/shr/phoneuid_git.bb +++ b/recipes/shr/phoneuid_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" SECTION = "x11/applications" DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs" PV = "0.0.0+gitr${SRCREV}" -PR = "r3" +PR = "r4" SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master" S = "${WORKDIR}/git" @@ -18,3 +18,5 @@ EXTRA_OECONF = "\ FILES_${PN} += "${datadir}" +CONFFILES_${PN} = "${sysconfdir}/phoneuid.conf" + -- cgit v1.2.3