summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b05bae1836018d97a5bb56c5809fcfacb648820e (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
# Maintainer: William Gathoye <william + aur at gathoye dot be>
# Contributor: Pablo Lezaeta <prflr88@gmail.com>

pkgname=ttf-crosextra
pkgver=2013.02.14
pkgrel=2

pkgdesc='Chrome OS Extra fonts featuring Carlito (Calibri clone) and Caladea (Cambria clone)'
arch=('any')
url='https://chromium.googlesource.com/'
license=('custom:OFL')

depends=(
    'fontconfig'
    'ttf-caladea'
    'ttf-carlito'
)
optdepends=(
    # These packages should have the group 'chromeos-extra-fonts'
    'ttf-croscore: Part of the Chromium OS fonts suite'
    'ttf-dejavu: Part of the Chromium OS fonts suite'
    'ttf-droid: Part of the Chromium OS fonts suite'
    'otf-ipafont: Part of the Chromium OS fonts suite, IPA support'
    'ttf-nanum: Part of the Chromium OS fonts suite'
    'lohit-fonts: Part of the Chromium OS fonts suite'
    'ttf-malayalam-font-anjalioldlipi: Part of the Chromium OS fonts suite'
    'noto-fonts: Part of the Chromium OS fonts suite'
    'noto-fonts-cjk: Part of the Chromium OS fonts suite, CJK support'
    'noto-fonts-emoji: Part of the Chromium OS fonts suite, Emoji support'
    'ttf-roboto: Part of the Chromium OS fonts suite'
    'ttf-sil-abyssinica: Part of the Chromium OS fonts suite'
    'ttf-jomolhari: Part of the Chromium OS fonts suite'
)