[packages/kp6-sddm-kcm] - updated to 6.0.0

witekfl witekfl at pld-linux.org
Sun Mar 3 21:11:24 CET 2024


commit 9388dd480239c0d640980220ff18ce9f14c548a6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Mar 3 20:58:48 2024 +0100

    - updated to 6.0.0

 kp6-sddm-kcm.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)
---
diff --git a/kp6-sddm-kcm.spec b/kp6-sddm-kcm.spec
new file mode 100644
index 0000000..5d95273
--- /dev/null
+++ b/kp6-sddm-kcm.spec
@@ -0,0 +1,71 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeplasmaver	6.0.0
+%define		qtver		5.15.2
+%define		kpname		sddm-kcm
+
+Summary:	KDE Config Module for SDDM
+Name:		kp6-%{kpname}
+Version:	6.0.0
+Release:	1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	973e99f506a6fdad96a8b43d04a0b510
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	cmake >= 3.16.0
+BuildRequires:	kf6-kauth-devel
+BuildRequires:	kf6-kconfigwidgets-devel
+BuildRequires:	kf6-kcoreaddons-devel
+BuildRequires:	kf6-ki18n-devel
+BuildRequires:	kf6-kio-devel
+BuildRequires:	kf6-kxmlgui-devel
+BuildRequires:	ninja
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt6dir		%{_libdir}/qt6
+
+%description
+KDE Config Module for SDDM.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kpname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{kpname}.lang
+%defattr(644,root,root,755)
+%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
+%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
+%attr(755,root,root) %{_bindir}/sddmthemeinstaller
+%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf
+%{_datadir}/knsrcfiles/sddmtheme.knsrc
+%attr(755,root,root) %{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_sddm.so
+%{_desktopdir}/kcm_sddm.desktop
+%attr(755,root,root) %{_prefix}/libexec/kf6/kauth/kcmsddm_authhelper
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-sddm-kcm.git/commitdiff/9388dd480239c0d640980220ff18ce9f14c548a6



More information about the pld-cvs-commit mailing list