Drop remaining elements from Blueish and Curves themes

This commit is contained in:
Aurélien COUDERC
2014-12-06 09:03:26 +00:00
parent 51e03c7a0f
commit cf1cd813e4
8 changed files with 2 additions and 6109 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 109 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 109 KiB

3
debian/changelog vendored
View File

@@ -11,7 +11,8 @@ desktop-base (8.0.0~exp2) UNRELEASED; urgency=medium
(Closes: #607838, #628116, #628146)
* Link desktop-background.xml alternative to Lines by default.
(Closes: #766232)
* Drop remaining elements from Nightly theme. (Closes: #607839)
* Drop remaining elements from Blueish, Curves and Nightly themes.
(Closes: #607839)
-- Aurélien COUDERC <zecoucou@free.fr> Wed, 03 Dec 2014 10:37:16 +0100

6
debian/copyright vendored
View File

@@ -37,12 +37,6 @@ They are based on the Debian “Open Use” (without “Debian” word) logo.
The .desktop files included in this package were compiled by Colin
Walters <walters@debian.org>.
The following files are Copyright 2006 André Luiz Rodrigues Ferreira and
licensed under the GPL.
- SVG background, backgrounds/debian-blueish-wallpaper.svg.
- PNG splash, splash/gnome-splash-curves.png.
They are both based on the Debian “Open Use” (without “Debian” word) logo.
The Lines theme is © 2014 Juliette Taka Belin and released under the GPLv2.
The Lines theme is based on the Debian “Open Use” (without “Debian” word)

2
debian/postinst vendored
View File

@@ -33,7 +33,6 @@ spacefun-wallpaper.svg 50
spacefun-wallpaper-widescreen.svg 50
moreblue-orbit-wallpaper.svg 40
moreblue-orbit-wallpaper-widescreen.svg 40
debian-blueish-wallpaper.svg 30
EOF
# Set up an alternative for the XML version of the background
@@ -57,7 +56,6 @@ EOF
done << EOF
spacefun-splash.svg 50
moreblue-orbit-splash.png 40
gnome-splash-curves.png 30
EOF
# Alternatives for grub

2
debian/prerm vendored
View File

@@ -21,7 +21,6 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
spacefun-wallpaper-widescreen.svg \
moreblue-orbit-wallpaper.svg \
moreblue-orbit-wallpaper-widescreen.svg \
debian-blueish-wallpaper.svg \
; do
update-alternatives --remove desktop-background /usr/share/images/desktop-base/$background
done
@@ -37,7 +36,6 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
for splash in \
spacefun-splash.svg \
moreblue-orbit-splash.png \
gnome-splash-curves.png \
; do
update-alternatives --remove desktop-splash /usr/share/images/desktop-base/$splash
done

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB