sddm: conflicts with lightdm.
This commit is contained in:
parent
9bb45491ee
commit
8797aafc3f
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sddm'
|
||||
pkgname=sddm
|
||||
version=0.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_MAN_PAGES=1"
|
||||
hostmakedepends="cmake pkg-config python-docutils"
|
||||
|
@ -17,6 +17,9 @@ system_accounts="sddm"
|
|||
sddm_homedir="/var/lib/sddm"
|
||||
sddm_groups="video"
|
||||
|
||||
# Both install /etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf
|
||||
conflicts="lightdm>=0"
|
||||
|
||||
post_install() {
|
||||
vsv sddm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue