From b6d1fe7d6d36e42460315cf09cfa083349681f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Thu, 23 Sep 2021 10:56:36 +0200 Subject: [PATCH] Update configuration for kali-wallpapers 2022 --- bin/update-default-backgrounds | 1 - debian/control | 8 ++------ share/desktop-base/kali-theme/login/background.svg | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/bin/update-default-backgrounds b/bin/update-default-backgrounds index a79acc8b..b83a2cc0 100755 --- a/bin/update-default-backgrounds +++ b/bin/update-default-backgrounds @@ -7,7 +7,6 @@ LOGIN_BACKGROUND=$2 # login/lockscreen ln -sfv ../../../backgrounds/kali/$LOGIN_BACKGROUND.xml ${DESTDIR}lockscreen/gnome-background.xml ln -sfv ../../../backgrounds/kali/$LOGIN_BACKGROUND-16x9.png ${DESTDIR}login/background -ln -sfv ../../../backgrounds/kali/$LOGIN_BACKGROUND.svg ${DESTDIR}login/background.svg # desktop background kde_wallpaper=$(echo $DESKTOP_BACKGROUND | sed -E 's/(^|-)([a-z])/\U\2/g') diff --git a/debian/control b/debian/control index db420b20..bc322417 100644 --- a/debian/control +++ b/debian/control @@ -15,15 +15,11 @@ Package: kali-themes-common Architecture: all Depends: ${misc:Depends}, # Dependency on the package providing the current default background - kali-wallpapers-2020.4 (>= 2021.2.0), -Recommends: -# Temporary dependency. When Kali's default wallpaper is updated to -# be a wallpaper from this package, please move it to Depends, and -# move kali-wallpapers-2020.4 to Suggests. - kali-wallpapers-2021.4, + kali-wallpapers-2022, Suggests: gtk2-engines-pixbuf, librsvg2-common, # List old wallpapers so that they are not auto-removed on upgrade + kali-wallpapers-2020.4, kali-wallpapers-2019.4, kali-wallpapers-legacy Breaks: gnome-theme-kali (<< 2019.4), diff --git a/share/desktop-base/kali-theme/login/background.svg b/share/desktop-base/kali-theme/login/background.svg index 661b4f35..6e3e65db 120000 --- a/share/desktop-base/kali-theme/login/background.svg +++ b/share/desktop-base/kali-theme/login/background.svg @@ -1 +1 @@ -../../../backgrounds/kali/kali-contours.svg \ No newline at end of file +../../../backgrounds/kali/login.svg \ No newline at end of file