Prepare for plymouth splash integration into theme packs that will allow splash selection via alternatives in the future

This commit is contained in:
Aurélien COUDERC
2016-12-27 20:53:06 +00:00
parent 7fea8fab3a
commit 1112517546
6 changed files with 28 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ install-local:
install -d $(DESTDIR)/usr/share/plymouth/themes/spacefun
$(INSTALL) $(wildcard spacefun-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/spacefun
cd $(DESTDIR)/usr/share/desktop-base/spacefun-theme && ln -s /usr/share/plymouth/themes/spacefun plymouth
$(INSTALL) spacefun-theme/plymouthd.defaults $(DESTDIR)/usr/share/desktop-base/spacefun-theme
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/spacefun-theme/login
$(INSTALL) $(wildcard spacefun-theme/login/*) $(DESTDIR)/usr/share/desktop-base/spacefun-theme/login
@@ -79,6 +80,8 @@ install-local:
install -d $(DESTDIR)/usr/share/plymouth/themes/joy
$(INSTALL) $(wildcard joy-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/joy
cd $(DESTDIR)/usr/share/desktop-base/joy-theme && ln -s /usr/share/plymouth/themes/joy plymouth
$(INSTALL) joy-theme/plymouthd.defaults $(DESTDIR)/usr/share/desktop-base/joy-theme
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/joy-theme/login
$(INSTALL) $(wildcard joy-theme/login/*) $(DESTDIR)/usr/share/desktop-base/joy-theme/login
@@ -105,7 +108,11 @@ install-local:
# Joy Inksplat theme (Wheezys alternate theme)
install -d $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme
### Plymouth theme
cd $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme && ln -s /usr/share/plymouth/themes/joy plymouth
# Reuse « normal » joy theme
cd $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme \
&& ln -s /usr/share/plymouth/themes/joy plymouth \
&& ln -s /usr/share/desktop-base/joy-theme/plymouthd.defaults plymouthd.defaults
### Wallpapers
install -d $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper/contents/images
$(INSTALL) joy-inksplat-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper
@@ -124,6 +131,7 @@ install-local:
install -d $(DESTDIR)/usr/share/plymouth/themes/lines
$(INSTALL) $(wildcard lines-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/lines
cd $(DESTDIR)/usr/share/desktop-base/lines-theme && ln -s /usr/share/plymouth/themes/lines plymouth
$(INSTALL) lines-theme/plymouthd.defaults $(DESTDIR)/usr/share/desktop-base/lines-theme
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/login
$(INSTALL) $(wildcard lines-theme/login/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/login
@@ -153,6 +161,7 @@ install-local:
install -d $(DESTDIR)/usr/share/plymouth/themes/softwaves
$(INSTALL) $(wildcard softwaves-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/softwaves
cd $(DESTDIR)/usr/share/desktop-base/softwaves-theme && ln -s /usr/share/plymouth/themes/softwaves plymouth
$(INSTALL) softwaves-theme/plymouthd.defaults $(DESTDIR)/usr/share/desktop-base/softwaves-theme
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/login
$(INSTALL) $(wildcard softwaves-theme/login/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/login

2
debian/changelog vendored
View File

@@ -3,6 +3,8 @@ desktop-base (9.0.0) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* Implement Plymouth splash for Stretchs soft Waves theme.
(Closes: #843998, #842078)
* Prepare for plymouth splash integration into theme packs that will allow
splash selection via alternatives in the future.
-- Aurélien COUDERC <zecoucou@free.fr> Tue, 27 Dec 2016 17:58:13 +0100

View File

@@ -0,0 +1,4 @@
# Defaults provided by desktop-base for the joy theme
[Daemon]
Theme=joy
ShowDelay=0

View File

@@ -0,0 +1,4 @@
# Defaults provided by desktop-base for the lines theme
[Daemon]
Theme=lines
ShowDelay=0

View File

@@ -0,0 +1,4 @@
# Defaults provided by desktop-base for the softwaves theme
[Daemon]
Theme=softwaves
ShowDelay=0

View File

@@ -0,0 +1,4 @@
# Defaults provided by desktop-base for the spacefun theme
[Daemon]
Theme=spacefun
ShowDelay=0