Stop shipping Lenny’s theme

This commit is contained in:
Aurélien COUDERC
2016-11-07 22:02:54 +00:00
parent 9ff5f785ed
commit c76d75bffb
11 changed files with 21 additions and 14031 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 266 KiB

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
desktop-base (9.0.0~exp2) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* Remove Moreblue theme from Lenny.
-- Aurélien COUDERC <zecoucou@free.fr> Mon, 07 Nov 2016 22:28:06 +0100
desktop-base (9.0.0~exp1) experimental; urgency=medium
[ Aurélien COUDERC ]

5
debian/copyright vendored
View File

@@ -108,11 +108,6 @@ The Spacefun plymouth script is © 2010 Aurelien Couderc and released under the
GPLv2 or any later version, using artwork from Valessio S. Brito under the
GPLv2.
Moreblue Orbit theme (moreblue-orbit-splash, moreblue-orbit-grub and
moreblue-orbit-wallpaper) is © 2008 Andre Ferreira and released under the
GPLv2. It is based on the Debian “Open Use” Logo (without the “Debian” label).
The GDM theme authors are Andre Ferreira, Fathi Boudra and Valessio S. Brito.
The GPL license (version 2) can be found in plain text format, on Debian
systems, at /usr/share/common-licenses/GPL-2

2
debian/postinst vendored
View File

@@ -54,8 +54,6 @@ joy-wallpaper_1920x1200.svg 50
joy-inksplat-wallpaper_1920x1080.svg 50
spacefun-wallpaper.svg 50
spacefun-wallpaper-widescreen.svg 50
moreblue-orbit-wallpaper.svg 40
moreblue-orbit-wallpaper-widescreen.svg 40
EOF
# Set up an alternative for the XML version of the background

16
debian/preinst vendored
View File

@@ -18,8 +18,8 @@ if [ "${1}" = "upgrade" ]; then
--remove /usr/share/pixmaps/splash/gnome-splash.png
fi
if dpkg --compare-versions ${2} lt "9.0.0~exp"; then
# Remove desktop splash alternative that we dont ship anymore
if dpkg --compare-versions ${2} lt "9.0.0~"; then
# Remove alternative for desktop splash we dont ship anymore
update-alternatives --remove-all desktop-splash
# Remove alternatives for Lines we now ship elsewhere as a theme pack
@@ -50,6 +50,18 @@ if [ "${1}" = "upgrade" ]; then
done << EOF
lines-grub.png
lines-grub-1920x1080.png
EOF
fi
if dpkg --compare-versions ${2} lt "9.0.0~exp2"; then
# Remove alternatives for moreblue wallpapers we dont ship anymore
while read background; do
update-alternatives --remove \
desktop-background \
/usr/share/images/desktop-base/$background
done << EOF
moreblue-orbit-wallpaper.svg
moreblue-orbit-wallpaper-widescreen.svg
EOF
fi

2
debian/prerm vendored
View File

@@ -33,8 +33,6 @@ EOF
joy-inksplat-wallpaper_1920x1080.svg \
spacefun-wallpaper.svg \
spacefun-wallpaper-widescreen.svg \
moreblue-orbit-wallpaper.svg \
moreblue-orbit-wallpaper-widescreen.svg \
; do
update-alternatives --remove desktop-background /usr/share/images/desktop-base/$background
done