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

witekfl witekfl at pld-linux.org
Sun Mar 3 21:08:10 CET 2024


commit 5f7cce5f072760904fc6f4d49879771e7b4e2153
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Mar 3 20:55:14 2024 +0100

    - updated to 6.0.0

 kp6-breeze-plymouth.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
---
diff --git a/kp6-breeze-plymouth.spec b/kp6-breeze-plymouth.spec
new file mode 100644
index 0000000..a8b1f28
--- /dev/null
+++ b/kp6-breeze-plymouth.spec
@@ -0,0 +1,56 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%define		kdeplasmaver	6.0.0
+%define		qtver		5.15.2
+%define		kpname		breeze-plymouth
+
+Summary:	breeze-plymouth
+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:	f399364375591938bdfb2d235f13923b
+URL:		http://www.kde.org/
+BuildRequires:	cmake >= 3.16.0
+BuildRequires:	kf6-extra-cmake-modules >= 1.8.0
+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
+breeze-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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/breeze-text.so
+%{_datadir}/plymouth/themes/breeze-text
+%{_datadir}/plymouth/themes/breeze
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-breeze-plymouth.git/commitdiff/5f7cce5f072760904fc6f4d49879771e7b4e2153



More information about the pld-cvs-commit mailing list