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

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


commit 67bbc6804edd1bf4bfb5647653e756ac0af298c2
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Mar 3 20:58:29 2024 +0100

    - updated to 6.0.0

 kp6-plymouth-kcm.spec | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 78 insertions(+)
---
diff --git a/kp6-plymouth-kcm.spec b/kp6-plymouth-kcm.spec
new file mode 100644
index 0000000..69f3041
--- /dev/null
+++ b/kp6-plymouth-kcm.spec
@@ -0,0 +1,78 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeplasmaver	6.0.0
+%define		qtver		5.15.2
+%define		kpname		plymouth-kcm
+
+Summary:	KDE Config Module for Plyouth
+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:	e377ca58ca8089ce4e4c26c03e85b4f1
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= 5.15.0
+BuildRequires:	Qt6Gui-devel >= 5.15.0
+BuildRequires:	Qt6Network-devel >= 5.15.0
+BuildRequires:	Qt6Qml-devel >= 5.15.2
+BuildRequires:	Qt6Quick-devel >= 5.15.0
+BuildRequires:	cmake >= 3.16.0
+BuildRequires:	gettext-devel
+BuildRequires:	kf6-extra-cmake-modules >= 5.82
+BuildRequires:	kf6-karchive-devel >= 5.82
+BuildRequires:	kf6-kconfig-devel >= 5.82
+BuildRequires:	kf6-kdeclarative-devel >= 5.82
+BuildRequires:	kf6-ki18n-devel >= 5.82
+BuildRequires:	kf6-kio-devel >= 5.82
+BuildRequires:	kf6-knewstuff-devel >= 5.82
+BuildRequires:	ninja
+BuildRequires:	plymouth-devel
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		qt6dir		%{_libdir}/qt6
+
+%description
+KDE Config Module for Plymouth.
+
+%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)
+%attr(755,root,root) %{_bindir}/kplymouththemeinstaller
+%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmplymouth.service
+%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmplymouth.conf
+%{_datadir}/knsrcfiles/plymouth.knsrc
+%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmplymouth.policy
+%attr(755,root,root) %{_libdir}/qt6/plugins/plasma/kcms/systemsettings/kcm_plymouth.so
+%{_desktopdir}/kcm_plymouth.desktop
+%attr(755,root,root) %{_prefix}/libexec/kf6/kauth/plymouthhelper
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-plymouth-kcm.git/commitdiff/67bbc6804edd1bf4bfb5647653e756ac0af298c2



More information about the pld-cvs-commit mailing list