public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 869913ab8e833f586659d04312aa0c0c0389bbb6
Date: Tue, 02 Jun 2026 10:09:02 +0000 (UTC)	[thread overview]
Message-ID: <4gV64G2V60z2xHq@people01.haj.ipfire.org> (raw)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The artwork of the ipfire project.".

The branch, master has been updated
       via  869913ab8e833f586659d04312aa0c0c0389bbb6 (commit)
      from  06638a33ac6e3c1e1e7c0b556f450536d2fd5d18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 869913ab8e833f586659d04312aa0c0c0389bbb6
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Tue Jun 2 11:08:48 2026 +0100

    bios: Make the background black
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/Makefile b/Makefile
index 98838b7..13e4054 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ OBJECTS += \
 # Colors
 PRIMARY = ff2e52
 DARK    = 363636
+BLACK   = 000000
 WHITE   = ffffff
 
 # rsvg-convert command line
@@ -182,10 +183,10 @@ standard/favicon.svg: favicon-standalone.svg
 	$(TO_INVERTED)
 
 # BIOS Boot Logo
-bios/boot-logo.bmp: logo-standalone.svg
+bios/boot-logo.bmp: logo-inverted-standalone.svg
 	mkdir -p $(dir $@) && \
 	$(RSVG_CONVERT) --width=360 $< | \
-	$(MAGICK) - -background "#$(WHITE)" -gravity center -extent 800x600 \
+	$(MAGICK) - -background "#$(BLACK)" -gravity center -extent 800x600 \
 		-alpha remove -alpha off -type TrueColor BMP3:$@
 
 .PHONY: clean


hooks/post-receive
--
The artwork of the ipfire project.


                 reply	other threads:[~2026-06-02 10:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4gV64G2V60z2xHq@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox