diff --git a/0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch b/0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch new file mode 100644 index 0000000..f97c706 --- /dev/null +++ b/0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch @@ -0,0 +1,41 @@ +From 54594141b22474cfc1a0dc3f57258a60706e54c0 Mon Sep 17 00:00:00 2001 +From: Fabian Vogt +Date: Wed, 27 Dec 2017 18:54:36 +0100 +Subject: [PATCH] Replace autologin configuration with a note to use YaST + instead + +sddm looks at sysconfig for autologin and ignores other configuration files. +--- + src/ui/advanceconfig.ui | 10 +++++++--- + 1 file changed, 7 insertions(+), 3 deletions(-) + +diff --git a/src/ui/advanceconfig.ui b/src/ui/advanceconfig.ui +index 7fe00b1..4ec219d 100644 +--- a/src/ui/advanceconfig.ui ++++ b/src/ui/advanceconfig.ui +@@ -45,15 +45,19 @@ + + QFormLayout::ExpandingFieldsGrow + +- ++ + + +- User: ++ Autologin needs to be configured using YaST or by editing /etc/sysconfig/displaymanager. + + + + +- ++ ++ ++ false ++ ++ + + + +-- +2.15.0 + diff --git a/kcm_sddm.changes b/kcm_sddm.changes index 65f13f3..7975f22 100644 --- a/kcm_sddm.changes +++ b/kcm_sddm.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Jan 2 16:40:08 CET 2018 - fabian@ritter-vogt.de + +- Update to 5.11.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.5.php +- Changes since 5.11.4: + * None + +------------------------------------------------------------------- +Wed Dec 27 18:06:23 UTC 2017 - fabian@ritter-vogt.de + +- Add patch to add a note to use YaST for autologin configuration: + * 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch +- Run spec-cleaner + +------------------------------------------------------------------- +Thu Nov 30 10:43:18 CET 2017 - fabian@ritter-vogt.de + +- Update to 5.11.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.4.php +- Changes since 5.11.3: + * None + +------------------------------------------------------------------- +Tue Nov 7 15:15:17 CET 2017 - fabian@ritter-vogt.de + +- Update to 5.11.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.3.php +- Changes since 5.11.2: + * None + ------------------------------------------------------------------- Tue Oct 24 18:12:41 CEST 2017 - fabian@ritter-vogt.de diff --git a/kcm_sddm.spec b/kcm_sddm.spec index 4eae9e6..e882c0d 100644 --- a/kcm_sddm.spec +++ b/kcm_sddm.spec @@ -1,7 +1,7 @@ # # spec file for package kcm_sddm # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,22 @@ %bcond_without lang Name: kcm_sddm +Version: 5.11.5 +Release: 0 Summary: A sddm control module for KDE License: GPL-2.0 Group: System/GUI/KDE -Version: 5.11.2 -Release: 0 Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository Source: http://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz # PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch boo#951886 wbauer@tmo.at -- set the default autologin session to plasma5.desktop Patch1: set-default-session-to-plasma5-for-autologin.patch # PATCH-FIX-OPENSUSE Patch2: 0002-Support-default.session-symlink.patch +# PATCH-FIX-OPENSUSE +Patch3: 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: kf5-filesystem +BuildRequires: pkgconfig BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Auth) BuildRequires: cmake(KF5ConfigWidgets) @@ -50,23 +53,21 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-image) BuildRequires: pkgconfig(xcb-shm) -# cmakelists broken upstream, /home/abuild/rpmbuild/BUILD/sddm-kcm-0.0.0.1/src/cursortheme/thememodel.cpp:34:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory BuildRequires: pkgconfig(xcursor) -%if %{with lang} -Recommends: %{name}-lang -%endif Supplements: packageand(sddm:plasma5-workspace) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: %{name}-lang %description SDDM control module for KDE. It provides a graphical frontend for the sddm. %lang_package + %prep %setup -q -n sddm-kcm-%{version} %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %cmake_kf5 -d build @@ -86,7 +87,6 @@ sddm. %endif %files -%defattr(-,root,root) %doc README %config %{_kf5_configdir}/sddmtheme.knsrc %{_bindir}/sddmthemeinstaller diff --git a/sddm-kcm-5.11.2.tar.xz b/sddm-kcm-5.11.2.tar.xz deleted file mode 100644 index b326e2f..0000000 --- a/sddm-kcm-5.11.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2137c3438dce41b79c36f87dfe72533e4c803741d3aca6c57b9ebc33ffe63895 -size 59588 diff --git a/sddm-kcm-5.11.5.tar.xz b/sddm-kcm-5.11.5.tar.xz new file mode 100644 index 0000000..3f49b9e --- /dev/null +++ b/sddm-kcm-5.11.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6013cc7df9e865d402a9e4114d80546aca88b13fb4bcb30c272f93603281c1d2 +size 62788