[debian-edu-commits] debian-edu/ 04/10: update-debian-edu-artwork-spacefun: Use Spacefun's PNG (instead of one of the re-created SVGs) as default background image.
Mike Gabriel
sunweaver at debian.org
Wed Aug 13 16:16:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit a6f308af95a1d321a4fdb82e31703817dfdeb1a7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Jul 2 12:11:13 2014 +0200
update-debian-edu-artwork-spacefun: Use Spacefun's PNG (instead of one of the re-created SVGs) as default background image.
---
art-spacefun/kde/debian-edu-spacefun.xml | 8 ++++----
debian/update-debian-edu-artwork-spacefun | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/art-spacefun/kde/debian-edu-spacefun.xml b/art-spacefun/kde/debian-edu-spacefun.xml
index 1a8a0af..9c4be2f 100644
--- a/art-spacefun/kde/debian-edu-spacefun.xml
+++ b/art-spacefun/kde/debian-edu-spacefun.xml
@@ -2,10 +2,10 @@
<static>
<duration>8640000.0</duration>
<file>
- <size width="1280" height="1024">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1280x1024.svg</size>
- <size width="1600" height="1200">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1600x1200.svg</size>
- <size width="1920" height="1080">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.svg</size>
- <size width="1920" height="1200">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1200.svg</size>
+ <size width="1280" height="1024">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1280x1024.png</size>
+ <size width="1600" height="1200">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1600x1200.png</size>
+ <size width="1920" height="1080">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.png</size>
+ <size width="1920" height="1200">/usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1200.png</size>
</file>
</static>
</background>
diff --git a/debian/update-debian-edu-artwork-spacefun b/debian/update-debian-edu-artwork-spacefun
index ffb21fa..9bcccb9 100755
--- a/debian/update-debian-edu-artwork-spacefun
+++ b/debian/update-debian-edu-artwork-spacefun
@@ -42,9 +42,9 @@ change_desktop_background() {
update-alternatives --install \
/usr/share/images/desktop-base/desktop-background \
desktop-background \
- /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.svg 75
+ /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.png 75
update-alternatives --set desktop-background \
- /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.svg
+ /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.png
update-alternatives --install \
/usr/share/images/desktop-base/desktop-background.xml \
desktop-background.xml \
@@ -55,6 +55,7 @@ change_desktop_background() {
debian-edu-spacefun-wallpaper01_1280x1024.svg \
debian-edu-spacefun-wallpaper01_1600x1200.png \
debian-edu-spacefun-wallpaper01_1600x1200.svg \
+ debian-edu-spacefun-wallpaper01_1920x1080.svg \
debian-edu-spacefun-wallpaper01_1920x1200.png \
debian-edu-spacefun-wallpaper01_1920x1200.svg \
debian-edu-spacefun-wallpaper01_1280x1024.png \
@@ -75,7 +76,7 @@ change_desktop_background() {
restore_desktop_background() {
update-alternatives --remove \
desktop-background \
- /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.svg
+ /usr/share/images/desktop-base/debian-edu-spacefun-wallpaper01_1920x1080.png
update-alternatives --remove \
desktop-background.xml \
/usr/share/images/desktop-base/debian-edu-spacefun.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list