aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/shr/shr-settings_git.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index 2ef7875565..a87b6d6700 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -7,7 +7,7 @@ SECTION = "x11/application"
SRCREV = "4912195f23519a69932ed474b36b78bd97b1ac1d"
PE = "1"
PV = "0.1.1+gitr${SRCPV}"
-PR = "r10"
+PR = "r11"
inherit setuptools
@@ -21,6 +21,13 @@ RRECOMMENDS_${PN} = "\
${PN}-backup-configuration \
"
+do_configure_append_shr() {
+ # change category because EFL_SRCREV 48174 (separate Home module) changes
+ # Efreet_Desktop filtering from "sys AND settings OR kbd" to "sys OR settings OR kbd"
+
+ sed -i "s#Categories=Settings;#Categories=Utility;#g" ${S}/data/shr-settings.desktop
+}
+
do_install_append() {
install -d ${D}/${sysconfdir}/profile.d/
install -m 0755 "${WORKDIR}/elementary.sh" "${D}/${sysconfdir}/profile.d/elementary.sh"