summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 19ea812d592664d52e8fbaecd7b2e629d01a38fe (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
# Maintainer: Juraj Fiala <doctorjellyface at riseup dot net>

pkgname=fonts-meta-extended-lt
pkgver=2
pkgrel=1
pkgdesc='Extended font collection meta package, ported from Infinality (lite version).'
arch=('any')
url='http://bohoomil.com/doc/05-fonts/'
license=('GPL')
# Those commented out aren't in the repos/AUR
depends=(
  'fonts-meta-base'
  'cantarell-fonts'
  'ttf-oswald'
  'ttf-quintessential'
  'tex-gyre-fonts'
# 't1-cursor-ib'
  'gsfonts'
  'ttf-caladea'
  'ttf-impallari-cantora'
  'ttf-carlito'
  'ttf-droid'
# 'ttf-gelasio-ib'
  'ttf-merriweather'
  'ttf-merriweather-sans'
  'ttf-opensans'
  'ttf-signika'
  'ttf-ubuntu-font-family'
)
optdepends=(
  't1-cursor-ib'
  'ttf-gelasio-ib'
)
provides=('ibfonts-meta-extended-lt' 'xorg-fonts-type1')
conflicts=('ibfonts-meta-extended-lt' 'xorg-fonts-type1')
replaces=('xorg-fonts-type1') 
source=('30-infinality-aliases.conf::https://gist.github.com/cryzed/4f64bb79e80d619866ee0b18ba2d32fc/raw/bd073b52365393f9f0718425271825fc27b218f7/local.conf')
md5sums=('bb04a521a7702c963790666f16013d1c')

package() {
  install -Dm644 -t "${pkgdir}/etc/fonts/conf.avail" 30-infinality-aliases.conf
}