From fd60c30ff8e4295a86387a068e51f0a4024ffe1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Wed, 11 Nov 2020 10:54:51 +0100 Subject: [PATCH] Replace kali-wallpapers-current dependency with kali-2020.4 --- bin/update-default-backgrounds | 3 +++ debian/control | 2 +- share/backgrounds/kali-16x9/default | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 share/backgrounds/kali-16x9/default diff --git a/bin/update-default-backgrounds b/bin/update-default-backgrounds index a3b1af55..91840c85 100755 --- a/bin/update-default-backgrounds +++ b/bin/update-default-backgrounds @@ -4,6 +4,9 @@ DESTDIR=share/desktop-base/kali-theme/ DESKTOP_BACKGROUND=$1 LOGIN_BACKGROUND=$2 +# xfce background +ln -rsfv share/backgrounds/kali-16x9/$DESKTOP_BACKGROUND.png share/backgrounds/kali-16x9/default + # 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 diff --git a/debian/control b/debian/control index 64c135b4..e0d1bbc7 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: https://gitlab.com/kalilinux/packages/kali-themes Package: kali-themes-common Architecture: all -Depends: kali-wallpapers-current, +Depends: kali-wallpapers-2020.4, ${misc:Depends} Suggests: gtk2-engines-murrine Breaks: gnome-theme-kali (<< 2019.4), desktop-base (<< 10.0.3+kali2) diff --git a/share/backgrounds/kali-16x9/default b/share/backgrounds/kali-16x9/default new file mode 120000 index 00000000..249b4a9c --- /dev/null +++ b/share/backgrounds/kali-16x9/default @@ -0,0 +1 @@ +kali-geometric.png \ No newline at end of file