diff --git a/README.md b/README.md index 87c0f6d..113301b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # breeze-plymouth +KDE Plasma 5 boot splash theme. + diff --git a/breeze-plymouth.spec b/breeze-plymouth.spec new file mode 100644 index 0000000..e91376e --- /dev/null +++ b/breeze-plymouth.spec @@ -0,0 +1,59 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: breeze-plymouth +Version: 5.11.2 +Release: 1mamba +Summary: KDE Plasma 5 boot splash theme +Group: Graphical Desktop/Look 'n' feel +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: plymouth-devel +## AUTOBUILDREQ-END +BuildRequires: cmake +BuildRequires: rpm-macros-kde5 +BuildRequires: extra-cmake-modules +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Plasma 5 boot splash theme. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde5 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/plymouth/breeze-text.so +%dir %{_datadir}/plymouth/themes/breeze-text +%{_datadir}/plymouth/themes/breeze-text/* +%dir %{_datadir}/plymouth/themes/breeze +%{_datadir}/plymouth/themes/breeze/breeze.grub +%{_datadir}/plymouth/themes/breeze/breeze.plymouth +%{_datadir}/plymouth/themes/breeze/breeze.script +%dir %{_datadir}/plymouth/themes/breeze/images +%{_datadir}/plymouth/themes/breeze/images/* +%{_datadir}/plymouth/themes/breeze/preview.png +%doc COPYING + +%changelog +* Sun Oct 29 2017 Silvan Calarco 5.11.2-1mamba +- package created using the webbuild interface