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

Antonio Rojas arojas at archlinux.org
Mon Oct 7 18:22:06 UTC 2019


    Date: Monday, October 7, 2019 @ 18:22:06
  Author: arojas
Revision: 364035

Remove font that breaks emoji rendering in Qt

Modified:
  noto-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 17:23:23 UTC (rev 364034)
+++ PKGBUILD	2019-10-07 18:22:06 UTC (rev 364035)
@@ -4,7 +4,7 @@
 pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
 pkgver=20190926
 _commit=0fa1dfabd6e3746bb7463399e2813f60d3f1b256
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto TTF fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -33,6 +33,9 @@
   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
+
+  # Remove font that breaks emoji in Qt
+  rm "$pkgdir"/usr/share/fonts/noto/NotoKufiArabic*
 }
 
 package_noto-fonts-extra() {



More information about the arch-commits mailing list