From 35577d53715ec0ee3913891f1a07cee6dda0b707 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:21:51 +0100 Subject: [PATCH] move all themes to -themes subpackage [release 22.02.122-2mamba;Mon Aug 01 2022] --- plymouth.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index ede1355..593eb51 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -1,7 +1,7 @@ Name: plymouth Epoch: 3 Version: 22.02.122 -Release: 1mamba +Release: 2mamba Summary: Provides a graphical boot animation while the boot process happens in the background Group: System/Kernel and Hardware Vendor: openmamba @@ -109,6 +109,7 @@ This package contains the X11 renderer pluing. Summary: Plymouth default themes Group: System/Kernel and Hardware Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: plymouththeme %description themes Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. @@ -181,8 +182,8 @@ INITRAMFS=/boot/initramfs-$KVER.img if [ -e /boot/vmlinuz-$KVER ]; then KERNEL=/boot/vmlinuz-$KVER [ -e $INITRAMFS -a /sbin/plymouthd -nt $INITRAMFS ] || continue - [ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue - mkinitrd $INITRAMFS $KVER -f -q + [ -e $KERNEL -a -e /usr/sbin/mkinitrd ] || continue + mkinitrd $INITRAMFS $KVER -f -H -q fi : @@ -229,12 +230,6 @@ fi #%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop %{_datadir}/plymouth/plymouthd.defaults %dir %{_datadir}/plymouth/themes -%dir %{_datadir}/plymouth/themes/details -%{_datadir}/plymouth/themes/details/* -%dir %{_datadir}/plymouth/themes/text -%{_datadir}/plymouth/themes/text/* -%dir %{_datadir}/plymouth/themes/bgrt -%{_datadir}/plymouth/themes/bgrt/* %dir /var/lib/plymouth #%dir /var/run/plymouth %dir /var/spool/plymouth @@ -288,6 +283,12 @@ fi %defattr(-,root,root) %{_libdir}/plymouth/tribar.la %{_libdir}/plymouth/tribar.so +%dir %{_datadir}/plymouth/themes/details +%{_datadir}/plymouth/themes/details/* +%dir %{_datadir}/plymouth/themes/text +%{_datadir}/plymouth/themes/text/* +%dir %{_datadir}/plymouth/themes/bgrt +%{_datadir}/plymouth/themes/bgrt/* %dir %{_datadir}/plymouth/themes/fade-in %{_datadir}/plymouth/themes/fade-in/* %dir %{_datadir}/plymouth/themes/glow @@ -304,6 +305,9 @@ fi %{_datadir}/plymouth/themes/tribar/* %changelog +* Mon Aug 01 2022 Silvan Calarco 22.02.122-2mamba +- move all themes to -themes subpackage + * Sat Jan 22 2022 Automatic Build System 22.02.122-1mamba - automatic version update by autodist