[oe-commits] Klaus Kurzmann : e-wm_svn.bb: split ${sysconfdir}/xdg/menus/applications. menu into it's own package

git version control git at git.openembedded.org
Mon Nov 23 21:02:37 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 7c61ef493c215fc749225dd436b4f43bb358003e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c61ef493c215fc749225dd436b4f43bb358003e

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Nov 23 09:49:56 2009 +0100

e-wm_svn.bb: split ${sysconfdir}/xdg/menus/applications.menu into it's own package

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 recipes/e17/e-wm_svn.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 83dbd81..a935728 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -80,6 +80,7 @@ PACKAGES =+ "\
   ${PN}-input-methods \
   ${PN}-sysactions \
   ${PN}-utils \
+  ${PN}-menu \
 "
 
 RRECOMMENDS_${PN} = "\
@@ -89,6 +90,7 @@ RRECOMMENDS_${PN} = "\
   ${PN}-other \
   ${PN}-input-methods \
   ${PN}-sysactions \
+  ${PN}-menu \
 "
 
 PACKAGE_ARCH_${PN}-config-default = "all"
@@ -106,6 +108,7 @@ PACKAGE_ARCH_${PN}-icons = "all"
 PACKAGE_ARCH_${PN}-other = "all"
 PACKAGE_ARCH_${PN}-input-methods = "all"
 PACKAGE_ARCH_${PN}-sysactions = "all"
+PACKAGE_ARCH_${PN}-menu = "all"
 
 FILES_${PN} = "\
   ${bindir}/* \
@@ -140,6 +143,7 @@ FILES_${PN}-other = "${datadir}/enlightenment/data/other"
 FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods"
 FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf"
 FILES_${PN}-utils = "${libdir}/enlightenment/utils/*"
+FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
 
 RRECOMMENDS_${PN}-config-default = "${PN}-theme-default"
 RRECOMMENDS_${PN}-config-illume = "${PN}-theme-illume"
@@ -165,7 +169,8 @@ FILES_${PN}-doc += "\
   ${datadir}/enlightenment/doc \
 "
 
-CONFFILES_${PN} = "${sysconfdir}/xdg/menus/applications.menu"
+CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
+CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf"
 
 ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe"
 ALTERNATIVE_NAME = "x-window-manager"





More information about the Openembedded-commits mailing list