New package: sddm-0.10.0.

This commit is contained in:
Juan RP 2014-11-03 17:05:11 +01:00
parent 29fd09339a
commit d6f7a83716
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
set -e
mkdir -p /var/lib/sddm
chown -R sddm:sddm /var/lib/sddm
exec sddm 2>&1

22
srcpkgs/sddm/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'sddm'
pkgname=sddm
version=0.10.0
revision=1
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"
post_install() {
vsv sddm
}