lightdm: update service for systemd-183.
This commit is contained in:
parent
201330ab47
commit
5af7d966e2
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Light Display Manager
|
Description=Light Display Manager
|
||||||
Requires=dev-tty7.device
|
After=systemd-user-sessions.service
|
||||||
After=dev-tty7.device systemd-user-sessions.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/lightdm --log-dir=/var/log/lightdm --run-dir=/run/lightdm \
|
ExecStart=/usr/sbin/lightdm --log-dir=/var/log/lightdm --run-dir=/run/lightdm \
|
||||||
|
|
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the GObject support library for LightDM."
|
This package contains the GObject support library for LightDM."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/liblightdm-gobject*.so*" usr/lib
|
vmove "usr/lib/liblightdm-gobject*.so*" usr/lib
|
||||||
vmove usr/lib/girepository-1.0 usr/lib
|
vmove usr/lib/girepository-1.0 usr/lib
|
||||||
|
|
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the QT support library for LightDM."
|
This package contains the QT support library for LightDM."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
|
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lightdm'
|
# Template file for 'lightdm'
|
||||||
pkgname=lightdm
|
pkgname=lightdm
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=3
|
revision=4
|
||||||
homepage="https://launchpad.net/lightdm"
|
homepage="https://launchpad.net/lightdm"
|
||||||
distfiles="https://launchpad.net/lightdm/1.2/$version/+download/$pkgname-$version.tar.gz"
|
distfiles="https://launchpad.net/lightdm/1.2/$version/+download/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -35,12 +35,8 @@ system_accounts="lightdm"
|
||||||
lightdm_homedir="/var/cache/lightdm"
|
lightdm_homedir="/var/cache/lightdm"
|
||||||
systemd_services="lightdm.service off"
|
systemd_services="lightdm.service off"
|
||||||
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
|
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
|
||||||
|
|
||||||
subpackages="liblightdm-gobject liblightdm-qt lightdm-devel"
|
subpackages="liblightdm-gobject liblightdm-qt lightdm-devel"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove provided init file and use our own.
|
# Remove provided init file and use our own.
|
||||||
rm -rf ${DESTDIR}/etc/init
|
rm -rf ${DESTDIR}/etc/init
|
||||||
|
|
Loading…
Reference in New Issue