|
@@ -1,45 +1,54 @@
|
|
|
|
+%bcond_with systemd
|
|
|
|
+
|
|
%define plymouthdaemon_execdir /sbin
|
|
%define plymouthdaemon_execdir /sbin
|
|
%define plymouthclient_execdir /bin
|
|
%define plymouthclient_execdir /bin
|
|
%define plymouth_libdir /%{_lib}
|
|
%define plymouth_libdir /%{_lib}
|
|
|
|
|
|
-Summary: Graphical Boot Animation and Logger
|
|
+Summary: Graphical Boot Animation and Logger
|
|
-Summary(ja): グラフィカルブートアニメーション
|
|
+Summary(ja): グラフィカルブートアニメーション
|
|
-Name: plymouth
|
|
+Name: plymouth
|
|
-Version: 0.8.8
|
|
+Version: 0.9.5
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
-License: GPLv2+
|
|
+Group: system
|
|
-Group: System Environment/Base
|
|
+Vendor: Project Vine
|
|
-URL: http://freedesktop.org/software/plymouth/releases
|
|
+Distribution: Vine Linux
|
|
-
|
|
+Packager: daisuke
|
|
-Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
|
+
|
|
-Source1: boot-duration
|
|
+License: GPLv2+
|
|
-Source2: plymouth-update-initrd-vine
|
|
+URL: https://www.freedesktop.org/wiki/Software/Plymouth/
|
|
-Source10: vinelogo-bw.png
|
|
+Source0: https://www.freedesktop.org/software/plymouth/releases//%{name}-%{version}.tar.xz
|
|
-Source11: plymouth-theme-script.tar.bz2
|
|
+Source1: boot-duration
|
|
-Source12: plymouth-theme-charge.tar.bz2
|
|
+Source2: plymouth-update-initrd-vine
|
|
-
|
|
+Source10: vinelogo-bw.png
|
|
-Patch0: fix-crash.patch
|
|
+Source11: charge.plymouth
|
|
-Patch13: plymouth-0.8.3-avoid-sigpipe.patch
|
|
+Patch0: plymouth-0.9.5-20210324.patch
|
|
-
|
|
+
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-
|
|
+BuildRequires: libdrm-devel >= 2.4.40
|
|
-Requires: vine-logos
|
|
+BuildRequires: kernel-headers
|
|
|
|
+BuildRequires: libxslt, docbook-style-xsl
|
|
|
|
+BuildRequires: gtk3-devel
|
|
|
|
+BuildRequires: pango-devel >= 1.21.0
|
|
|
|
+BuildRequires: cairo-devel
|
|
|
|
+BuildRequires: gettext-devel
|
|
|
|
+BuildRequires: intltool
|
|
|
|
+Requires: vine-logos
|
|
|
|
+Requires: plymouth-system-theme
|
|
Requires(post): plymouth-scripts
|
|
Requires(post): plymouth-scripts
|
|
|
|
+Obsoletes: bootsplash <= 3.2
|
|
|
|
+Provides: bootsplash
|
|
|
|
+Obsoletes: plymouth-utils < 0.8.4
|
|
|
|
+Obsoletes: plymouth-gdm-hooks < 0.8.4
|
|
|
|
+Obsoletes: plymouth-plugin-throbgress < 0.9.5
|
|
|
|
+%if %{with systemd}
|
|
|
|
+BuildRequires: systemd-devel
|
|
|
|
+%{?systemd_requires}
|
|
|
|
+%else
|
|
|
|
+BuildRequires: eudev-libudev-devel
|
|
|
|
+BuildRequires: ncurses-devel
|
|
Requires: initscripts >= 8.90.5
|
|
Requires: initscripts >= 8.90.5
|
|
-Requires: plymouth-system-theme
|
|
+%endif
|
|
-
|
|
|
|
-Obsoletes: bootsplash <= 3.2
|
|
|
|
-Provides: bootsplash
|
|
|
|
-Obsoletes: plymouth-utils < 0.8.4
|
|
|
|
-Obsoletes: plymouth-gdm-hooks < 0.8.4
|
|
|
|
-
|
|
|
|
-BuildRequires: libdrm-devel >= 2.4.40
|
|
|
|
-BuildRequires: gtk2-devel
|
|
|
|
-BuildRequires: kernel-headers
|
|
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: daisuke
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
Plymouth provides an attractive graphical boot animation in
|
|
Plymouth provides an attractive graphical boot animation in
|
|
@@ -47,10 +56,11 @@ place of the text messages that normally get shown. Text
|
|
messages are instead redirected to a log file for viewing
|
|
messages are instead redirected to a log file for viewing
|
|
after boot.
|
|
after boot.
|
|
|
|
|
|
|
|
+
|
|
%package system-theme
|
|
%package system-theme
|
|
Summary: Plymouth default theme
|
|
Summary: Plymouth default theme
|
|
Summary(ja): Plymouth default theme
|
|
Summary(ja): Plymouth default theme
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Obsoletes: %{name}-system-plugin < %{version}-%{release}
|
|
Obsoletes: %{name}-system-plugin < %{version}-%{release}
|
|
Provides: %{name}-system-plugin = %{version}-%{release}
|
|
Provides: %{name}-system-plugin = %{version}-%{release}
|
|
Requires: plymouth(system-theme) = %{version}-%{release}
|
|
Requires: plymouth(system-theme) = %{version}-%{release}
|
|
@@ -58,19 +68,21 @@ Requires: plymouth(system-theme) = %{version}-%{release}
|
|
%description system-theme
|
|
%description system-theme
|
|
This metapackage tracks the current distribution default theme.
|
|
This metapackage tracks the current distribution default theme.
|
|
|
|
|
|
|
|
+
|
|
%package core-libs
|
|
%package core-libs
|
|
Summary: Plymouth core libraries
|
|
Summary: Plymouth core libraries
|
|
Summary(ja): Plymouth core libraries
|
|
Summary(ja): Plymouth core libraries
|
|
-Group: Development/Libraries
|
|
+Group: system
|
|
|
|
|
|
%description core-libs
|
|
%description core-libs
|
|
This package contains the libply and libply-splash-core libraries
|
|
This package contains the libply and libply-splash-core libraries
|
|
used by Plymouth.
|
|
used by Plymouth.
|
|
|
|
|
|
|
|
+
|
|
%package graphics-libs
|
|
%package graphics-libs
|
|
Summary: Plymouth graphics libraries
|
|
Summary: Plymouth graphics libraries
|
|
Summary(ja): Plymouth graphics libraries
|
|
Summary(ja): Plymouth graphics libraries
|
|
-Group: Development/Libraries
|
|
+Group: system
|
|
Requires: %{name}-core-libs = %{version}-%{release}
|
|
Requires: %{name}-core-libs = %{version}-%{release}
|
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
|
Provides: %{name}-libs = %{version}-%{release}
|
|
Provides: %{name}-libs = %{version}-%{release}
|
|
@@ -80,10 +92,11 @@ BuildRequires: libpng-devel
|
|
This package contains the libply-splash-graphics library
|
|
This package contains the libply-splash-graphics library
|
|
used by graphical Plymouth splashes.
|
|
used by graphical Plymouth splashes.
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Libraries and headers for writing Plymouth splash plugins
|
|
Summary: Libraries and headers for writing Plymouth splash plugins
|
|
Summary(ja): Libraries and headers for writing Plymouth splash plugins
|
|
Summary(ja): Libraries and headers for writing Plymouth splash plugins
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
@@ -91,19 +104,21 @@ Requires: pkgconfig
|
|
This package contains the libply and libplybootsplash libraries
|
|
This package contains the libply and libplybootsplash libraries
|
|
and headers needed to develop 3rd party splash plugins for Plymouth.
|
|
and headers needed to develop 3rd party splash plugins for Plymouth.
|
|
|
|
|
|
|
|
+
|
|
%package scripts
|
|
%package scripts
|
|
Summary: Plymouth related scripts
|
|
Summary: Plymouth related scripts
|
|
Summary(ja): Plymouth 関連スクリプト
|
|
Summary(ja): Plymouth 関連スクリプト
|
|
-Group: Applications/System
|
|
+Group: system
|
|
|
|
|
|
%description scripts
|
|
%description scripts
|
|
This package contains scripts that help integrate Plymouth with
|
|
This package contains scripts that help integrate Plymouth with
|
|
the system.
|
|
the system.
|
|
|
|
|
|
|
|
+
|
|
%package plugin-label
|
|
%package plugin-label
|
|
Summary: Plymouth label plugin
|
|
Summary: Plymouth label plugin
|
|
Summary(ja): Plymouth label plugin
|
|
Summary(ja): Plymouth label plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
BuildRequires: pango-devel >= 1.21.0
|
|
BuildRequires: pango-devel >= 1.21.0
|
|
BuildRequires: cairo-devel
|
|
BuildRequires: cairo-devel
|
|
@@ -113,10 +128,11 @@ This package contains the label control plugin for
|
|
Plymouth. It provides the ability to render text on
|
|
Plymouth. It provides the ability to render text on
|
|
graphical boot splashes using pango and cairo.
|
|
graphical boot splashes using pango and cairo.
|
|
|
|
|
|
|
|
+
|
|
%package plugin-fade-throbber
|
|
%package plugin-fade-throbber
|
|
Summary: Plymouth "Fade-Throbber" plugin
|
|
Summary: Plymouth "Fade-Throbber" plugin
|
|
Summary(ja): Plymouth "Fade-Throbber" plugin
|
|
Summary(ja): Plymouth "Fade-Throbber" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
%description plugin-fade-throbber
|
|
%description plugin-fade-throbber
|
|
@@ -124,10 +140,11 @@ This package contains the "Fade-In" boot splash plugin for
|
|
Plymouth. It features a centered image that fades in and out
|
|
Plymouth. It features a centered image that fades in and out
|
|
while other images pulsate around during system boot up.
|
|
while other images pulsate around during system boot up.
|
|
|
|
|
|
|
|
+
|
|
%package theme-fade-in
|
|
%package theme-fade-in
|
|
Summary: Plymouth "Fade-In" theme
|
|
Summary: Plymouth "Fade-In" theme
|
|
Summary(ja): Plymouth "Fade-In" theme
|
|
Summary(ja): Plymouth "Fade-In" theme
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
|
|
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
|
|
|
|
|
|
%description theme-fade-in
|
|
%description theme-fade-in
|
|
@@ -135,34 +152,23 @@ This package contains the "Fade-In" boot splash theme for
|
|
Plymouth. It features a centered logo that fades in and out
|
|
Plymouth. It features a centered logo that fades in and out
|
|
while stars twinkle around the logo during system boot up.
|
|
while stars twinkle around the logo during system boot up.
|
|
|
|
|
|
-%package plugin-throbgress
|
|
|
|
-Summary: Plymouth "Throbgress" plugin
|
|
|
|
-Summary(ja): Plymouth "Throbgress" plugin
|
|
|
|
-Group: System Environment/Base
|
|
|
|
-Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
-Requires: plymouth-plugin-label
|
|
|
|
-
|
|
|
|
-%description plugin-throbgress
|
|
|
|
-This package contains the "throbgress" boot splash plugin for
|
|
|
|
-Plymouth. It features a centered logo and animated spinner that
|
|
|
|
-spins repeatedly while a progress bar advances at the bottom of
|
|
|
|
-the screen.
|
|
|
|
|
|
|
|
%package theme-spinfinity
|
|
%package theme-spinfinity
|
|
Summary: Plymouth "Spinfinity" theme
|
|
Summary: Plymouth "Spinfinity" theme
|
|
Summary(ja): Plymouth "Spinfinity" theme
|
|
Summary(ja): Plymouth "Spinfinity" theme
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
-Requires: %{name}-plugin-throbgress = %{version}-%{release}
|
|
+Requires: %{name}-plugin-two-step = %{version}-%{release}
|
|
|
|
|
|
%description theme-spinfinity
|
|
%description theme-spinfinity
|
|
This package contains the "Spinfinity" boot splash theme for
|
|
This package contains the "Spinfinity" boot splash theme for
|
|
Plymouth. It features a centered logo and animated spinner that
|
|
Plymouth. It features a centered logo and animated spinner that
|
|
spins in the shape of an infinity sign.
|
|
spins in the shape of an infinity sign.
|
|
|
|
|
|
|
|
+
|
|
%package plugin-space-flares
|
|
%package plugin-space-flares
|
|
Summary: Plymouth "space-flares" plugin
|
|
Summary: Plymouth "space-flares" plugin
|
|
Summary(ja): Plymouth "space-flares" plugin
|
|
Summary(ja): Plymouth "space-flares" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: plymouth-plugin-label
|
|
Requires: plymouth-plugin-label
|
|
|
|
|
|
@@ -170,20 +176,22 @@ Requires: plymouth-plugin-label
|
|
This package contains the "space-flares" boot splash plugin for
|
|
This package contains the "space-flares" boot splash plugin for
|
|
Plymouth. It features a corner image with animated flares.
|
|
Plymouth. It features a corner image with animated flares.
|
|
|
|
|
|
|
|
+
|
|
%package theme-solar
|
|
%package theme-solar
|
|
Summary: Plymouth "Solar" theme
|
|
Summary: Plymouth "Solar" theme
|
|
Summary(ja): Plymouth "Solar" theme
|
|
Summary(ja): Plymouth "Solar" theme
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-plugin-space-flares = %{version}-%{release}
|
|
Requires: %{name}-plugin-space-flares = %{version}-%{release}
|
|
|
|
|
|
%description theme-solar
|
|
%description theme-solar
|
|
This package contains the "Solar" boot splash theme for
|
|
This package contains the "Solar" boot splash theme for
|
|
Plymouth. It features a blue flamed sun with animated solar flares.
|
|
Plymouth. It features a blue flamed sun with animated solar flares.
|
|
|
|
|
|
|
|
+
|
|
%package plugin-two-step
|
|
%package plugin-two-step
|
|
Summary: Plymouth "two-step" plugin
|
|
Summary: Plymouth "two-step" plugin
|
|
Summary(ja): Plymouth "two-step" plugin
|
|
Summary(ja): Plymouth "two-step" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: plymouth-plugin-label
|
|
Requires: plymouth-plugin-label
|
|
|
|
|
|
@@ -193,10 +201,11 @@ Plymouth. It features a two phased boot process that starts with
|
|
a progressing animation synced to boot time and finishes with a
|
|
a progressing animation synced to boot time and finishes with a
|
|
short, fast one-shot animation.
|
|
short, fast one-shot animation.
|
|
|
|
|
|
|
|
+
|
|
%package theme-charge
|
|
%package theme-charge
|
|
Summary: Plymouth "Charge" plugin
|
|
Summary: Plymouth "Charge" plugin
|
|
Summary(ja): Plymouth "Charge" plugin
|
|
Summary(ja): Plymouth "Charge" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-plugin-two-step = %{version}-%{release}
|
|
Requires: %{name}-plugin-two-step = %{version}-%{release}
|
|
|
|
|
|
%description theme-charge
|
|
%description theme-charge
|
|
@@ -204,10 +213,11 @@ This package contains the "charge" boot splash theme for
|
|
Plymouth. It features the shadowy hull of a logo charge up and
|
|
Plymouth. It features the shadowy hull of a logo charge up and
|
|
and finally burst into full form.
|
|
and finally burst into full form.
|
|
|
|
|
|
|
|
+
|
|
%package plugin-script
|
|
%package plugin-script
|
|
Summary: Plymouth "script" plugin
|
|
Summary: Plymouth "script" plugin
|
|
Summary(ja): Plymouth "script" plugin
|
|
Summary(ja): Plymouth "script" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
%description plugin-script
|
|
%description plugin-script
|
|
@@ -216,10 +226,11 @@ Plymouth. It features an extensible, scriptable boot splash
|
|
language that simplifies the process of designing custom
|
|
language that simplifies the process of designing custom
|
|
boot splash themes.
|
|
boot splash themes.
|
|
|
|
|
|
|
|
+
|
|
%package theme-script
|
|
%package theme-script
|
|
Summary: Plymouth "Script" plugin
|
|
Summary: Plymouth "Script" plugin
|
|
Summary(ja): Plymouth "Script" plugin
|
|
Summary(ja): Plymouth "Script" plugin
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
Requires: %{name}-plugin-script = %{version}-%{release}
|
|
Requires: %{name}-plugin-script = %{version}-%{release}
|
|
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
|
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
|
Provides: plymouth(system-theme) = %{version}-%{release}
|
|
Provides: plymouth(system-theme) = %{version}-%{release}
|
|
@@ -229,63 +240,96 @@ This package contains the "script" boot splash theme for
|
|
Plymouth. It it is a simple example theme the uses the "script"
|
|
Plymouth. It it is a simple example theme the uses the "script"
|
|
plugin.
|
|
plugin.
|
|
|
|
|
|
|
|
+
|
|
|
|
+%package theme-spinner
|
|
|
|
+Summary: Plymouth "Spinner" theme
|
|
|
|
+Requires: %{name}-plugin-two-step = %{version}-%{release}
|
|
|
|
+Requires: TrueType-vlgothic
|
|
|
|
+Requires(post): plymouth-scripts
|
|
|
|
+Provides: plymouth(system-theme) = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description theme-spinner
|
|
|
|
+This package contains the "spinner" boot splash theme for
|
|
|
|
+Plymouth. It features a small spinner on a dark background.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1 -b .fix-crash
|
|
+%autopatch -p1
|
|
-%patch13 -p1 -b .avoid-sigpipe
|
|
+autoreconf -ivf -Wno-portability
|
|
-
|
|
|
|
# Change the default theme
|
|
# Change the default theme
|
|
-sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
+sed -i -e 's/spinner/bgrt/g' src/plymouthd.defaults
|
|
|
|
+
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-tracing --disable-tests \
|
|
+%configure \
|
|
- --with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png \
|
|
+ --enable-tracing --disable-tests \
|
|
- --with-background-start-color-stop=0x3A3A6A \
|
|
+ --with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png \
|
|
- --with-background-end-color-stop=0x000000 \
|
|
+ --with-background-start-color-stop=0x3A3A6A \
|
|
- --with-background-color=0x000000 \
|
|
+ --with-background-end-color-stop=0x000000 \
|
|
- --with-release-file=/etc/vine-release \
|
|
+ --with-background-color=0x000000 \
|
|
- --enable-gdm-transition \
|
|
+ --with-release-file=/etc/vine-release \
|
|
- --with-system-root-install \
|
|
+ --disable-gdm-transition \
|
|
- --disable-libkms
|
|
+ --with-system-root-install \
|
|
|
|
+ --without-rhgb-compat-link \
|
|
|
|
+%if %{with systemd}
|
|
|
|
+ --with-runtimedir=/run \
|
|
|
|
+ --enable-systemd-integration \
|
|
|
|
+ --with-systemdunitdir=%{_unitdir} \
|
|
|
|
+%else
|
|
|
|
+ --disable-systemd-integration \
|
|
|
|
+ --enable-upstart-monitoring \
|
|
|
|
+%endif
|
|
|
|
+ %{nil}
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
-%install
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-
|
|
|
|
-make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
-
|
|
|
|
-# Glow isn't quite ready for primetime
|
|
|
|
-rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
|
|
|
|
-rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
|
|
|
|
|
|
|
|
-find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
|
|
+%install
|
|
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
+make install DESTDIR=%{buildroot}
|
|
|
|
+%find_lang %{name}
|
|
|
|
+find %{buildroot} -name '*.la' -delete
|
|
|
|
|
|
# Temporary symlink until rc.sysinit is fixed
|
|
# Temporary symlink until rc.sysinit is fixed
|
|
-(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
|
|
+mkdir -p %{buildroot}%{_bindir}
|
|
|
|
+(cd %{buildroot}%{_bindir}; ln -s ../../bin/plymouth)
|
|
|
|
|
|
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
|
+mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
|
|
-cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
|
|
+cp %{SOURCE1} %{buildroot}%{_datadir}/plymouth/default-boot-duration
|
|
-cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
|
+cp %{SOURCE1} %{buildroot}%{_localstatedir}/lib/plymouth
|
|
|
|
|
|
-# update script theme
|
|
+# update charge theme
|
|
-tar xjvf %{SOURCE11} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
|
|
+mkdir -p %{buildroot}%{_datadir}/plymouth/themes/charge
|
|
-# add charge theme
|
|
+cp %{SOURCE11} %{buildroot}%{_datadir}/plymouth/themes/charge
|
|
-tar xjvf %{SOURCE12} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
|
|
+cp %{buildroot}%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png %{buildroot}%{_datadir}/plymouth/themes/charge
|
|
|
|
|
|
# install vinelogo-bw.png
|
|
# install vinelogo-bw.png
|
|
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
|
|
+#mkdir -p %{buildroot}%{_datadir}/pixmaps/vine/
|
|
-cp %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
|
|
+#cp %{SOURCE10} %{buildroot}%{_datadir}/pixmaps/vine/
|
|
|
|
|
|
# Override plymouth-update-initrd to work with mkinitrd
|
|
# Override plymouth-update-initrd to work with mkinitrd
|
|
-cp -f $RPM_SOURCE_DIR/plymouth-update-initrd-vine $RPM_BUILD_ROOT%{_libexecdir}/plymouth/plymouth-update-initrd
|
|
+cp -f %{SOURCE2} %{buildroot}%{_libexecdir}/plymouth/plymouth-update-initrd
|
|
|
|
|
|
# Drop glow
|
|
# Drop glow
|
|
-rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
|
|
+rm -rf %{buildroot}%{_datadir}/plymouth/themes/glow
|
|
|
|
+
|
|
|
|
+# fix symlink
|
|
|
|
+rm -f %{buildroot}%{_datadir}/plymouth/themes/spinfinity/header-image.png
|
|
|
|
+ln -sf ../../../pixmaps/vine/vinelogo-bw.png \
|
|
|
|
+ %{buildroot}%{_datadir}/plymouth/themes/spinfinity/header-image.png
|
|
|
|
+
|
|
|
|
+# substitute font
|
|
|
|
+sed -i \
|
|
|
|
+ -e 's/Cantarell Light 30/VL PGothic 30/' \
|
|
|
|
+ -e 's/Cantarell 12/VL PGothic 12/' \
|
|
|
|
+ %{buildroot}%{_datadir}/plymouth/themes/spinner/spinner.plymouth
|
|
|
|
|
|
-%clean
|
|
+
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
+%ldconfig_scriptlets core-libs
|
|
|
|
+%ldconfig_scriptlets graphics-libs
|
|
|
|
|
|
%post
|
|
%post
|
|
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
|
|
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
|
|
@@ -296,14 +340,8 @@ if [ $1 -eq 0 ]; then
|
|
rm -f /boot/initrd-plymouth.img
|
|
rm -f /boot/initrd-plymouth.img
|
|
fi
|
|
fi
|
|
|
|
|
|
-%post core-libs -p /sbin/ldconfig
|
|
|
|
-%postun core-libs -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%post graphics-libs -p /sbin/ldconfig
|
|
|
|
-%postun graphics-libs -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
|
|
|
|
-%files
|
|
+%files -f %{name}.lang
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS NEWS README
|
|
%doc AUTHORS NEWS README
|
|
%dir %{_datadir}/plymouth
|
|
%dir %{_datadir}/plymouth
|
|
@@ -314,20 +352,28 @@ fi
|
|
%{plymouthdaemon_execdir}/plymouthd
|
|
%{plymouthdaemon_execdir}/plymouthd
|
|
%{plymouthclient_execdir}/plymouth
|
|
%{plymouthclient_execdir}/plymouth
|
|
%{_bindir}/plymouth
|
|
%{_bindir}/plymouth
|
|
-%{_bindir}/rhgb-client
|
|
+#{_bindir}/rhgb-client
|
|
%{_libdir}/plymouth/details.so
|
|
%{_libdir}/plymouth/details.so
|
|
%{_libdir}/plymouth/text.so
|
|
%{_libdir}/plymouth/text.so
|
|
|
|
+%{_libdir}/plymouth/tribar.so
|
|
%{_libdir}/plymouth/renderers/drm*
|
|
%{_libdir}/plymouth/renderers/drm*
|
|
%{_libdir}/plymouth/renderers/frame-buffer*
|
|
%{_libdir}/plymouth/renderers/frame-buffer*
|
|
%{_datadir}/plymouth/default-boot-duration
|
|
%{_datadir}/plymouth/default-boot-duration
|
|
%{_datadir}/plymouth/themes/details/details.plymouth
|
|
%{_datadir}/plymouth/themes/details/details.plymouth
|
|
%{_datadir}/plymouth/themes/text/text.plymouth
|
|
%{_datadir}/plymouth/themes/text/text.plymouth
|
|
|
|
+%{_datadir}/plymouth/themes/tribar/tribar.plymouth
|
|
%{_datadir}/plymouth/plymouthd.defaults
|
|
%{_datadir}/plymouth/plymouthd.defaults
|
|
-%{_datadir}/pixmaps/vine/*.png
|
|
+#{_datadir}/pixmaps/vine/*.png
|
|
%{_localstatedir}/run/plymouth
|
|
%{_localstatedir}/run/plymouth
|
|
%{_localstatedir}/spool/plymouth
|
|
%{_localstatedir}/spool/plymouth
|
|
%{_mandir}/man?/*
|
|
%{_mandir}/man?/*
|
|
%ghost %{_localstatedir}/lib/plymouth/boot-duration
|
|
%ghost %{_localstatedir}/lib/plymouth/boot-duration
|
|
|
|
+%if %{with systemd}
|
|
|
|
+%{_unitdir}
|
|
|
|
+%else
|
|
|
|
+%{plymouthclient_execdir}/plymouth-upstart-bridge
|
|
|
|
+%endif
|
|
|
|
+%exclude /etc/logrotate.d/bootlog
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
@@ -369,26 +415,11 @@ fi
|
|
|
|
|
|
%files theme-fade-in
|
|
%files theme-fade-in
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%dir %{_datadir}/plymouth/themes/fade-in
|
|
+%{_datadir}/plymouth/themes/fade-in
|
|
-%{_datadir}/plymouth/themes/fade-in/bullet.png
|
|
|
|
-%{_datadir}/plymouth/themes/fade-in/entry.png
|
|
|
|
-%{_datadir}/plymouth/themes/fade-in/lock.png
|
|
|
|
-%{_datadir}/plymouth/themes/fade-in/star.png
|
|
|
|
-%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
|
|
|
|
-
|
|
|
|
-%files plugin-throbgress
|
|
|
|
-%defattr(-, root, root)
|
|
|
|
-%{_libdir}/plymouth/throbgress.so
|
|
|
|
|
|
|
|
%files theme-spinfinity
|
|
%files theme-spinfinity
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%dir %{_datadir}/plymouth/themes/spinfinity
|
|
+%{_datadir}/plymouth/themes/spinfinity
|
|
-%{_datadir}/plymouth/themes/spinfinity/box.png
|
|
|
|
-%{_datadir}/plymouth/themes/spinfinity/bullet.png
|
|
|
|
-%{_datadir}/plymouth/themes/spinfinity/entry.png
|
|
|
|
-%{_datadir}/plymouth/themes/spinfinity/lock.png
|
|
|
|
-%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
|
|
|
|
-%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
|
|
|
|
|
|
|
|
%files plugin-space-flares
|
|
%files plugin-space-flares
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
@@ -396,9 +427,7 @@ fi
|
|
|
|
|
|
%files theme-solar
|
|
%files theme-solar
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%dir %{_datadir}/plymouth/themes/solar
|
|
+%{_datadir}/plymouth/themes/solar
|
|
-%{_datadir}/plymouth/themes/solar/*.png
|
|
|
|
-%{_datadir}/plymouth/themes/solar/solar.plymouth
|
|
|
|
|
|
|
|
%files plugin-two-step
|
|
%files plugin-two-step
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
@@ -406,9 +435,7 @@ fi
|
|
|
|
|
|
%files theme-charge
|
|
%files theme-charge
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%dir %{_datadir}/plymouth/themes/charge
|
|
+%{_datadir}/plymouth/themes/charge
|
|
-%{_datadir}/plymouth/themes/charge/*.png
|
|
|
|
-%{_datadir}/plymouth/themes/charge/charge.plymouth
|
|
|
|
|
|
|
|
%files plugin-script
|
|
%files plugin-script
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
@@ -416,14 +443,22 @@ fi
|
|
|
|
|
|
%files theme-script
|
|
%files theme-script
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
-%{_datadir}/plymouth/themes/script/*.png
|
|
+%{_datadir}/plymouth/themes/script
|
|
-%{_datadir}/plymouth/themes/script/script.script
|
|
+
|
|
-%{_datadir}/plymouth/themes/script/script.plymouth
|
|
+%files theme-spinner
|
|
|
|
+# bgrt is a variant of spinner with different settings in its .plymouth file
|
|
|
|
+%{_datadir}/plymouth/themes/bgrt
|
|
|
|
+%{_datadir}/plymouth/themes/spinner
|
|
|
|
|
|
%files system-theme
|
|
%files system-theme
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.5-1
|
|
|
|
+- dropped all patches.
|
|
|
|
+- imported Patch0 from upstream.
|
|
|
|
+- updated Source2.
|
|
|
|
+
|
|
* Thu Oct 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
|
|
* Thu Oct 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
|
|
- rebuild with libpng-1.6.12
|
|
- rebuild with libpng-1.6.12
|
|
|
|
|