From 3db79f058763c82371fe2cc4f38429174762939b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:41:43 +0100 Subject: [PATCH] package created using the webbuild interface [release 5.10.5-1mamba;Fri Oct 06 2017] --- README.md | 2 ++ sddm-kcm.spec | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 sddm-kcm.spec diff --git a/README.md b/README.md index 14f9fff..5532954 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # sddm-kcm +KDE Plasma 5 configuration tool for the sddm login manager. + diff --git a/sddm-kcm.spec b/sddm-kcm.spec new file mode 100644 index 0000000..b801e99 --- /dev/null +++ b/sddm-kcm.spec @@ -0,0 +1,84 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: sddm-kcm +Version: 5.10.5 +Release: 1mamba +Summary: KDE Plasma 5 configuration tool for the sddm login manager +Group: Graphical Desktop/Applications/Configuration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXcursor-devel +BuildRequires: libXext-devel +BuildRequires: libXfixes-devel +BuildRequires: libattica5-devel +BuildRequires: libgcc +BuildRequires: libkarchive-devel +BuildRequires: libkauth-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkio-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libknewstuff-devel +BuildRequires: libkservice-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkxmlgui-devel +BuildRequires: libqt5-devel +BuildRequires: libstdc++6-devel +BuildRequires: libxcb-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Plasma 5 configuration tool for the sddm login manager. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}5_qt.lang +%defattr(-,root,root) +%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf +%{_sysconfdir}/xdg/sddmtheme.knsrc +%{_bindir}/sddmthemeinstaller +%{_libdir}/qt5/plugins/kcm_sddm.so +%{_libexecdir}/kf5/kauth/kcmsddm_authhelper +%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service +%{_datadir}/kservices5/kcm_sddm.desktop +%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy +%{_datadir}/sddm-kcm/main.qml +%doc COPYING + +%changelog +* Fri Oct 06 2017 Silvan Calarco 5.10.5-1mamba +- package created using the webbuild interface