mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
lxdm: update service for systemd-183.
This commit is contained in:
parent
b524582278
commit
201330ab47
2 changed files with 6 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=LXDE Display Manager
|
Description=LXDE Display Manager
|
||||||
Requires=dev-tty7.device
|
After=systemd-user-sessions.service
|
||||||
After=dev-tty7.device systemd-user-sessions.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/lxdm-binary
|
ExecStart=/usr/sbin/lxdm-binary
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'lxdm'
|
# Template file for 'lxdm'
|
||||||
pkgname=lxdm
|
pkgname=lxdm
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://www.lxde.org"
|
homepage="http://www.lxde.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="-with-xconn=xcb"
|
configure_args="-with-xconn=xcb"
|
||||||
makedepends="pkg-config intltool gtk+-devel ConsoleKit-devel"
|
makedepends="pkg-config intltool gtk+-devel ConsoleKit-devel"
|
||||||
fulldepends="iso-codes"
|
fulldepends="iso-codes"
|
||||||
|
provides="display-manager-0"
|
||||||
|
replaces="display-manager>=0"
|
||||||
|
system_groups="lxdm"
|
||||||
|
systemd_services="lxdm.service off"
|
||||||
short_desc="GUI login manager for LXDE"
|
short_desc="GUI login manager for LXDE"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -15,12 +19,6 @@ checksum=9e0d0a5672fcf31a18de8178ce73eab1723d6ae7097dfe41e9fe2c46e180cf08
|
||||||
long_desc="
|
long_desc="
|
||||||
A lightweight dropped-in replacement for GDM or KDM."
|
A lightweight dropped-in replacement for GDM or KDM."
|
||||||
|
|
||||||
provides="display-manager-0"
|
|
||||||
replaces="display-manager>=0"
|
|
||||||
|
|
||||||
system_groups="lxdm"
|
|
||||||
systemd_services="lxdm.service off"
|
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/lxdm/LoginReady
|
/etc/lxdm/LoginReady
|
||||||
/etc/lxdm/PostLogin
|
/etc/lxdm/PostLogin
|
||||||
|
@ -32,8 +30,6 @@ conf_files="
|
||||||
/etc/lxdm/lxdm.conf
|
/etc/lxdm/lxdm.conf
|
||||||
/etc/pam.d/lxdm"
|
/etc/pam.d/lxdm"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove useless script.
|
# Remove useless script.
|
||||||
rm -f ${DESTDIR}/usr/sbin/lxdm
|
rm -f ${DESTDIR}/usr/sbin/lxdm
|
||||||
|
|
Loading…
Add table
Reference in a new issue