aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17
diff options
context:
space:
mode:
authorJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2008-11-28 16:53:29 +0100
committerJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2008-11-28 16:53:29 +0100
commit61ee3af940e84fd4354f08d938803bcae2ed300c (patch)
tree240612f9939a29d64b1d4d2348d9ec61b7218951 /packages/e17
parent17801b683131c037892d6440f58f7e0e1a6c5ce2 (diff)
downloadopenembedded-61ee3af940e84fd4354f08d938803bcae2ed300c.tar.gz
e-wm: Created a new package for sysactions.
/etc/enlightenment/sysactions.conf contains arch depent actions for the syscon menu, used to suspend, or shutdown. It should be customizable per arch and per situation (e.g. FSO suspend).
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/e-wm_svn.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb
index 1000ebf86d..d4cf364193 100644
--- a/packages/e17/e-wm_svn.bb
+++ b/packages/e17/e-wm_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
DEPENDS = "eet evas ecore edje efreet edbus"
LICENSE = "MIT BSD"
PV = "0.16.999.043+svnr${SRCREV}"
-PR = "r21"
+PR = "r22"
inherit e update-alternatives
@@ -30,6 +30,7 @@ PACKAGES =+ "\
${PN}-icons \
${PN}-other \
${PN}-input-methods \
+ ${PN}-sysactions \
"
RRECOMMENDS_${PN} = "\
@@ -54,6 +55,7 @@ PACKAGE_ARCH_${PN}-images = "all"
PACKAGE_ARCH_${PN}-icons = "all"
PACKAGE_ARCH_${PN}-other = "all"
PACKAGE_ARCH_${PN}-input-methods = "all"
+PACKAGE_ARCH_${PN}-sysactions = "${MACHINE_ARCH}" # sysactions are supposed to be arch dependent
SRC_URI = "\
svn://svn.enlightenment.org/svn/e/trunk;module=e;proto=http \
@@ -102,7 +104,7 @@ FILES_${PN} = "\
${datadir}/enlightenment/data/config/profile.cfg \
${datadir}/enlightenment/AUTHORS \
${datadir}/enlightenment/COPYING \
- ${sysconfdir} \
+ ${sysconfdir}/xdg \
"
FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default"
FILES_${PN}-config-illume = "${datadir}/enlightenment/data/config/illume"
@@ -119,6 +121,7 @@ FILES_${PN}-images = "${datadir}/enlightenment/data/images"
FILES_${PN}-icons = "${datadir}/enlightenment/data/icons"
FILES_${PN}-other = "${datadir}/enlightenment/data/other"
FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods"
+FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf"
RRECOMMENDS_${PN}-config-default = "${PN}-theme-default"
RRECOMMENDS_${PN}-config-illume = "${PN}-theme-illume"