[arch-commits] Commit in noto-fonts-emoji/trunk (3 files)

Antonio Rojas arojas at archlinux.org
Sun Mar 18 18:46:16 UTC 2018


    Date: Sunday, March 18, 2018 @ 18:46:15
  Author: arojas
Revision: 319586

Drop B&W font and fontconfig files (FS#57887)

Modified:
  noto-fonts-emoji/trunk/PKGBUILD
Deleted:
  noto-fonts-emoji/trunk/66-noto-color-emoji.conf
  noto-fonts-emoji/trunk/66-noto-emoji.conf

--------------------------+
 66-noto-color-emoji.conf |   35 -----------------------------------
 66-noto-emoji.conf       |   18 ------------------
 PKGBUILD                 |   15 ++++-----------
 3 files changed, 4 insertions(+), 64 deletions(-)

Deleted: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf	2018-03-18 18:41:30 UTC (rev 319585)
+++ 66-noto-color-emoji.conf	2018-03-18 18:46:15 UTC (rev 319586)
@@ -1,35 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-  <match target="scan">
-    <test name="family">
-      <string>Noto Color Emoji</string>
-    </test>
-    <edit name="scalable" mode="assign">
-      <bool>true</bool>
-    </edit>
-  </match>
-
-  <!-- Add emoji generic family -->
-  <alias binding="strong">
-    <family>emoji</family>
-    <default><family>Noto Color Emoji</family></default>
-  </alias>
-
-  <!-- Alias requests for the other emoji fonts -->
-  <alias binding="strong">
-    <family>Apple Color Emoji</family>
-    <prefer><family>Noto Color Emoji</family></prefer>
-    <default><family>sans-serif</family></default>
-  </alias>
-  <alias binding="strong">
-    <family>Segoe UI Emoji</family>
-    <prefer><family>Noto Color Emoji</family></prefer>
-    <default><family>sans-serif</family></default>
-  </alias>
-  <alias binding="strong">
-    <family>EmojiOne Color</family>
-    <prefer><family>Noto Color Emoji</family></prefer>
-    <default><family>sans-serif</family></default>
-  </alias>
-</fontconfig>

Deleted: 66-noto-emoji.conf
===================================================================
--- 66-noto-emoji.conf	2018-03-18 18:41:30 UTC (rev 319585)
+++ 66-noto-emoji.conf	2018-03-18 18:46:15 UTC (rev 319586)
@@ -1,18 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-  <match target="scan">
-    <test name="family">
-      <string>Noto Emoji</string>
-    </test>
-    <edit name="scalable" mode="assign">
-      <bool>true</bool>
-    </edit>
-  </match>
-
-  <!-- Add emoji generic family -->
-  <alias binding="strong">
-    <family>emoji</family>
-    <default><family>Noto Emoji</family></default>
-  </alias>
-</fontconfig>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 18:41:30 UTC (rev 319585)
+++ PKGBUILD	2018-03-18 18:46:15 UTC (rev 319586)
@@ -5,25 +5,18 @@
 _pkgver=2018-01-02
 _commit=bf112244987f281f0c313d46becfe823ae7b965d
 pkgver=${_pkgver//-}
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
 license=(custom:OFL)
 depends=(fontconfig)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip"
-        66-noto-color-emoji.conf 66-noto-emoji.conf)
-sha256sums=('1ac40c497e83c7eef1ad26e405de73f6733f7939d8a7c348d00241f3653100a0'
-            '5df9fbf693abe3ba663362375d0e02c17345860c54809166be2c22c4e83fc567'
-            'ba85f8cdeec0fb505848ec18ef94ccf31aff9ad4690f0c7bcd12098d9df187f4')
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
+sha256sums=('1ac40c497e83c7eef1ad26e405de73f6733f7939d8a7c348d00241f3653100a0')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-# Install fontconfig files
-  mkdir -p "$pkgdir"/etc/fonts/conf.avail
-  install -m644 "$srcdir"/*.conf "$pkgdir"/etc/fonts/conf.avail/
 }



More information about the arch-commits mailing list