summaryrefslogtreecommitdiff
path: root/packages/e17/e-wm_0.16.999.038.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-10 08:38:32 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-10 08:38:32 +0000
commitbfebcd6cd76f2fb46bf72e26b42482f212c3d9fd (patch)
tree6a3ab97914d6682b5b4125558725b4abfe439b89 /packages/e17/e-wm_0.16.999.038.bb
parent122e01826fd94667f612273ba17aceac9b03a568 (diff)
e-wm: fix startup script, fix u-a and install xdg stuff (per http://wiki.enlightenment.org/index.php/E17_and_Efreet)
Diffstat (limited to 'packages/e17/e-wm_0.16.999.038.bb')
-rw-r--r--packages/e17/e-wm_0.16.999.038.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/e17/e-wm_0.16.999.038.bb b/packages/e17/e-wm_0.16.999.038.bb
index 1204ed9ecc..12784ea18f 100644
--- a/packages/e17/e-wm_0.16.999.038.bb
+++ b/packages/e17/e-wm_0.16.999.038.bb
@@ -1,14 +1,16 @@
DESCRIPTION = "E17 - the Enlightenment Window Mananger"
DEPENDS = "eet evas ecore edje efreet"
LICENSE = "MIT"
-PR = "r6"
+PR = "r7"
inherit e update-alternatives
SRC_URI = "${E_URI}/enlightenment-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
file://set-autoscroll-defaults.patch;patch=1 \
- file://Xsession.d/98enlightenment"
+ file://Xsession.d/98enlightenment \
+ file://applications.menu \
+ "
S = "${WORKDIR}/enlightenment-${PV}"
@@ -35,9 +37,12 @@ do_compile_prepend() {
do_install_append() {
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d
+
+ install -d ${D}/${sysconfdir}/xdg/menus
+ install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/
}
-ALTERNATIVE_PATH = "${bindir}/enlightenment"
+ALTERNATIVE_PATH = "${bindir}/enlightenment_start"
ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PRIORITY = "16"