entrance: Do no longer install initscript into /etc/init.d but use "login-manager...
authorMatthias Hentges <oe@hentges.net>
Thu, 9 Feb 2006 19:26:07 +0000 (19:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 9 Feb 2006 19:26:07 +0000 (19:26 +0000)
packages/e17/e-wm_0.16.999.023.bb
packages/e17/entrance_0.9.0.005.bb

index 8bca19b..f7f61ef 100644 (file)
@@ -9,12 +9,14 @@ SRC_URI = "http://enlightenment.freedesktop.org/files/enlightenment-${PV}.tar.gz
            file://fix-configure.patch;patch=1 \
            file://remove-large-fonts.patch;patch=1 \
            file://Xsession.d/98enlightenment"
+          
 #           cvs://anonymous@thinktux.net/root;module=e17/apps/e/data/themes;date=20050926"
 #           file://disable-splash.patch;patch=1 \
 #           http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/default_entry.edc?rev=1.1 \
 #           http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/focus.png?rev=1.1 \
 #           http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/entry.png?rev=1.1 \
 #           http://cvs.sourceforge.net/viewcvs.py/*checkout*/enlightenment/e17/apps/e/data/themes/images/entry_focus.png?rev=1.1"
+       
 
 S = "${WORKDIR}/enlightenment-${PV}"
 
index 1f3a46e..c17d52c 100644 (file)
@@ -2,11 +2,11 @@ DESCRIPTION = "Entrance is the Enlightenment login manager"
 SECTION = "e/apps"
 LICENSE = "MIT"
 # can also use pam and crypt
-DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common"
-RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1"
+DEPENDS = "edb edb-native evas-x11 ecore-x11 edje esmart-x11 bash keylaunch detect-stylus xserver-common login-manager"
+RDEPENDS += "bash keylaunch detect-stylus xserver-common glibc-gconv-iso8859-1 login-manager"
 HOMEPAGE = "http://www.enlightenment.org"
 MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
-PR = "r11"
+PR = "r13"
 
 SRC_URI = "http://enlightenment.freedesktop.org/files/entrance-${PV}.tar.gz \
            file://config-db.patch;patch=1 \
@@ -19,10 +19,7 @@ SRC_URI = "http://enlightenment.freedesktop.org/files/entrance-${PV}.tar.gz \
 
 S = "${WORKDIR}/entrance-${PV}"
 
-inherit autotools update-rc.d
-
-INITSCRIPT_NAME = "entrance"
-INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
+inherit autotools
 
 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \
                 --with-xsession=/etc/X11/Xsession \
@@ -37,5 +34,5 @@ do_install_append() {
        install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions
 
        install -d ${D}/etc/X11/login-managers/
-       mv ${D}/etc/init.d/entrance ${D}/etc/X11/login-managers/entrance
+       mv ${D}/etc/init.d/entrance ${D}/etc/X11/login-managers/entrance        
 }