[oe-commits] Martin Jansa : shr-settings: adjust Categories in . desktop file because of changed Efreet filter in ELF_SRCREV 48174

git version control git at git.openembedded.org
Wed May 5 12:37:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 43198bf4b55dfd95c0e5c5eed07a6c52611b43cd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=43198bf4b55dfd95c0e5c5eed07a6c52611b43cd

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May  5 14:36:11 2010 +0200

shr-settings: adjust Categories in .desktop file because of changed Efreet filter in ELF_SRCREV 48174

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/shr-settings_git.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index 2ef7875..a87b6d6 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"





More information about the Openembedded-commits mailing list