sddm: conflicts with lightdm.

This commit is contained in:
Juan RP 2014-11-11 17:20:21 +01:00
parent 9bb45491ee
commit 8797aafc3f

View file

@ -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
}