* update noto-fonts-cjk to 20230817-2
This commit is contained in:
parent
1a4132e4a3
commit
7882c56371
12
noto-fonts-cjk/.SRCINFO
Normal file
12
noto-fonts-cjk/.SRCINFO
Normal 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
|
@ -4,21 +4,16 @@
|
|||||||
pkgname=noto-fonts-cjk
|
pkgname=noto-fonts-cjk
|
||||||
pkgver=20230817
|
pkgver=20230817
|
||||||
_commit=4efc595762d1f4b4fa504bccfe8e59de91fda063
|
_commit=4efc595762d1f4b4fa504bccfe8e59de91fda063
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Google Noto CJK fonts'
|
pkgdesc='Google Noto CJK fonts'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://www.google.com/get/noto/'
|
url='https://www.google.com/get/noto/'
|
||||||
license=(custom:SIL)
|
license=(OFL-1.1)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit
|
source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit)
|
||||||
70-noto-cjk.conf)
|
sha256sums=('7a0315ee67629135106e05daca96aab99dfa1ecd190c88adca1bee7883c2ad34')
|
||||||
sha256sums=('SKIP'
|
|
||||||
'2417ac0e6720fe8da55ee59f16e36cfe96737bc21432460a322bb0f395e3a521')
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 noto-cjk/*/OTC/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
|
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 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
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user