sddm: revert to 0.15.0

This commit reverts sddm to 0.15.0.  Per upstream bug sddm/sddm#903
not only does version 0.16.0 call the wrong method after failing to
detect whether or not logind is available, it calls it on the wrong
interface.  Until such time as this is fixed, 0.15.0 shall be the
version of the land.

This additionally resolves #8048.
This commit is contained in:
Michael Aldridge 2017-10-12 00:40:29 -07:00
parent e103715b41
commit d0c41d32de
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'sddm'
pkgname=sddm
version=0.16.0
revision=1
reverts=0.16.0_1
version=0.15.0
revision=2
build_style=cmake
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1 -DLOGIN_DEFS_PATH=/etc/login.defs"
hostmakedepends="extra-cmake-modules pkg-config python-docutils"
@ -12,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="GPL-2"
homepage="http://github.com/sddm/sddm"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=83a34a5f7a5af5e62f0c1bb8a9ce79c7c0ee55b3e0a9bb7ca437dc42f8ce4292
checksum=7a84089b2e424097664bf7cfb24bdc5896ba0eebf8d54eb77bcac6d16db1e358
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" sddm qt5-host-tools qt5-qmake qt5-tools"