[debian-edu-commits] debian-edu/ 425/437: Start on build rule to build the grub artwork using the SVG as the source.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:50:00 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 72274df35abce20769b1fc8ec1f4dfa1e0f5dcd9
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Aug 8 20:08:41 2013 +0000
Start on build rule to build the grub artwork using the SVG as the source.
---
art/splash/Makefile.am | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/art/splash/Makefile.am b/art/splash/Makefile.am
index 6c386fd..d902c47 100644
--- a/art/splash/Makefile.am
+++ b/art/splash/Makefile.am
@@ -5,6 +5,12 @@ splash_DATA = $(SPLASH) debian-edu-splash-grub.png
grub2splashdir= /usr/share/desktop-base/
+# Draft build rule for the PNG using the SVG as the source
+#debian-edu-splash.png: debian-edu-splash.svg
+# convert $^ $@
+# optipng -o4 -i0 -fix $@
+# advpng -z4 $@
+
debian-edu-splash-grub.png:
cp background-grub2.png $@
--
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