diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/entrance_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/entrance_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb new file mode 100644 index 0000000000..585d552c2c --- /dev/null +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "Login manager for Enlightenment" | ||
| 2 | DEPENDS = "efreet eina eet ecore elementary" | ||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | SECTION = "e/apps" | ||
| 6 | |||
| 7 | inherit e gettext | ||
| 8 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | ||
| 9 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ | ||
| 10 | " | ||
| 11 | S = "${WORKDIR}/${SRCNAME}" | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}" | ||
| 14 | |||
| 15 | PV = "0.0.4+svnr${SRCPV}" | ||
| 16 | SRCREV = "${EFL_SRCREV}" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" | ||
| 19 | CONFFILES_${PN} += "${sysconfdir}/entrance.conf" | ||
| 20 | RCONFLICTS_${PN} += "xserver-nodm-init" | ||
| 21 | RREPLACES_${PN} += "xserver-nodm-init" | ||
