sddm: update to 0.13.0.
This commit is contained in:
parent
add6153993
commit
022e24217e
1 changed files with 13 additions and 5 deletions
|
@ -1,25 +1,33 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.11.0
|
version=0.13.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=1"
|
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
|
||||||
hostmakedepends="cmake pkg-config python-docutils"
|
hostmakedepends="cmake pkg-config python-docutils"
|
||||||
makedepends="qt5-declarative-devel qt5-tools-devel"
|
makedepends="qt5-declarative-devel qt5-tools-devel pam-devel"
|
||||||
short_desc="QML based X11 display manager"
|
short_desc="QML based X11 display manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://github.com/sddm/sddm"
|
homepage="http://github.com/sddm/sddm"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=80d53f075c275f744bd547523d6d640baccfacb4e463a71ec0facb8231b832ce
|
checksum=26dee7e59859b5cbd5ec26b0050ef31c32b43be304e4042119819ab9779c26bd
|
||||||
|
|
||||||
system_accounts="sddm"
|
system_accounts="sddm"
|
||||||
sddm_homedir="/var/lib/sddm"
|
sddm_homedir="/var/lib/sddm"
|
||||||
sddm_groups="video"
|
sddm_groups="video"
|
||||||
|
conf_files="
|
||||||
|
/etc/pam.d/sddm
|
||||||
|
/etc/pam.d/sddm-greeter
|
||||||
|
/etc/pam.d/sddm-autologin"
|
||||||
|
|
||||||
# Both install /etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf
|
# Both install /etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf
|
||||||
conflicts="lightdm>=0"
|
conflicts="lightdm>=0"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
touch -f /etc/login.defs
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
sed -i 's,systemd,ck_connector,g' ${DESTDIR}/etc/pam.d/sddm-greeter
|
||||||
vsv sddm
|
vsv sddm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue