From c23c3eb02e34b903094cd8d191c917b37e79b183 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Sun, 11 Dec 2022 13:47:04 +0200 Subject: [PATCH] Initial emerald theme integration --- debian/README.Debian | 1 + debian/copyright | 4 +++- debian/postinst | 24 ++++++++++++++++-------- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index d2c9854..9efcbd7 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -24,6 +24,7 @@ README for desktop-base 1.1. Theme packs Six theme packs are currently provided: +- Emerald (default for Bookworm) - Homeworld (default for Bullseye) - futurePrototype (default for Buster) - Soft Waves (default for Stretch) diff --git a/debian/copyright b/debian/copyright index e23c755..eaebfcd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,6 +13,7 @@ Copyright: 2002, Colin Walters 2012, Eshat Cakar 2012, Paul Tagliamonte 2014-2019, Aurélien COUDERC + 2012-2022, Jonathan Carter License: GPL-2+ Files: pixmaps/debian-security.png @@ -37,7 +38,8 @@ Files: lines-theme/* softwaves-theme/* moonlight-theme/* homeworld-theme/* -Copyright: 2014-2018, Juliette Taka Belin + emerald-theme/* +Copyright: 2014-2022, Juliette Taka Belin License: GPL-2+ Files: futureprototype-theme/* diff --git a/debian/postinst b/debian/postinst index 41e8460..03ab2d9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -66,7 +66,8 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov desktop-theme \ /usr/share/desktop-base/$theme-theme $priority done << EOF -homeworld 50 +emerald 50 +homeworld 40 futureprototype 40 moonlight 40 softwaves 40 @@ -90,7 +91,8 @@ EOF desktop-background \ /usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority done << EOF -homeworld 1920x1080.svg 65 +emerald 1920x1080.svg 65 +homeworld 1920x1080.svg 50 futureprototype 1920x1080.svg 50 moonlight 1920x1080.svg 50 softwaves 1024x768.svg 50 @@ -139,7 +141,8 @@ EOF desktop-background.xml \ /usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority done << EOF -homeworld 40 +emerald 40 +homeworld 30 futureprototype 30 moonlight 30 softwaves 30 @@ -165,7 +168,8 @@ EOF desktop-lockscreen.xml \ /usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority done << EOF -homeworld 40 +emerald 40 +homeworld 30 futureprototype 30 moonlight 30 softwaves 30 @@ -189,7 +193,8 @@ EOF desktop-plasma5-wallpaper \ /usr/share/desktop-base/$theme-theme/wallpaper $priority done << EOF -homeworld 40 +emerald 40 +homeworld 30 futureprototype 30 moonlight 30 softwaves 30 @@ -212,7 +217,8 @@ EOF desktop-login-background \ /usr/share/desktop-base/$theme-theme/login/$background $priority done << EOF -homeworld background.svg 40 +emerald background.svg 40 +homeworld background.svg 30 futureprototype background.svg 30 moonlight background.svg 30 softwaves background.svg 30 @@ -262,8 +268,10 @@ EOF desktop-grub.sh \ /usr/share/desktop-base/$theme-theme/grub/grub_background.sh done << EOF -homeworld 4x3 40 -homeworld 16x9 40 +emerald 4x3 40 +emerald 16x9 40 +homeworld 4x3 30 +homeworld 16x9 30 futureprototype 4x3 30 futureprototype 16x9 30 moonlight 4x3 30