gdm: update systemd service for >=186.
This commit is contained in:
parent
9d8e9d8503
commit
c36a0f6c7e
2 changed files with 5 additions and 4 deletions
srcpkgs/gdm
|
@ -1,9 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Gnome Display Manager
|
Description=Gnome Display Manager
|
||||||
After=systemd-user-sessions.service
|
Conflicts=getty@tty1.service
|
||||||
|
After=systemd-user-sessions.service getty@tty1.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/gdm -nodaemon
|
ExecStart=/usr/sbin/gdm -nodaemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
Alias=display-manager.service
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.4.1
|
version=3.4.1
|
||||||
revision=4
|
revision=5
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
|
@ -19,6 +18,7 @@ short_desc="GNOME Display Manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
checksum=6292968dff5fc89877b5e1aaa3c7d1484dd3ed2d4f388e935841d053439be665
|
checksum=6292968dff5fc89877b5e1aaa3c7d1484dd3ed2d4f388e935841d053439be665
|
||||||
long_desc="
|
long_desc="
|
||||||
GDM is the GNOME Display Manager, it is the little proggie that runs
|
GDM is the GNOME Display Manager, it is the little proggie that runs
|
||||||
|
|
Loading…
Reference in a new issue