update to 0.9.3.20180212git
revert to upstream version because endlessm fork does not work with breeze [release 0.9.3.20180212git-1mamba;Mon Feb 12 2018]
This commit is contained in:
parent
93172247c7
commit
a116a32904
@ -1,10 +0,0 @@
|
|||||||
--- plymouth-3.3.2/src/plugins/splash/script/script-lib-sprite.c.orig 2017-12-04 15:49:29.134059736 +0100
|
|
||||||
+++ plymouth-3.3.2/src/plugins/splash/script/script-lib-sprite.c 2017-12-04 15:41:55.759372872 +0100
|
|
||||||
@@ -450,6 +450,7 @@
|
|
||||||
clip_area.height = height;
|
|
||||||
|
|
||||||
node = ply_list_get_first_node (data->sprite_list);
|
|
||||||
+ if (!node) return;
|
|
||||||
sprite = ply_list_node_get_data (node);
|
|
||||||
|
|
||||||
/* Check If the first sprite should be rendered opaque */
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: plymouth
|
Name: plymouth
|
||||||
Epoch: 2
|
Epoch: 3
|
||||||
Version: 3.3.2
|
Version: 0.9.3.20180212git
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Provides a graphical boot animation while the boot process happens in the background
|
Summary: Provides a graphical boot animation while the boot process happens in the background
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -8,8 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||||
Source: https://github.com/endlessm/plymouth.git/Release_%{version}/plymouth-%{version}.tar.bz2
|
Source: https+git://anongit.freedesktop.org/git/plymouth/master/plymouth-%{version}.tar.bz2
|
||||||
#Source: https+git://anongit.freedesktop.org/git/plymouth/master/plymouth-%{version}.tar.bz2
|
|
||||||
Source1: initrd-functions
|
Source1: initrd-functions
|
||||||
Source2: plymouth-sddm.service
|
Source2: plymouth-sddm.service
|
||||||
Source3: plymouth-kdm.service
|
Source3: plymouth-kdm.service
|
||||||
@ -24,7 +23,6 @@ Patch5: plymouth-0.9.2.20150815git-ensure-start-drm-before-plymouth.patch
|
|||||||
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
|
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
|
||||||
Patch7: plymouth-0.9.3-quit-retain-splash.patch
|
Patch7: plymouth-0.9.3-quit-retain-splash.patch
|
||||||
Patch8: plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
|
Patch8: plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
|
||||||
Patch9: plymouth-3.3.2-script-lib-sprite-fix-crash.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -116,10 +114,9 @@ This package contains the default themes provides with plymouth.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
#%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -216,7 +213,6 @@ fi
|
|||||||
/lib/systemd/system/reboot.target.wants/plymouth-reboot.service
|
/lib/systemd/system/reboot.target.wants/plymouth-reboot.service
|
||||||
/lib/systemd/system/sysinit.target.wants/plymouth-read-write.service
|
/lib/systemd/system/sysinit.target.wants/plymouth-read-write.service
|
||||||
/lib/systemd/system/sysinit.target.wants/plymouth-start.service
|
/lib/systemd/system/sysinit.target.wants/plymouth-start.service
|
||||||
/lib/systemd/system-shutdown/plymouth-poweroff.sh
|
|
||||||
#%{_prefix}/lib/tmpfiles.d/plymouth.conf
|
#%{_prefix}/lib/tmpfiles.d/plymouth.conf
|
||||||
# NOTE: don't replace with %_libexecdir to avoid breaking x86_64
|
# NOTE: don't replace with %_libexecdir to avoid breaking x86_64
|
||||||
%{_prefix}/libexec/plymouth/plymouth-generate-initrd
|
%{_prefix}/libexec/plymouth/plymouth-generate-initrd
|
||||||
@ -285,6 +281,10 @@ fi
|
|||||||
%{_datadir}/plymouth/themes/tribar/*
|
%{_datadir}/plymouth/themes/tribar/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 12 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3.20180212git-1mamba
|
||||||
|
- update to 0.9.3.20180212git
|
||||||
|
- revert to upstream version because endlessm fork does not work with breeze
|
||||||
|
|
||||||
* Mon Dec 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
* Mon Dec 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
||||||
- update to 3.3.2 (endlessm fork)
|
- update to 3.3.2 (endlessm fork)
|
||||||
- patched to fix crash in script-lib-sprite.c at quit (maybe with --retain-splash)
|
- patched to fix crash in script-lib-sprite.c at quit (maybe with --retain-splash)
|
||||||
|
Loading…
Reference in New Issue
Block a user