summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2019-01-29 00:14:42 +0100
committerAurélien COUDERC <zecoucou@free.fr>2019-01-29 00:14:42 +0100
commite43094fa37362b475c8039b03739586b05db6004 (patch)
tree771aec75fd41d5b6e9cc1d62cad3b923a6379be4 /debian
parentfaef00c0315091c7f1a855dfac007ef8cb2ede4d (diff)
Add futurePrototype theme as Debian buster's default
Diffstat (limited to 'debian')
-rw-r--r--debian/postinst81
-rw-r--r--debian/prerm15
2 files changed, 61 insertions, 35 deletions
diff --git a/debian/postinst b/debian/postinst
index 4b2b4d3..1341cd2 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -24,11 +24,12 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
desktop-theme \
/usr/share/desktop-base/$theme-theme $priority
done << EOF
-softwaves 50
+futureprototype 50
+softwaves 40
lines 40
-joy 30
-joy-inksplat 30
-spacefun 30
+joy 40
+joy-inksplat 40
+spacefun 40
EOF
# Use active theme as highest priority for background
@@ -45,20 +46,26 @@ EOF
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
done << EOF
-softwaves 1024x768.svg 65
-softwaves 1280x720.svg 65
-softwaves 1280x800.svg 65
-softwaves 1280x1024.svg 65
-softwaves 1600x1200.svg 65
-softwaves 1920x1080.svg 65
-softwaves 1920x1200.svg 65
-softwaves 2560x1440.svg 65
-softwaves 2560x1600.svg 65
-lines 1280x1024.svg 60
-lines 1600x1200.svg 60
-lines 1920x1080.svg 60
-lines 1920x1200.svg 60
-lines 2560x1080.svg 60
+futureprototype 1280x1024.svg 65
+futureprototype 1600x1200.svg 65
+futureprototype 1920x1080.svg 65
+futureprototype 1920x1200.svg 65
+futureprototype 2560x1080.svg 65
+futureprototype 4096x2160.svg 65
+softwaves 1024x768.svg 50
+softwaves 1280x720.svg 50
+softwaves 1280x800.svg 50
+softwaves 1280x1024.svg 50
+softwaves 1600x1200.svg 50
+softwaves 1920x1080.svg 50
+softwaves 1920x1200.svg 50
+softwaves 2560x1440.svg 50
+softwaves 2560x1600.svg 50
+lines 1280x1024.svg 50
+lines 1600x1200.svg 50
+lines 1920x1080.svg 50
+lines 1920x1200.svg 50
+lines 2560x1080.svg 50
joy 1280x720.svg 50
joy 1280x1024.svg 50
joy 1600x1200.svg 50
@@ -91,11 +98,12 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
done << EOF
-softwaves 40
+futureprototype 40
+softwaves 30
lines 30
-joy 20
-joy-inksplat 20
-spacefun 20
+joy 30
+joy-inksplat 30
+spacefun 30
EOF
# Set up an alternative for the XML version of the lock screen
@@ -114,10 +122,11 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
done << EOF
-softwaves 40
+futureprototype 40
+softwaves 30
lines 30
-joy 20
-spacefun 20
+joy 30
+spacefun 30
EOF
# Set up an alternative for the wallpaper for Plasma 5/KDE
@@ -135,11 +144,12 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper $priority
done << EOF
-softwaves 40
+futureprototype 40
+softwaves 30
lines 30
-joy 20
-joy-inksplat 20
-spacefun 20
+joy 30
+joy-inksplat 30
+spacefun 30
EOF
# Login theme
@@ -155,11 +165,12 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background $priority
done << EOF
-softwaves background.svg 40
+futureprototype background.svg 40
+softwaves background.svg 30
lines background.svg 30
lines background-nologo.svg 30
-joy background.svg 20
-spacefun background.svg 20
+joy background.svg 30
+spacefun background.svg 30
EOF
# Set up an alternative for the GRUB background/colors config
@@ -202,8 +213,10 @@ EOF
desktop-grub.sh \
/usr/share/desktop-base/$theme-theme/grub/grub_background.sh
done << EOF
-softwaves 4x3 40
-softwaves 16x9 40
+futureprototype 4x3 40
+futureprototype 16x9 40
+softwaves 4x3 30
+softwaves 16x9 30
lines 4x3 30
lines 16x9 30
joy 4x3 30
diff --git a/debian/prerm b/debian/prerm
index 321c38c..2488e92 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -11,6 +11,12 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename
done << EOF
+futureprototype 1280x1024.svg
+futureprototype 1600x1200.svg
+futureprototype 1920x1080.svg
+futureprototype 1920x1200.svg
+futureprototype 2560x1080.svg
+futureprototype 4096x2160.svg
softwaves 1024x768.svg
softwaves 1280x720.svg
softwaves 1280x800.svg
@@ -50,6 +56,7 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml
done << EOF
+futureprototype
softwaves
lines
joy
@@ -68,6 +75,7 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml
done << EOF
+futureprototype
softwaves
lines
joy
@@ -85,6 +93,7 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper
done << EOF
+futureprototype
softwaves
lines
joy
@@ -104,6 +113,7 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background
done << EOF
+futureprototype background.svg
softwaves background.svg
lines background.svg
lines background-nologo.svg
@@ -121,6 +131,8 @@ EOF
desktop-grub \
/usr/share/desktop-base/$theme-theme/grub/grub-$ratio.png
done << EOF
+futureprototype 4x3
+futureprototype 16x9
softwaves 4x3
softwaves 16x9
lines 4x3
@@ -156,6 +168,7 @@ EOF
desktop-theme \
/usr/share/desktop-base/$theme-theme
done << EOF
+softwaves
lines
joy
joy-inksplat
@@ -164,6 +177,6 @@ EOF
## *Lastly* remove *highest priority* alternative
update-alternatives --remove \
desktop-theme \
- /usr/share/desktop-base/softwaves-theme
+ /usr/share/desktop-base/futureprototype-theme
fi