[debian-edu-commits] [Git][debian-edu/debian-edu-artwork][master] Use new command line param for Inkscape's PNG export. (Closes: #959551).
WolfgangSchweer
gitlab at salsa.debian.org
Sun May 3 23:24:08 BST 2020
WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-artwork
Commits:
50bf4449 by Wolfgang Schweer at 2020-05-04T00:21:09+02:00
Use new command line param for Inkscape's PNG export. (Closes: #959551).
Adjust art-{buster,softwaves}/desktop-base/Makefile.am
Adjust art-{buster,softwaves}/g-i/Makefile.am
Adjust art-{buster,softwaves}/plymouth/Makefile.am
Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>
- - - - -
7 changed files:
- art-buster/desktop-base/Makefile.am
- art-buster/g-i/Makefile.am
- art-buster/plymouth/Makefile.am
- art-softwaves/desktop-base/Makefile.am
- art-softwaves/g-i/Makefile.am
- art-softwaves/plymouth/Makefile.am
- debian/changelog
Changes:
=====================================
art-buster/desktop-base/Makefile.am
=====================================
@@ -30,12 +30,12 @@ grubimg_DATA = $(GRUBIMG) grub_background.sh
# Build rules for PNG files using the SVG files as source.
grub-4x3.png: grub-4x3.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
grub-16x9.png: grub-16x9.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
art-buster/g-i/Makefile.am
=====================================
@@ -8,12 +8,12 @@ install-data-local:
# Build rule for the PNG using the SVG as the source
debian-edu-$(THEME)-installer-logo.png: debian-edu-$(THEME)-installer-logo.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
debian-edu-$(THEME)-syslinux.png: debian-edu-$(THEME)-syslinux.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
art-buster/plymouth/Makefile.am
=====================================
@@ -12,12 +12,12 @@ plymouth_DATA = \
debian-edu-$(THEME).script
background.png: debian-edu-$(THEME)-plymouth.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
debian-edu-logo.png: debian-edu-$(THEME)-logo.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
art-softwaves/desktop-base/Makefile.am
=====================================
@@ -31,12 +31,12 @@ grubimg_DATA = $(GRUBIMG) grub_background.sh
# Build rules for PNG files using the SVG files as source.
grub-4x3.png: grub-4x3.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
grub-16x9.png: grub-16x9.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
art-softwaves/g-i/Makefile.am
=====================================
@@ -8,12 +8,12 @@ install-data-local:
# Build rule for the PNG using the SVG as the source
debian-edu-$(THEME)-installer-logo.png: debian-edu-$(THEME)-installer-logo.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
debian-edu-$(THEME)-syslinux.png: debian-edu-$(THEME)-syslinux.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
art-softwaves/plymouth/Makefile.am
=====================================
@@ -11,12 +11,12 @@ plymouth_DATA = \
debian-edu-$(THEME).script
background.png: debian-edu-$(THEME)-plymouth.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
debian-edu-logo.png: debian-edu-$(THEME)-logo.svg
- inkscape -z -e $@ $^
+ inkscape --export-filename=$@ $^
optipng -o4 -i0 -fix $@
advpng -z4 $@
=====================================
debian/changelog
=====================================
@@ -1,7 +1,14 @@
debian-edu-artwork (2.11.0.1-2) UNRELEASED; urgency=medium
+ [ Holger Levsen ]
* Wrap long lines in changelog entries: 0.0.5, thanks lintian-brush.
+ [ Wolfgang Schweer ]
+ * Use new command line param for Inkscape's PNG export. (Closes: #959551).
+ - Adjust art-{buster,softwaves}/desktop-base/Makefile.am
+ - Adjust art-{buster,softwaves}/g-i/Makefile.am
+ - Adjust art-{buster,softwaves}/plymouth/Makefile.am
+
-- Holger Levsen <holger at debian.org> Thu, 05 Mar 2020 13:00:04 +0000
debian-edu-artwork (2.11.0.1-1) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/-/commit/50bf4449d824605ea4a217b4a1fecc80dd99abaf
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/-/commit/50bf4449d824605ea4a217b4a1fecc80dd99abaf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20200503/325a03ff/attachment-0001.html>
More information about the debian-edu-commits
mailing list