void-packages/srcpkgs/sddm/template
2014-11-11 17:20:21 +01:00

26 lines
716 B
Plaintext

# Template file for 'sddm'
pkgname=sddm
version=0.10.0
revision=2
build_style=cmake
configure_args="-DBUILD_MAN_PAGES=1"
hostmakedepends="cmake pkg-config python-docutils"
makedepends="qt5-declarative-devel qt5-tools-devel"
short_desc="QML based X11 display manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://github.com/sddm/sddm"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=8d2df745be2025ed3fdaa0065d410c768915e2dddf576eb92eef8ae287319d96
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
}