2014-09-29 22:59:02 +00:00
|
|
|
#
|
|
|
|
# spec file for package kcm_sddm
|
|
|
|
#
|
2018-01-02 20:37:33 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-09-29 22:59:02 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 19:53:07 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-09-29 22:59:02 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-04-10 18:16:04 +00:00
|
|
|
%bcond_without lang
|
2014-09-29 22:59:02 +00:00
|
|
|
Name: kcm_sddm
|
2018-11-28 10:42:25 +00:00
|
|
|
Version: 5.14.4
|
2017-12-29 13:20:21 +00:00
|
|
|
Release: 0
|
2014-09-29 22:59:02 +00:00
|
|
|
Summary: A sddm control module for KDE
|
2018-06-19 21:42:08 +00:00
|
|
|
License: GPL-2.0-only
|
2014-09-29 22:59:02 +00:00
|
|
|
Group: System/GUI/KDE
|
2014-11-18 19:03:16 +00:00
|
|
|
Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository
|
2018-10-23 17:27:38 +00:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
|
2018-09-19 04:47:24 +00:00
|
|
|
%if %{with lang}
|
2018-10-23 17:27:38 +00:00
|
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz.sig
|
2018-09-19 04:47:24 +00:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2018-09-15 12:29:39 +00:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch1: dont-set-empty-autologin.patch
|
2017-07-11 11:45:51 +00:00
|
|
|
# PATCH-FIX-OPENSUSE
|
2017-09-15 03:22:13 +00:00
|
|
|
Patch2: 0002-Support-default.session-symlink.patch
|
2017-12-29 13:20:21 +00:00
|
|
|
# PATCH-FIX-OPENSUSE
|
|
|
|
Patch3: 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch
|
2018-05-14 07:52:48 +00:00
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
Patch4: remove-wayland-suffix.patch
|
2015-11-29 02:47:34 +00:00
|
|
|
BuildRequires: extra-cmake-modules >= 1.0.0
|
2014-09-29 22:59:02 +00:00
|
|
|
BuildRequires: kf5-filesystem
|
2017-12-29 13:20:21 +00:00
|
|
|
BuildRequires: pkgconfig
|
2017-01-13 16:36:52 +00:00
|
|
|
BuildRequires: cmake(KF5Archive)
|
2015-11-29 02:47:34 +00:00
|
|
|
BuildRequires: cmake(KF5Auth)
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
2017-01-13 16:36:52 +00:00
|
|
|
BuildRequires: cmake(KF5NewStuff)
|
2015-11-29 02:47:34 +00:00
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Designer) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Quick) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
2014-09-29 22:59:02 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
|
BuildRequires: pkgconfig(xcb-image)
|
|
|
|
BuildRequires: pkgconfig(xcb-shm)
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
2015-04-27 23:55:17 +00:00
|
|
|
Supplements: packageand(sddm:plasma5-workspace)
|
2017-12-29 13:20:21 +00:00
|
|
|
Recommends: %{name}-lang
|
2014-09-29 22:59:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
SDDM control module for KDE. It provides a graphical frontend for the
|
|
|
|
sddm.
|
|
|
|
|
2015-01-09 18:46:02 +00:00
|
|
|
%lang_package
|
2017-12-29 13:20:21 +00:00
|
|
|
|
2014-09-29 22:59:02 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n sddm-kcm-%{version}
|
2018-05-14 07:52:48 +00:00
|
|
|
%autopatch -p1
|
2014-09-29 22:59:02 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
2015-04-11 18:56:22 +00:00
|
|
|
%if %{with lang}
|
2015-01-09 18:46:02 +00:00
|
|
|
%find_lang %{name} %{name}.lang
|
2015-04-11 18:56:22 +00:00
|
|
|
%endif
|
2015-01-09 18:46:02 +00:00
|
|
|
|
2015-04-11 18:56:22 +00:00
|
|
|
%if %{with lang}
|
2015-01-09 18:46:02 +00:00
|
|
|
%files lang -f %{name}.lang
|
2015-04-11 18:56:22 +00:00
|
|
|
%endif
|
2014-09-29 22:59:02 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README
|
2018-05-21 09:07:08 +00:00
|
|
|
%license COPYING
|
2017-01-13 16:36:52 +00:00
|
|
|
%config %{_kf5_configdir}/sddmtheme.knsrc
|
|
|
|
%{_bindir}/sddmthemeinstaller
|
2014-09-29 22:59:02 +00:00
|
|
|
%{_kf5_servicesdir}/
|
|
|
|
%{_kf5_sharedir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
|
2014-11-18 19:03:16 +00:00
|
|
|
%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf
|
2014-09-29 22:59:02 +00:00
|
|
|
%{_kf5_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
|
|
|
|
%{_kf5_libdir}/libexec/
|
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_sharedir}/sddm-kcm/
|
|
|
|
|
|
|
|
%changelog
|