Drop remaining elements from Blueish and Curves themes
This commit is contained in:
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
3
debian/changelog
vendored
@@ -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
6
debian/copyright
vendored
@@ -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
2
debian/postinst
vendored
@@ -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
2
debian/prerm
vendored
@@ -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 |
Reference in New Issue
Block a user