diff options
Diffstat (limited to 'packages/e17/entrance_20060128.bb')
-rw-r--r-- | packages/e17/entrance_20060128.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/e17/entrance_20060128.bb b/packages/e17/entrance_20060128.bb index b234664fe6..825a81cdec 100644 --- a/packages/e17/entrance_20060128.bb +++ b/packages/e17/entrance_20060128.bb @@ -1,26 +1,24 @@ 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" HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" PR = "r11" -SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entrance;date=${PV} \ +inherit e update-rc.d + +SRC_URI = "${E_CVS};module=e17/apps/entrance;date=${PV} \ file://config-db.patch;patch=1 \ file://allow-missing-xsession.patch;patch=1 \ file://run-Xinit.patch;patch=1 \ file://set-display-env.patch;patch=1 \ file://fix-auth-mode.patch;patch=1 \ file://use-bash.patch;patch=1 \ - file://Sessions" + file://Sessions" S = "${WORKDIR}/entrance" -inherit autotools update-rc.d - INITSCRIPT_NAME = "entrance" INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." |