Add ubuntu-logo theme

Forwarded: not-needed

===================================================================

Gbp-Pq: Name ubuntu-logo.patch
This commit is contained in:
Alberto Milone 2022-08-31 13:59:44 +08:00 committed by luoyaoming
parent 9ed048ea36
commit 03fb7e4f59
6 changed files with 1217 additions and 1 deletions

View File

@ -330,6 +330,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
themes/glow/Makefile
themes/spinner/Makefile
themes/script/Makefile
themes/ubuntu-logo/Makefile
themes/bgrt/Makefile
images/Makefile
scripts/plymouth-generate-initrd

View File

@ -1,2 +1,2 @@
SUBDIRS = spinfinity fade-in text details solar glow script spinner tribar bgrt
SUBDIRS = spinfinity fade-in text details solar glow script spinner tribar ubuntu-logo bgrt
MAINTAINERCLEANFILES = Makefile.in

View File

@ -0,0 +1,24 @@
themedir = $(datadir)/plymouth/themes/ubuntu-logo
nodist_theme_DATA = ubuntu-logo.plymouth
dist_theme_DATA = ubuntu-logo.script \
ubuntu-logo.grub \
ubuntu-logo.png \
ubuntu-logo16.png \
noise-texture.png \
password-field.png \
password-field16.png \
progress-dot-off.png \
progress-dot-off16.png \
progress-dot-on.png \
progress-dot-on16.png
MAINTAINERCLEANFILES = Makefile.in ubuntu-logo.plymouth
CLEANFILES = ubuntu-logo.plymouth
ubuntu-logo.plymouth: $(srcdir)/ubuntu-logo.plymouth.in
sed -e 's,[@]PLYMOUTH_THEME_PATH[@],$(PLYMOUTH_THEME_PATH),g' \
$(srcdir)/ubuntu-logo.plymouth.in > ubuntu-logo.plymouth
EXTRA_DIST = ubuntu-logo.plymouth.in

View File

@ -0,0 +1,5 @@
# previously #2c001e 44,0,30,0
# now yaru #4f194c 79,25,76
#if background_color 79,25,76,0; then
# clear
#fi

View File

@ -0,0 +1,8 @@
[Plymouth Theme]
Name=Ubuntu Logo
Description=A theme that features a blank background with a logo.
ModuleName=script
[script]
ImageDir=@PLYMOUTH_THEME_PATH@/ubuntu-logo
ScriptFile=@PLYMOUTH_THEME_PATH@/ubuntu-logo/ubuntu-logo.script

File diff suppressed because it is too large Load Diff