summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxdm/lxdm_0.4.1.bb
blob: 50552e34bcba45334eae50b02a00ba25abe0d8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
DESCRIPTION = "LXDE Display Manager"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"

PR = "r4"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

DEPENDS += "virtual/libintl intltool-native iso-codes gtk+ consolekit libxcb ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"

RDEPENDS_${PN} = "xinit"

RCONFLICTS_${PN} = "xserver-nodm-init"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
           file://${P}-pam_console-disable.patch \
           file://${P}-git-fix-null-pointer-deref.patch \
           file://${P}-use-oe-pam-config.patch \
           file://${P}-use-xserver-script.patch \
           file://${P}-oe-xsession.patch \
           file://${P}-uclibc-friendly.patch \
           file://xinitrc \
           file://init \
           file://missingAM_GLIB_GNU_GETTEXT.patch \
           file://fix_event_check_bug_caused_cpu_100.patch \
           file://lxdm-configure-ac.patch \
"
SRC_URI[md5sum] = "8da1cfc2be6dc9217c85a7cf51e1e821"
SRC_URI[sha256sum] = "9e0d0a5672fcf31a18de8178ce73eab1723d6ae7097dfe41e9fe2c46e180cf08"

EXTRA_OECONF += "--enable-password --with-x --with-xconn=xcb"

inherit autotools pkgconfig gettext update-rc.d

INITSCRIPT_NAME = "lxdm"
INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."

do_configure_prepend() {
    cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/
}

do_install_append () {
    rm ${D}/${sysconfdir}/pam.d/lxdm
    install -d ${D}/${sysconfdir}/lxdm
    install -d ${D}/${sysconfdir}/init.d
    install -m 0755 ${WORKDIR}/xinitrc ${D}/${sysconfdir}/lxdm
    install -m 0755 ${WORKDIR}/init ${D}/etc/init.d/lxdm
}