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

Antonio Rojas arojas at archlinux.org
Sat Jul 13 12:59:14 UTC 2019


    Date: Saturday, July 13, 2019 @ 12:59:13
  Author: arojas
Revision: 357876

Enable config

Modified:
  noto-fonts/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 10:10:57 UTC (rev 357875)
+++ PKGBUILD	2019-07-13 12:59:13 UTC (rev 357876)
@@ -4,7 +4,7 @@
 pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
 pkgver=20190111
 _commit=c30307083469f0c05e216ac75216fd454a517858  # master
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -31,6 +31,8 @@
 
   # Install fontconfig files
   install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/etc/fonts/conf.avail/
+  install -d "$pkgdir"/etc/fonts/conf.d
+  ln -rs "$pkgdir"/etc/fonts/conf.avail/* "$pkgdir"/etc/fonts/conf.d
 }
 
 package_noto-fonts-extra() {



More information about the arch-commits mailing list