* [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 80c013cf2e6173af2a2f43b388651fdfdbe817bc
@ 2026-03-16 17:20 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-03-16 17:20 UTC (permalink / raw)
To: ipfire-scm
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
discards af10ee796fa809de9fe2cf915f03c7013c0a7a5a (commit)
via 80c013cf2e6173af2a2f43b388651fdfdbe817bc (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (af10ee796fa809de9fe2cf915f03c7013c0a7a5a)
\
N -- N -- N (80c013cf2e6173af2a2f43b388651fdfdbe817bc)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 80c013cf2e6173af2a2f43b388651fdfdbe817bc
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Mon Mar 16 17:17:17 2026 +0000
square-logo: Export in resonable resolutions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Difference in files:
diff --git a/Makefile b/Makefile
index 6e7e952..85f6996 100644
--- a/Makefile
+++ b/Makefile
@@ -109,26 +109,22 @@ standard/favicon.svg: favicon.svg
$(INKSCAPE) --export-width=4096
# Converts the square logo to PNG
-%/logo-square-32x32.png: %/logo-square.svg
+%/logo-square-512x512.png: %/logo-square.svg
mkdir -p $(dir $@) && \
$(INKSCAPE) --export-width=32
-%/logo-square-64x64.png: %/logo-square.svg
+%/logo-square-1024x1024.png: %/logo-square.svg
mkdir -p $(dir $@) && \
$(INKSCAPE) --export-width=64
-%/logo-square-128x128.png: %/logo-square.svg
+%/logo-square-2048x2048.png: %/logo-square.svg
mkdir -p $(dir $@) && \
$(INKSCAPE) --export-width=128
-%/logo-square-256x256.png: %/logo-square.svg
+%/logo-square-4096x4096.png: %/logo-square.svg
mkdir -p $(dir $@) && \
$(INKSCAPE) --export-width=256
-%/logo-square-512x512.png: %/logo-square.svg
- mkdir -p $(dir $@) && \
- $(INKSCAPE) --export-width=512
-
# Converts the favicon to PNG
%/favicon-16x16.png: %/favicon.svg
mkdir -p $(dir $@) && \
hooks/post-receive
--
The artwork of the ipfire project.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-16 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-16 17:20 [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 80c013cf2e6173af2a2f43b388651fdfdbe817bc Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox