From d0c41d32deefcbf78eb21af7cfeb90dc477e487a Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 12 Oct 2017 00:40:29 -0700 Subject: [PATCH] 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. --- srcpkgs/sddm/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sddm/template b/srcpkgs/sddm/template index 64a648d0cbc..c9461a3ded4 100644 --- a/srcpkgs/sddm/template +++ b/srcpkgs/sddm/template @@ -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 " 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"