summaryrefslogtreecommitdiff
path: root/pcr/ttf-fonts-meta/PKGBUILD
blob: 9a71538d8157fb648553d15c09b5dbd79491e34e (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
# Maintainer: David P. <megver83@parabola.nu>

pkgname=ttf-fonts-meta
pkgver=20200803 # date +%Y%m%d
pkgrel=1
pkgdesc='Metapackage that installs all available fonts'
arch=(any)
url='https://www.parabola.nu/'
license=(GPL)
install=$pkgname.install
depends=(
  adobe-source-code-pro-fonts
  adobe-source-sans-pro-fonts
  adobe-source-serif-pro-fonts
  cantarell-fonts
  gnu-free-fonts
  gsfonts
  noto-fonts
  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
  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-fonts-meta
  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
  xorg-fonts-100dpi
  xorg-fonts-75dpi
  xorg-fonts-type1
)
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
)