[arch-commits] Commit in noto-fonts-emoji/repos/extra-any (4 files)

Antonio Rojas arojas at archlinux.org
Sun Mar 18 18:47:45 UTC 2018


    Date: Sunday, March 18, 2018 @ 18:47:44
  Author: arojas
Revision: 319587

archrelease: copy trunk to extra-any

Added:
  noto-fonts-emoji/repos/extra-any/PKGBUILD
    (from rev 319586, noto-fonts-emoji/trunk/PKGBUILD)
Deleted:
  noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
  noto-fonts-emoji/repos/extra-any/66-noto-emoji.conf
  noto-fonts-emoji/repos/extra-any/PKGBUILD

--------------------------+
 66-noto-color-emoji.conf |   35 ------------------------------
 66-noto-emoji.conf       |   18 ---------------
 PKGBUILD                 |   51 +++++++++++++++++++--------------------------
 3 files changed, 22 insertions(+), 82 deletions(-)

Deleted: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf	2018-03-18 18:46:15 UTC (rev 319586)
+++ 66-noto-color-emoji.conf	2018-03-18 18:47:44 UTC (rev 319587)
@@ -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:46:15 UTC (rev 319586)
+++ 66-noto-emoji.conf	2018-03-18 18:47:44 UTC (rev 319587)
@@ -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>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 18:46:15 UTC (rev 319586)
+++ PKGBUILD	2018-03-18 18:47:44 UTC (rev 319587)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-emoji
-_pkgver=2018-01-02
-_commit=bf112244987f281f0c313d46becfe823ae7b965d
-pkgver=${_pkgver//-}
-pkgrel=1
-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')
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/*.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/
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 319586, noto-fonts-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-18 18:47:44 UTC (rev 319587)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-emoji
+_pkgver=2018-01-02
+_commit=bf112244987f281f0c313d46becfe823ae7b965d
+pkgver=${_pkgver//-}
+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")
+sha256sums=('1ac40c497e83c7eef1ad26e405de73f6733f7939d8a7c348d00241f3653100a0')
+
+package() {
+  cd noto-emoji-*
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list