summaryrefslogtreecommitdiff
path: root/pcr/fonts-meta/PKGBUILD
blob: bd18251f8855bfef3918a91448e96873fd2b1d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Maintainer: David P. <megver83@parabola.nu>

pkgname=fonts-meta
pkgver=20200817 # date +%Y%m%d
pkgrel=1
pkgdesc='Metapackage that installs all available fonts'
arch=(any)
url='https://www.parabola.nu/'
license=(GPL)
provides=(ttf-fonts-meta)
replaces=(ttf-fonts-meta)
install=$pkgname.install

# To find packages with fonts, do `pacman -Fx /usr/share/fonts'
# Note that not all of the listed packages are exclusively font
# packages, some are games or programs that include them.
depends=(
  adobe-source-code-pro-fonts
  adobe-source-sans-pro-fonts
  adobe-source-serif-pro-fonts
  bdf-unifont
  cantarell-fonts
  dina-font
  gentium-plus-font
  gnu-free-fonts
  gsfonts
  inter-font
  noto-fonts-cjk
  noto-fonts-emoji
  noto-fonts-extra
  opendesktop-fonts
  otf-cormorant
  otf-fantasque-sans-mono
  otf-fira-mono
  otf-fira-sans
  otf-font-awesome
  otf-hermit
  otf-ipaexfont
  otf-ipafont
  otf-ipamjfont
  otf-latin-modern
  otf-latinmodern-math
  otf-league-gothic
  otf-overpass
  otf-stix
  powerline-fonts
  tamsyn-font
  terminus-font
  terminus-font-otb
  tex-gyre-fonts
  ttf-anonymous-pro
  ttf-arphic-ukai
  ttf-arphic-uming
  ttf-baekmuk
  ttf-beteckna
  ttf-bitstream-vera
  ttf-caladea
  ttf-carlito
  ttf-cascadia-code
  ttf-comic-neue
  ttf-cormorant
  ttf-croscore
  ttf-dejavu
  ttf-droid
  ttf-eurof
  ttf-fantasque-sans-mono
  ttf-fira-code
  ttf-fira-mono
  ttf-fira-sans
  ttf-font-awesome
  ttf-hack
  ttf-hanazono
  ttf-ibm-plex
  ttf-inconsolata
  ttf-indic-otf
  ttf-ionicons
  ttf-jetbrains-mono
  ttf-junicode
  ttf-khmer
  ttf-lato
  ttf-league-gothic
  ttf-liberation
  ttf-linux-libertine
  ttf-linux-libertine-g
  ttf-monofur
  ttf-montserrat
  ttf-open-comic-font
  ttf-opensans
  ttf-proggy-clean
  ttf-roboto
  ttf-roboto-mono
  ttf-sarasa-gothic
  ttf-sazanami
  ttf-tibetan-machine
  woff2-fira-code
  woff-fira-code
  wqy-bitmapfont
  wqy-microhei
  wqy-microhei-lite
  wqy-zenhei
  xorg-fonts-100dpi
  xorg-fonts-75dpi
  xorg-fonts-cyrillic
  xorg-fonts-misc
  xorg-fonts-type1
  xorg-font-util
)
optdepends=(
  adobe-source-han-sans-cn-fonts
  adobe-source-han-sans-hk-fonts
  adobe-source-han-sans-jp-fonts
  adobe-source-han-sans-kr-fonts
  adobe-source-han-sans-otc-fonts
  adobe-source-han-sans-tw-fonts
  adobe-source-han-serif-cn-fonts
  adobe-source-han-serif-jp-fonts
  adobe-source-han-serif-kr-fonts
  adobe-source-han-serif-otc-fonts
  adobe-source-han-serif-tw-fonts
  ttf-nerd-fonts-symbols
  ttf-nerd-fonts-symbols-mono
)