automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]

This commit is contained in:
Automatic Build System 2024-03-29 19:24:21 +01:00
parent 3f7442bdce
commit c431566230
2 changed files with 43 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# sddm-kcm
KDE Plasma 5 configuration tool for the sddm login manager.
KDE Plasma configuration tool for the sddm login manager.

View File

@ -1,47 +1,41 @@
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: sddm-kcm
Version: 5.27.10
Version: 6.0.2
Release: 1mamba
Summary: KDE Plasma 5 configuration tool for the sddm login manager
Summary: KDE Plasma configuration tool for the sddm login manager
Group: Graphical Desktop/Applications/Configuration
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: https://download.kde.org/stable/plasma/%{plasmaver}/sddm-kcm-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
URL: https://kde.org/it/plasma-desktop/
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/sddm-kcm-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libattica5-devel
BuildRequires: libgcc
BuildRequires: libkarchive-devel
BuildRequires: libkauth-devel
BuildRequires: libkcmutils-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libkdeclarative-devel
BuildRequires: libki18n-devel
BuildRequires: libkio-devel
BuildRequires: libknewstuff-devel
BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libglvnd-devel
BuildRequires: libkf6-karchive-devel
BuildRequires: libkf6-kauth-devel
BuildRequires: libkf6-kcmutils-devel
BuildRequires: libkf6-kcolorscheme-devel
BuildRequires: libkf6-kconfig-devel
BuildRequires: libkf6-kconfigwidgets-devel
BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-ki18n-devel
BuildRequires: libkf6-kio-devel
BuildRequires: libkf6-kservice-devel
BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
%description
KDE Plasma 5 configuration tool for the sddm login manager.
KDE Plasma configuration tool for the sddm login manager.
%debug_package
@ -49,12 +43,12 @@ KDE Plasma 5 configuration tool for the sddm login manager.
%setup -q
%build
%cmake_kde5 -d build
%make
%cmake_kf6
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%cmake_install
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
@ -64,18 +58,31 @@ KDE Plasma 5 configuration tool for the sddm login manager.
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%{_bindir}/sddmthemeinstaller
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_sddm.so
%{_libexecdir}/kf5/kauth/kcmsddm_authhelper
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_sddm.so
%{_libexecdir}/kf6/kauth/kcmsddm_authhelper
%{_datadir}/applications/kcm_sddm.desktop
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf
%{_datadir}/knsrcfiles/sddmtheme.knsrc
%dir %{_datadir}/kpackage/kcms/kcm_sddm
%{_datadir}/kpackage/kcms/kcm_sddm/*
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
%doc COPYING
%{_datadir}/knsrcfiles/sddmtheme.knsrc
%doc LICENSES
%changelog
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
- automatic version update by autodist
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
- automatic version update by autodist
* Sat Mar 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
- update to 6.0.0
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
- automatic version update by autodist
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
- automatic version update by autodist
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
- automatic version update by autodist