From 53608e94eb26eb27e306262c2e5ebf513728b49c Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 20 Aug 2005 10:45:36 +0000 Subject: Add Xsession entry for e-wm Add initscript setup to entrance Add chkhinge, e-modules, e-utils, and evidence to task-enlightenment-x11 --- packages/e17/e-wm_20050810.bb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'packages/e17/e-wm_20050810.bb') diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb index 7929f1a807..ea93bfc3e2 100644 --- a/packages/e17/e-wm_20050810.bb +++ b/packages/e17/e-wm_20050810.bb @@ -4,9 +4,10 @@ LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin " CVSDATE = "${PV}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ + file://Xsession.d/98enlightenment \ file://fix-configure.patch;patch=1 \ file://add-menu-autoscroll-options.patch;patch=1" S = "${WORKDIR}/e" @@ -24,4 +25,9 @@ EXTRA_OECONF = "--with-profile=${PROFILE} \ --x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR}" -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" +FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir}" + +do_install_append() { + install -d ${D}/${sysconfdir}/X11/Xsession.d + install -m 755 ${WORKDIR}/Xsession.d/98enlightenment ${D}/${sysconfdir}/X11/Xsession.d +} \ No newline at end of file -- cgit v1.2.3