Date: Friday, September 16, 2022 @ 06:32:39
Author: arojas
Revision: 456248
archrelease: copy trunk to extra-any
Added:
noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
(from rev 456247, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
noto-fonts-emoji/repos/extra-any/PKGBUILD
(from rev 456247, noto-fonts-emoji/trunk/PKGBUILD)
Deleted:
noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
noto-fonts-emoji/repos/extra-any/PKGBUILD
--------------------------+
66-noto-color-emoji.conf | 54 ++++++++++++++++++++++-----------------------
PKGBUILD | 42 +++++++++++++++++------------------
2 files changed, 48 insertions(+), 48 deletions(-)
Deleted: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf 2022-09-16 06:32:27 UTC (rev 456247)
+++ 66-noto-color-emoji.conf 2022-09-16 06:32:39 UTC (rev 456248)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-
-<!--
-Set Noto Color Emoji as fallback for Noto family
--->
-
-<fontconfig>
- <match target="scan">
- <test name="family"><string>Noto Color Emoji</string></test>
- <edit name="charset" mode="assign">
- <minus>
- <name>charset</name>
- <charset><range>
- <int>0x0000</int>
- <int>0x00FF</int>
- </range></charset>
- </minus>
- </edit>
- </match>
- <match>
- <test name="family" compare="contains"><string>Noto </string></test>
- <edit name="family" mode="append" binding="weak">
- <string>Noto Color Emoji</string>
- </edit>
- </match>
-</fontconfig>
Copied: noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf (from rev
456247, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
===================================================================
--- 66-noto-color-emoji.conf (rev 0)
+++ 66-noto-color-emoji.conf 2022-09-16 06:32:39 UTC (rev 456248)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+
+<!--
+Set Noto Color Emoji as fallback for Noto family
+-->
+
+<fontconfig>
+ <match target="scan">
+ <test name="family"><string>Noto Color Emoji</string></test>
+ <edit name="charset" mode="assign">
+ <minus>
+ <name>charset</name>
+ <charset><range>
+ <int>0x0000</int>
+ <int>0x00FF</int>
+ </range></charset>
+ </minus>
+ </edit>
+ </match>
+ <match>
+ <test name="family" compare="contains"><string>Noto </string></test>
+ <edit name="family" mode="append" binding="weak">
+ <string>Noto Color Emoji</string>
+ </edit>
+ </match>
+</fontconfig>
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-16 06:32:27 UTC (rev 456247)
+++ PKGBUILD 2022-09-16 06:32:39 UTC (rev 456248)
@@ -1,21 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=noto-fonts-emoji
-pkgver=20211101
-_commit=9a5261d871451f9b5183c93483cbd68ed916b1e9
-pkgrel=1
-pkgdesc='Google Noto emoji fonts'
-arch=(any)
-url='https://www.google.com/get/noto/'
-license=(custom:OFL)
-provides=(emoji-font)
-makedepends=(git)
-source=(git+https://github.com/googlefonts/noto-emoji.git#commit=$_commit)
-sha256sums=('SKIP')
-
-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
-}
Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 456247,
noto-fonts-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-16 06:32:39 UTC (rev 456248)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=noto-fonts-emoji
+pkgver=20220906
+_commit=7f2b4d6c31e30384bdda85521446785313b3c9c4
+pkgrel=1
+pkgdesc='Google Noto emoji fonts'
+arch=(any)
+url='https://www.google.com/get/noto/'
+license=(custom:OFL)
+provides=(emoji-font)
+makedepends=(git)
+source=(git+https://github.com/googlefonts/noto-emoji.git#commit=$_commit)
+sha256sums=('SKIP')
+
+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
+}