diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:51:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:51:17 +0000 |
commit | a375ded2d26d83858eb03dcb716f76969f8efa4c (patch) | |
tree | 31df8b093e56d48282878cef75d8fd02f051407e /packages/e17/entrance_0.9.0.007.bb | |
parent | 2a018a41a0106416788e36c574375c7654f27e33 (diff) |
e17 applications: catch up with EFL overhaul
Diffstat (limited to 'packages/e17/entrance_0.9.0.007.bb')
-rw-r--r-- | packages/e17/entrance_0.9.0.007.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/e17/entrance_0.9.0.007.bb b/packages/e17/entrance_0.9.0.007.bb deleted file mode 100644 index 50126cb5a9..0000000000 --- a/packages/e17/entrance_0.9.0.007.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Entrance is the Enlightenment login manager" -LICENSE = "MIT" -# can also use pam and crypt -DEPENDS = "evas-x11 ecore-x11 edje esmart-x11 bash keylaunch xserver-common login-manager" -RDEPENDS += "bash keylaunch xserver-common glibc-gconv-iso8859-1 login-manager entrance-themes" -HOMEPAGE = "http://www.enlightenment.org" -PR = "r14" - -inherit e - -SRC_URI = "${E_URI}/entrance-${PV}.tar.gz \ - 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://disable-autodetect.patch;patch=1 \ - file://Sessions" - -S = "${WORKDIR}/entrance-${PV}" - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ - --with-xsession=/etc/X11/Xsession \ - --with-auth-mode=0" - -FILES_${PN} += "${bindir} ${sbindir} /etc ${datadir}" - -do_install_append() { - install -d ${D}/etc/X11/Xsession.d - install -d ${D}/etc/X11/Sessions - - 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 -} |