* update noto-fonts-cjk to 20230817-2

This commit is contained in:
Alexander Baldeck 2024-08-17 20:07:03 +02:00
parent 1a4132e4a3
commit 7882c56371
2 changed files with 16 additions and 9 deletions

12
noto-fonts-cjk/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = noto-fonts-cjk
pkgdesc = Google Noto CJK fonts
pkgver = 20230817
pkgrel = 2
url = https://www.google.com/get/noto/
arch = any
license = OFL-1.1
makedepends = git
source = git+https://github.com/googlefonts/noto-cjk.git#commit=4efc595762d1f4b4fa504bccfe8e59de91fda063
sha256sums = 7a0315ee67629135106e05daca96aab99dfa1ecd190c88adca1bee7883c2ad34
pkgname = noto-fonts-cjk

View File

@ -4,21 +4,16 @@
pkgname=noto-fonts-cjk
pkgver=20230817
_commit=4efc595762d1f4b4fa504bccfe8e59de91fda063
pkgrel=1
pkgrel=2
pkgdesc='Google Noto CJK fonts'
arch=(any)
url='https://www.google.com/get/noto/'
license=(custom:SIL)
license=(OFL-1.1)
makedepends=(git)
source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit
70-noto-cjk.conf)
sha256sums=('SKIP'
'2417ac0e6720fe8da55ee59f16e36cfe96737bc21432460a322bb0f395e3a521')
source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit)
sha256sums=('7a0315ee67629135106e05daca96aab99dfa1ecd190c88adca1bee7883c2ad34')
package() {
install -Dm644 noto-cjk/*/OTC/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
install -Dm644 noto-cjk/Sans/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
install -Dm644 70-noto-cjk.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail
install -d "$pkgdir"/usr/share/fontconfig/conf.default
ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default
}