diff --git a/noto-fonts-cjk/.SRCINFO b/noto-fonts-cjk/.SRCINFO new file mode 100644 index 0000000000..3bea2e98ca --- /dev/null +++ b/noto-fonts-cjk/.SRCINFO @@ -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 diff --git a/noto-fonts-cjk/PKGBUILD b/noto-fonts-cjk/PKGBUILD index 15d25067ee..009aadb15a 100644 --- a/noto-fonts-cjk/PKGBUILD +++ b/noto-fonts-cjk/PKGBUILD @@ -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 }