[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Mar 23 21:17:31 UTC 2021


    Date: Tuesday, March 23, 2021 @ 21:17:31
  Author: arojas
Revision: 410805

fontconfig changes

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 21:13:20 UTC (rev 410804)
+++ PKGBUILD	2021-03-23 21:17:31 UTC (rev 410805)
@@ -3,7 +3,7 @@
 pkgname=noto-fonts-cjk
 pkgver=20201206
 _commit=782eab531e724779772302b835661b7b12a6b3a8
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -15,5 +15,7 @@
 package() {
   install -Dm644 noto-cjk-*/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
   install -Dm644 noto-cjk-*/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm644 70-noto-cjk.conf -t "$pkgdir"/etc/fonts/conf.avail
+  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
 }



More information about the arch-commits mailing list