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
5287ad44
Commit
5287ad44
authored
Dec 30, 2018
by
François Revol
Browse files
Add 35C3 template for Hardware FOSDEM devroom
parent
c02c663c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
35C3/fosdem_hardware/35C3_ad_FOSDEM_Hardware.svg
0 → 100644
View file @
5287ad44
This diff is collapsed.
Click to expand it.
35C3/fosdem_hardware/Makefile
0 → 100644
View file @
5287ad44
# base name
TARGET_BASE
:=
35C3_ad_FOSDEM_Hardware
QRBGCOL
:=
00000000
QRCOL
:=
000000
QR_URL
:=
https://fosdem.org/2019/schedule/track/hardware_enablement/
#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