summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2020-02-12 10:13:24 -0500
committerStick2020-02-12 10:13:24 -0500
commitfe0c3b3fe1de82b1d8b4685f024334aeee0ca64d (patch)
treecd9451c0ae5c6da5bdaab2d9a680765e48419be5
parent7390cc232df87bb55aca63642c9573f792398c37 (diff)
downloadaur-fe0c3b3fe1de82b1d8b4685f024334aeee0ca64d.tar.gz
add new fonts
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094ae5c40243..2dd18a3e6216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = all-repository-fonts
pkgdesc = Meta package for all fonts in the official repositories.
- pkgver = 20191011
+ pkgver = 20200212
pkgrel = 1
url = https://aur.archlinux.org/packages/all-repository-fonts/
arch = any
@@ -29,6 +29,7 @@ pkgbase = all-repository-fonts
depends = gentium-plus-font
depends = gnu-free-fonts
depends = gsfonts
+ depends = inter-font
depends = noto-fonts
depends = noto-fonts-cjk
depends = noto-fonts-emoji
@@ -40,13 +41,16 @@ pkgbase = all-repository-fonts
depends = otf-fira-mono
depends = otf-fira-sans
depends = otf-font-awesome
+ depends = otf-ipaexfont
depends = otf-ipafont
+ depends = otf-ipamjfont
depends = otf-latin-modern
depends = otf-latinmodern-math
depends = otf-overpass
depends = powerline-fonts
depends = tamsyn-font
depends = terminus-font
+ depends = terminus-font-otb
depends = tex-gyre-fonts
depends = ttf-anonymous-pro
depends = ttf-arphic-ukai
@@ -55,6 +59,7 @@ pkgbase = all-repository-fonts
depends = ttf-bitstream-vera
depends = ttf-caladea
depends = ttf-carlito
+ depends = ttf-cascadia-code
depends = ttf-cormorant
depends = ttf-croscore
depends = ttf-dejavu
@@ -71,6 +76,7 @@ pkgbase = all-repository-fonts
depends = ttf-inconsolata
depends = ttf-indic-otf
depends = ttf-ionicons
+ depends = ttf-jetbrains-mono
depends = ttf-joypixels
depends = ttf-junicode
depends = ttf-khmer
@@ -78,9 +84,11 @@ pkgbase = all-repository-fonts
depends = ttf-liberation
depends = ttf-linux-libertine
depends = ttf-linux-libertine-g
+ depends = ttf-nerd-fonts-symbols
depends = ttf-opensans
depends = ttf-proggy-clean
depends = ttf-roboto
+ depends = ttf-roboto-mono
depends = ttf-sazanami
depends = ttf-tibetan-machine
depends = ttf-ubuntu-font-family
diff --git a/PKGBUILD b/PKGBUILD
index 904d669924ca..5fcadb01921b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Wyatt J. Brown <sushidudeteam at gmail dot com>
# shellcheck disable=SC2034,SC2148,SC2154
pkgname=all-repository-fonts
-pkgver=20191011
+pkgver=20200212
pkgrel=1
pkgdesc='Meta package for all fonts in the official repositories.'
arch=('any')
@@ -32,6 +32,7 @@ depends=('adobe-source-code-pro-fonts'
'gentium-plus-font'
'gnu-free-fonts'
'gsfonts'
+ 'inter-font'
'noto-fonts'
'noto-fonts-cjk'
'noto-fonts-emoji'
@@ -43,13 +44,16 @@ depends=('adobe-source-code-pro-fonts'
'otf-fira-mono'
'otf-fira-sans'
'otf-font-awesome'
+ 'otf-ipaexfont'
'otf-ipafont'
+ 'otf-ipamjfont'
'otf-latin-modern'
'otf-latinmodern-math'
'otf-overpass'
'powerline-fonts'
'tamsyn-font'
'terminus-font'
+ 'terminus-font-otb'
'tex-gyre-fonts'
'ttf-anonymous-pro'
'ttf-arphic-ukai'
@@ -58,6 +62,7 @@ depends=('adobe-source-code-pro-fonts'
'ttf-bitstream-vera'
'ttf-caladea'
'ttf-carlito'
+ 'ttf-cascadia-code'
'ttf-cormorant'
'ttf-croscore'
'ttf-dejavu'
@@ -74,6 +79,7 @@ depends=('adobe-source-code-pro-fonts'
'ttf-inconsolata'
'ttf-indic-otf'
'ttf-ionicons'
+ 'ttf-jetbrains-mono'
'ttf-joypixels'
'ttf-junicode'
'ttf-khmer'
@@ -81,9 +87,11 @@ depends=('adobe-source-code-pro-fonts'
'ttf-liberation'
'ttf-linux-libertine'
'ttf-linux-libertine-g'
+ 'ttf-nerd-fonts-symbols'
'ttf-opensans'
'ttf-proggy-clean'
'ttf-roboto'
+ 'ttf-roboto-mono'
'ttf-sazanami'
'ttf-tibetan-machine'
'ttf-ubuntu-font-family'