@@ -50,21 +50,16 @@ install-local:
|
||||
# GNOME background descriptors
|
||||
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties
|
||||
|
||||
# plymouth
|
||||
install -d $(DESTDIR)/usr/share/plymouth/themes/spacefun
|
||||
$(INSTALL) $(wildcard plymouth/spacefun/*) $(DESTDIR)/usr/share/plymouth/themes/spacefun
|
||||
|
||||
install -d $(DESTDIR)/usr/share/plymouth/themes/joy
|
||||
$(INSTALL) $(wildcard plymouth/joy/*) $(DESTDIR)/usr/share/plymouth/themes/joy
|
||||
|
||||
install -d $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
$(INSTALL) $(wildcard plymouth/lines/*) $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
|
||||
|
||||
# Space Fun theme (Squeeze’s default)
|
||||
### Plymouth theme
|
||||
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
|
||||
### 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
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper/contents/images
|
||||
$(INSTALL) spacefun-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper
|
||||
@@ -80,9 +75,14 @@ install-local:
|
||||
|
||||
|
||||
# Joy theme (Wheezy’s default)
|
||||
### Plymouth theme
|
||||
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
|
||||
### 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
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper/contents/images
|
||||
$(INSTALL) joy-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper
|
||||
@@ -102,8 +102,10 @@ install-local:
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/joy-theme/lockscreen JoyLockScreen
|
||||
|
||||
|
||||
# Joy Inksplat theme (Wheezy’s 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
|
||||
### 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
|
||||
@@ -113,15 +115,19 @@ install-local:
|
||||
# Wallpaper symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/joy-inksplat-theme/wallpaper JoyInksplat
|
||||
|
||||
### Lockscreen (same as Joy)
|
||||
cd $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme && ln -s /usr/share/desktop-base/joy-theme/lockscreen lockscreen
|
||||
|
||||
|
||||
# Lines theme (Jessie’s default)
|
||||
### Plymouth theme
|
||||
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
|
||||
### 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
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper/contents/images
|
||||
$(INSTALL) lines-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
@@ -143,9 +149,14 @@ install-local:
|
||||
|
||||
|
||||
# Soft waves theme (Stretch’s default)
|
||||
### Plymouth theme
|
||||
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
|
||||
### 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
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images
|
||||
$(INSTALL) softwaves-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
desktop-base (9.0.0) UNRELEASED; urgency=medium
|
||||
|
||||
[ Aurélien COUDERC ]
|
||||
* Implement Plymouth splash for Stretch’s soft Waves theme.
|
||||
(Closes: #843998, #842078)
|
||||
|
||||
-- Aurélien COUDERC <zecoucou@free.fr> Tue, 27 Dec 2016 17:58:13 +0100
|
||||
|
||||
desktop-base (9.0.0~exp2) experimental; urgency=medium
|
||||
|
||||
[ Aurélien COUDERC ]
|
||||
|
||||
@@ -56,6 +56,10 @@ Aurélien Couderc.
|
||||
The Soft Waves theme is © 2016 Juliette Taka Belin and released under the GPLv2
|
||||
or any later version.
|
||||
|
||||
The Lines plymouth script is Copyright © 2009 Canonical Ltd.,
|
||||
Copyright © 2010-2016 Aurélien Couderc, Copyright © 2014-2016 Juliette Taka
|
||||
Belin under the GPLv2 or any later version.
|
||||
|
||||
The Lines theme is © 2014 Juliette Taka Belin and released under the GPLv2 or
|
||||
any later version.
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 514 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
|
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
|
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 279 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 515 KiB |
@@ -0,0 +1,8 @@
|
||||
[Plymouth Theme]
|
||||
Name=Default theme for Debian 9.0 Stretch
|
||||
Description=A theme that features a white debian logo in a pulsing green circle, on a blue-gray background
|
||||
ModuleName=script
|
||||
|
||||
[script]
|
||||
ImageDir=/usr/share/plymouth/themes/softwaves
|
||||
ScriptFile=/usr/share/plymouth/themes/softwaves/softwaves.script
|
||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 296 B |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 697 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 684 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |