sddm-kcm
This commit is contained in:
69
sddm-kcm/sddm-kcm6.spec
Normal file
69
sddm-kcm/sddm-kcm6.spec
Normal file
@@ -0,0 +1,69 @@
|
||||
# SPDX-FileCopyrightText: (C) 2025 Institute of Software, Chinese Academy of Sciences (ISCAS)
|
||||
# SPDX-FileCopyrightText: (C) 2025 openRuyi Project Contributors
|
||||
# SPDX-FileContributor: jingyupu <pujingyu@iscas.ac.cn>
|
||||
#
|
||||
# SPDX-License-Identifier: MulanPSL-2.0
|
||||
|
||||
%define kf6_version 6.18.0
|
||||
%define qt6_version 6.9.0
|
||||
|
||||
Name: sddm-kcm
|
||||
Version: 6.5.5
|
||||
Release: 0
|
||||
Summary: A sddm control module for KDE
|
||||
License: GPL-2.0-only
|
||||
URL: https://projects.kde.org/projects/kdereview/sddm-kcm/repository
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Auth) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QuickWidgets) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
Supplements: (sddm and plasma-workspace)
|
||||
Provides: kcm_sddm = %{version}
|
||||
Obsoletes: kcm_sddm < %{version}
|
||||
Obsoletes: kcm_sddm-lang < %{version}
|
||||
|
||||
%description
|
||||
SDDM control module for Plasma. It provides a graphical frontend for the SDDM.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang kcm_sddm
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSES/*
|
||||
%{_kf6_bindir}/sddmthemeinstaller
|
||||
%{_kf6_applicationsdir}/kcm_sddm.desktop
|
||||
%{_kf6_dbuspolicydir}/org.kde.kcontrol.kcmsddm.conf
|
||||
%{_kf6_knsrcfilesdir}/sddmtheme.knsrc
|
||||
%{_kf6_plugindir}/plasma/kcms/systemsettings/kcm_sddm.so
|
||||
%{_kf6_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
|
||||
%{_kf6_sharedir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
|
||||
%{_kf6_libexecdir}/kauth/kcmsddm_authhelper
|
||||
|
||||
%files lang -f kcm_sddm.lang
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user