Add Xsession entry for e-wm
authorJustin Patrin <papercrane@gmail.com>
Sat, 20 Aug 2005 10:45:36 +0000 (10:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 20 Aug 2005 10:45:36 +0000 (10:45 +0000)
Add initscript setup to entrance
Add chkhinge, e-modules, e-utils, and evidence to task-enlightenment-x11

packages/e17/e-wm/Xsession.d/.mtn2git_empty [moved from packages/nonworking/meta/.mtn2git_empty with 100% similarity]
packages/e17/e-wm/Xsession.d/98enlightenment [new file with mode: 0644]
packages/e17/e-wm_20050810.bb
packages/e17/entrance_20050810.bb
packages/meta/e-image.bb [moved from packages/nonworking/meta/e-image.bb with 100% similarity]
packages/meta/meta-e-x11.bb

diff --git a/packages/e17/e-wm/Xsession.d/98enlightenment b/packages/e17/e-wm/Xsession.d/98enlightenment
new file mode 100644 (file)
index 0000000..65f4628
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec enlightenment
\ No newline at end of file
index 7929f1a..ea93bfc 100644 (file)
@@ -4,9 +4,10 @@ LICENSE = "MIT"
 SECTION = "e/apps"
 MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
 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
index cc316c5..d032eea 100644 (file)
@@ -20,7 +20,10 @@ SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/
           
 S = "${WORKDIR}/entrance"
 
-inherit autotools
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "entrance"
+INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
 
 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \
                 --with-xsession=/etc/X11/Xsession"
index b4f3558..45e3d67 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Meta-package for Enlightenment/X11"
 LICENSE = "MIT"
 PACKAGES = "task-enlightenment-x11"
-PR = "r2"
+PR = "r4"
 
 FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
               e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
@@ -12,13 +12,13 @@ ALLOW_EMPTY = 1
 # X
 #
 DEPENDS  += "diet-x11 rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo fontconfig \
-             ttf-bitstream-vera bash"
+             ttf-bitstream-vera bash chkhinge"
 RDEPENDS += "         rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo            \
-             ttf-bitstream-vera"
+             ttf-bitstream-vera chkhinge"
 
 #
 # E
 #
-DEPENDS  += "entrance e-wm entice eclair examine "
-RDEPENDS += "entrance e-wm entice eclair examine "
+DEPENDS  += "entrance e-wm entice eclair examine evidence e-modules e-utils"
+RDEPENDS += "entrance e-wm entice eclair examine evidence e-modules e-utils"