[debian-edu-commits] debian-edu/ 01/01: Fix scaling of GRUB splash PNGs for joy and lines theme.

Mike Gabriel sunweaver at debian.org
Tue Oct 7 11:55:35 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 6674507cb673f6b6502e647d7165a773bd4a3c33
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 7 13:55:31 2014 +0200

    Fix scaling of GRUB splash PNGs for joy and lines theme.
---
 art-joy/splash/Makefile.am   | 2 +-
 art-lines/splash/Makefile.am | 2 +-
 debian/changelog             | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/art-joy/splash/Makefile.am b/art-joy/splash/Makefile.am
index 0c1d644..1e227cc 100644
--- a/art-joy/splash/Makefile.am
+++ b/art-joy/splash/Makefile.am
@@ -9,7 +9,7 @@ grub2splashdir= /usr/share/desktop-base/
 # Build rule for the PNG using the SVG as the source
 debian-edu-joy-splash.png: debian-edu-joy-splash.svg
 	inkscape -z -e $@ $^
-	convert $@ -resize 640x -depth 32 $@
+	convert $@ -scale 640x $@
 	optipng -o4 -i0 -fix $@
 	advpng -z4 $@
 
diff --git a/art-lines/splash/Makefile.am b/art-lines/splash/Makefile.am
index 4af26e1..b9c6712 100644
--- a/art-lines/splash/Makefile.am
+++ b/art-lines/splash/Makefile.am
@@ -9,7 +9,7 @@ grub2splashdir= /usr/share/desktop-base/
 # Build rule for the PNG using the SVG as the source
 debian-edu-lines-splash.png: debian-edu-lines-splash.svg
 	inkscape -z -e $@ $^
-	convert $@ -resize 640x -depth 32 $@
+	convert $@ -scale 640x $@
 	optipng -o4 -i0 -fix $@
 	advpng -z4 $@
 
diff --git a/debian/changelog b/debian/changelog
index bc72be4..8f84374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ debian-edu-artwork (0.49-1) UNRELEASED; urgency=medium
   * Use inkscape for doing the initial SVG -> PNG conversion. The
     result of ImageMagick based SVG2PNG conversion is rather poor
     on the Debian Edu Artwork background images.
+  * Fix scaling of GRUB splash PNGs for joy and lines theme.
   * debian/control:
     + Add Homepage: field. Pointing to a wiki page, we need to put
       some work in.

-- 
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