c1c51e0baf
### Problem description The fonts list on Linux does not show all system fonts, and does not show font names at all. ### Implementation description Use Fontconfig to make the list less bad if Fontconfig headers are available. ### Additional things I like fonts. --------- Co-authored-by: Nik <werwolv98@gmail.com>
24 lines
391 B
Bash
Executable File
24 lines
391 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
fontconfig \
|
|
file \
|
|
mbedtls \
|
|
freetype2 \
|
|
dbus \
|
|
gtk3 \
|
|
curl \
|
|
fmt \
|
|
yara \
|
|
nlohmann-json \
|
|
ninja \
|
|
zlib \
|
|
bzip2 \
|
|
xz \
|
|
zstd \
|
|
lz4
|