SHA256
1
0
forked from pool/kcm_sddm

Accepting request 561625 from KDE:Frameworks5

- 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

- 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

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/561625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcm_sddm?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2018-01-07 16:21:40 +00:00 committed by Git OBS Bridge
commit 9668fe1fea
5 changed files with 90 additions and 12 deletions

View File

@ -0,0 +1,41 @@
From 54594141b22474cfc1a0dc3f57258a60706e54c0 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
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 @@
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
- <item row="0" column="0">
+ <item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_7">
<property name="text">
- <string>User:</string>
+ <string>Autologin needs to be configured using YaST or by editing /etc/sysconfig/displaymanager.</string>
</property>
</widget>
</item>
<item row="0" column="1">
- <widget class="QComboBox" name="userList"/>
+ <widget class="QComboBox" name="userList">
+ <property name="visible">
+ <bool>false</bool>
+ </property>
+ </widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
--
2.15.0

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2137c3438dce41b79c36f87dfe72533e4c803741d3aca6c57b9ebc33ffe63895
size 59588

3
sddm-kcm-5.11.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6013cc7df9e865d402a9e4114d80546aca88b13fb4bcb30c272f93603281c1d2
size 62788