Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
François Revol
Infobeamer Templates
Commits
422154d9
Commit
422154d9
authored
Dec 30, 2018
by
François Revol
Browse files
Add 35C3-like Framasoft template (with their colors)
parent
1a280adf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
35C3/framasoft/35C3_ad_Framasoft.svg
0 → 100644
View file @
422154d9
This diff is collapsed.
Click to expand it.
35C3/framasoft/Makefile
0 → 100644
View file @
422154d9
# base name
TARGET_BASE
:=
35C3_ad_Framasoft
QRBGCOL
:=
00000000
QRCOL
:=
000000
QR_URL
:=
https://soutenir.framasoft.org/en/
#XXX: inkscape cannot link to external SVG, nor move objects by command line :-(
QR_IMG
:=
qr.png
all
:
$(TARGET_BASE).png $(TARGET_BASE).jpg
#XXX: inkscape cannot link to external SVG, nor move objects by command line :-(
# Makefile dependency forces regeneration if URL changes
$(QR_IMG)
:
Makefile
qrencode
--foreground
$(QRCOL)
--background
$(QRBGCOL)
-t
PNG
-s
10
-o
$@
"
$(QR_URL)
"
$(TARGET_BASE).png
:
$(TARGET_BASE).svg $(QR_IMG)
inkscape
$<
--export-png
$@
$(TARGET_BASE).jpg
:
$(TARGET_BASE).png
convert
$<
$@
clean
:
rm
-f
$(TARGET_BASE)
.png
$(TARGET_BASE)
.jpg
$(QR_IMG)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment