[packages/kp5-breeze-plymouth] - 5.22.5

witekfl witekfl at pld-linux.org
Fri Sep 3 19:07:46 CEST 2021


commit 3eb4f570d09b8e8e388e127853b2be3e4eed8a44
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Sep 3 19:07:26 2021 +0200

    - 5.22.5

 kp5-breeze-plymouth.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
---
diff --git a/kp5-breeze-plymouth.spec b/kp5-breeze-plymouth.spec
new file mode 100644
index 0000000..db754ad
--- /dev/null
+++ b/kp5-breeze-plymouth.spec
@@ -0,0 +1,50 @@
+%define		kdeplasmaver	5.22.5
+%define		qtver		5.9.0
+%define		kpname		breeze-plymouth
+
+Summary:	breeze-plymouth
+Name:		kp5-%{kpname}
+Version:	5.22.5
+Release:	1
+License:	LGPL v2.1+
+Group:		X11/Libraries
+Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5:	c4241926f0fd840eb2d0a190ab265e4b
+URL:		http://www.kde.org/
+BuildRequires:	cmake >= 2.8.12
+BuildRequires:	kf5-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		qt5dir		%{_libdir}/qt5
+
+%description
+breeze-plymouth.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake -G Ninja \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DHTML_INSTALL_DIR=%{_kdedocdir} \
+	../
+%ninja_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/plymouth/breeze-text.so
+%{_datadir}/plymouth/themes/breeze-text
+%{_datadir}/plymouth/themes/breeze
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-breeze-plymouth.git/commitdiff/3eb4f570d09b8e8e388e127853b2be3e4eed8a44



More information about the pld-cvs-commit mailing list