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