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. 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5
Date: Mon, 16 Mar 2026 17:21:39 +0000 (UTC) [thread overview]
Message-ID: <4fZMMR6273z2y2f@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 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5 (commit)
from 80c013cf2e6173af2a2f43b388651fdfdbe817bc (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 3cfd1dacb3c2ebe76f21a27f9af7d960e90fdcf5
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Mon Mar 16 17:21:21 2026 +0000
square logo: Actuall generate the desired resolutions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/Makefile b/Makefile
index 85f6996..2ab4dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -111,19 +111,19 @@ standard/favicon.svg: favicon.svg
# Converts the square logo to PNG
%/logo-square-512x512.png: %/logo-square.svg
mkdir -p $(dir $@) && \
- $(INKSCAPE) --export-width=32
+ $(INKSCAPE) --export-width=512
%/logo-square-1024x1024.png: %/logo-square.svg
mkdir -p $(dir $@) && \
- $(INKSCAPE) --export-width=64
+ $(INKSCAPE) --export-width=1024
%/logo-square-2048x2048.png: %/logo-square.svg
mkdir -p $(dir $@) && \
- $(INKSCAPE) --export-width=128
+ $(INKSCAPE) --export-width=2048
%/logo-square-4096x4096.png: %/logo-square.svg
mkdir -p $(dir $@) && \
- $(INKSCAPE) --export-width=256
+ $(INKSCAPE) --export-width=4096
# Converts the favicon to PNG
%/favicon-16x16.png: %/favicon.svg
hooks/post-receive
--
The artwork of the ipfire project.
reply other threads:[~2026-03-16 17:21 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=4fZMMR6273z2y2f@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