[debian-edu-commits] debian-edu/ 01/01: d/update-debian-edu-artwork-(lines|softwaves|spacefun): Add support for PXE boot menu background. Add Cleanlines statement to artwork-(lines|softwaves)/ldm/Makefile.am playground/stretch: Modify SVG file to fit grub, ldm and PXE menu.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Tue Nov 1 20:17:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-artwork.
commit 599499bed1df6f24f22eb213c7793fce6a65c11e
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Tue Nov 1 21:15:57 2016 +0100
d/update-debian-edu-artwork-(lines|softwaves|spacefun): Add support for PXE boot menu background.
Add Cleanlines statement to artwork-(lines|softwaves)/ldm/Makefile.am
playground/stretch: Modify SVG file to fit grub, ldm and PXE menu.
---
art-lines/ldm/Makefile.am | 1 +
art-lines/ldm/bg.png | Bin 131312 -> 0 bytes
art-softwaves/ldm/Makefile.am | 1 +
art-softwaves/ldm/bg.png | Bin 130472 -> 0 bytes
debian/changelog | 9 +++++++++
debian/update-debian-edu-artwork-lines | 4 +++-
debian/update-debian-edu-artwork-softwaves | 4 +++-
debian/update-debian-edu-artwork-spacefun | 4 +++-
playground/stretch/debian-edu-softwaves-grub.svg | 10 +++++-----
9 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/art-lines/ldm/Makefile.am b/art-lines/ldm/Makefile.am
index 3b0a635..641e66a 100644
--- a/art-lines/ldm/Makefile.am
+++ b/art-lines/ldm/Makefile.am
@@ -13,3 +13,4 @@ install-data-local:
EXTRA_DIST = $(ldm_DATA)
+CLEANFILES = bg.png
diff --git a/art-lines/ldm/bg.png b/art-lines/ldm/bg.png
deleted file mode 100644
index 93fff75..0000000
Binary files a/art-lines/ldm/bg.png and /dev/null differ
diff --git a/art-softwaves/ldm/Makefile.am b/art-softwaves/ldm/Makefile.am
index 08383d6..3179f4c 100644
--- a/art-softwaves/ldm/Makefile.am
+++ b/art-softwaves/ldm/Makefile.am
@@ -13,3 +13,4 @@ install-data-local:
EXTRA_DIST = $(ldm_DATA)
+CLEANFILES = bg.png
diff --git a/art-softwaves/ldm/bg.png b/art-softwaves/ldm/bg.png
deleted file mode 100644
index c15da95..0000000
Binary files a/art-softwaves/ldm/bg.png and /dev/null differ
diff --git a/debian/changelog b/debian/changelog
index 9226fa4..ac5fc99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debian-edu-artwork (0.53-2) UNRELEASED; urgency=medium
+
+ * d/update-debian-edu-artwork-(lines|softwaves|spacefun):
+ Add support for PXE boot menu background.
+ * Add Cleanlines statement to artwork-(lines|softwaves)/ldm/Makefile.am.
+ * playground/stretch: Modify SVG file to fit grub, ldm and PXE menu.
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Mon, 31 Oct 2016 19:55:50 +0100
+
debian-edu-artwork (0.53-1) unstable; urgency=medium
[ Wolfgang Schweer ]
diff --git a/debian/update-debian-edu-artwork-lines b/debian/update-debian-edu-artwork-lines
index 159c256..8bb456f 100755
--- a/debian/update-debian-edu-artwork-lines
+++ b/debian/update-debian-edu-artwork-lines
@@ -14,7 +14,7 @@ restore_ldm_background() {
update-alternatives --remove ldm-theme /usr/share/ldm/themes/debian-edu-${EDUTHEME}
}
-## GRUB
+## GRUB and PXE boot background
change_grub_background() {
priority=50 # value higher than 20 used for ${EDUTHEME}-grub.png in desktop-base
update-alternatives --install \
@@ -27,6 +27,7 @@ change_grub_background() {
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub_1920x1080.png 20
+ ln -sf debian-edu-${EDUTHEME}-grub.png /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
sync
update-grub2 || true
@@ -38,6 +39,7 @@ restore_grub_background() {
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub.png
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub_1920x1080.png
+ rm -f /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
update-grub2 || true
fi
diff --git a/debian/update-debian-edu-artwork-softwaves b/debian/update-debian-edu-artwork-softwaves
index f7427e9..788bead 100755
--- a/debian/update-debian-edu-artwork-softwaves
+++ b/debian/update-debian-edu-artwork-softwaves
@@ -14,7 +14,7 @@ restore_ldm_background() {
update-alternatives --remove ldm-theme /usr/share/ldm/themes/debian-edu-${EDUTHEME}
}
-## GRUB
+## GRUB and PXE boot background
change_grub_background() {
priority=50 # value higher than 20 used for ${EDUTHEME}-grub.png in desktop-base
update-alternatives --install \
@@ -27,6 +27,7 @@ change_grub_background() {
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub_1920x1080.png 20
+ ln -sf debian-edu-${EDUTHEME}-grub.png /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
sync
update-grub2 || true
@@ -38,6 +39,7 @@ restore_grub_background() {
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub.png
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub_1920x1080.png
+ rm -f /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
update-grub2 || true
fi
diff --git a/debian/update-debian-edu-artwork-spacefun b/debian/update-debian-edu-artwork-spacefun
index 32daed3..b7c1e9f 100755
--- a/debian/update-debian-edu-artwork-spacefun
+++ b/debian/update-debian-edu-artwork-spacefun
@@ -15,7 +15,7 @@ restore_ldm_background() {
}
-## GRUB
+## GRUB and PXE boot background
change_grub_background() {
priority=50 # value higher than 20 used for ${EDUTHEME}-grub.png in desktop-base
update-alternatives --install \
@@ -24,6 +24,7 @@ change_grub_background() {
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub.png $priority
update-alternatives --set desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub.png
+ ln -sf debian-edu-${EDUTHEME}-grub.png /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
sync
update-grub2 || true
@@ -33,6 +34,7 @@ change_grub_background() {
restore_grub_background() {
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/debian-edu-${EDUTHEME}-grub.png
+ rm -f /usr/share/images/desktop-base/debian-edu-pxe.png
if which update-grub2 > /dev/null ; then
update-grub2 || true
fi
diff --git a/playground/stretch/debian-edu-softwaves-grub.svg b/playground/stretch/debian-edu-softwaves-grub.svg
index 8717559..05a4d48 100644
--- a/playground/stretch/debian-edu-softwaves-grub.svg
+++ b/playground/stretch/debian-edu-softwaves-grub.svg
@@ -30,8 +30,8 @@
id="namedview3105"
showgrid="false"
inkscape:zoom="1.5992211"
- inkscape:cx="322.75858"
- inkscape:cy="197.62941"
+ inkscape:cx="324.00919"
+ inkscape:cy="192.62697"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
@@ -41,7 +41,7 @@
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs3194" /><g
id="Layer_1"
- transform="matrix(0.33252701,0,0,0.39677709,0.66777325,19.936743)"><g
+ transform="matrix(0.33252701,0,0,0.39677709,1.2930777,24.313874)"><g
id="background_1_"><linearGradient
x1="-1297.7085"
y1="2199.0771"
@@ -91,7 +91,7 @@
id="rect3007"
style="fill:url(#SVGID_2_)" /></g></g><g
id="glows"
- transform="matrix(0.33218768,0,0,0.34670588,-11.438724,2.5697592)"><radialGradient
+ transform="matrix(0.33218768,0,0,0.34670588,-10.81342,5.0709768)"><radialGradient
cx="-766.47272"
cy="1608.8936"
r="279.2085"
@@ -535,7 +535,7 @@
sodipodi:rx="134.355"
sodipodi:ry="138.636" /></g><g
id="g3140"
- transform="matrix(0.61215494,0,0,0.60849167,-6.6714121,-118.49299)"><g
+ transform="matrix(0.61215494,0,0,0.60849167,-323.70075,5.9425873)"><g
id="logo_1_-3"
style="opacity:0.8"
transform="matrix(0.59874357,0,0,0.59874357,-91.508441,233.12125)"><path
--
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