Date: Sunday, January 29, 2023 @ 22:40:51
Author: arojas
Revision: 467624
archrelease: copy trunk to testing-any
Added:
noto-fonts/repos/testing-any/
noto-fonts/repos/testing-any/46-noto-mono.conf
(from rev 467623, noto-fonts/trunk/46-noto-mono.conf)
noto-fonts/repos/testing-any/46-noto-sans.conf
(from rev 467623, noto-fonts/trunk/46-noto-sans.conf)
noto-fonts/repos/testing-any/46-noto-serif.conf
(from rev 467623, noto-fonts/trunk/46-noto-serif.conf)
noto-fonts/repos/testing-any/66-noto-mono.conf
(from rev 467623, noto-fonts/trunk/66-noto-mono.conf)
noto-fonts/repos/testing-any/66-noto-sans.conf
(from rev 467623, noto-fonts/trunk/66-noto-sans.conf)
noto-fonts/repos/testing-any/66-noto-serif.conf
(from rev 467623, noto-fonts/trunk/66-noto-serif.conf)
noto-fonts/repos/testing-any/PKGBUILD
(from rev 467623, noto-fonts/trunk/PKGBUILD)
--------------------+
46-noto-mono.conf | 10 ++++++++++
46-noto-sans.conf | 10 ++++++++++
46-noto-serif.conf | 10 ++++++++++
66-noto-mono.conf | 10 ++++++++++
66-noto-sans.conf | 10 ++++++++++
66-noto-serif.conf | 10 ++++++++++
PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 110 insertions(+)
Copied: noto-fonts/repos/testing-any/46-noto-mono.conf (from rev 467623,
noto-fonts/trunk/46-noto-mono.conf)
===================================================================
--- testing-any/46-noto-mono.conf (rev 0)
+++ testing-any/46-noto-mono.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>Noto Sans Mono</family>
+ <default>
+ <family>monospace</family>
+ </default>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/46-noto-sans.conf (from rev 467623,
noto-fonts/trunk/46-noto-sans.conf)
===================================================================
--- testing-any/46-noto-sans.conf (rev 0)
+++ testing-any/46-noto-sans.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>Noto Sans</family>
+ <default>
+ <family>sans-serif</family>
+ </default>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/46-noto-serif.conf (from rev 467623,
noto-fonts/trunk/46-noto-serif.conf)
===================================================================
--- testing-any/46-noto-serif.conf (rev 0)
+++ testing-any/46-noto-serif.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>Noto Serif</family>
+ <default>
+ <family>serif</family>
+ </default>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/66-noto-mono.conf (from rev 467623,
noto-fonts/trunk/66-noto-mono.conf)
===================================================================
--- testing-any/66-noto-mono.conf (rev 0)
+++ testing-any/66-noto-mono.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>monospace</family>
+ <prefer>
+ <family>Noto Sans Mono</family>
+ </prefer>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/66-noto-sans.conf (from rev 467623,
noto-fonts/trunk/66-noto-sans.conf)
===================================================================
--- testing-any/66-noto-sans.conf (rev 0)
+++ testing-any/66-noto-sans.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>sans-serif</family>
+ <prefer>
+ <family>Noto Sans</family>
+ </prefer>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/66-noto-serif.conf (from rev 467623,
noto-fonts/trunk/66-noto-serif.conf)
===================================================================
--- testing-any/66-noto-serif.conf (rev 0)
+++ testing-any/66-noto-serif.conf 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <alias>
+ <family>serif</family>
+ <prefer>
+ <family>Noto Serif</family>
+ </prefer>
+ </alias>
+</fontconfig>
Copied: noto-fonts/repos/testing-any/PKGBUILD (from rev 467623,
noto-fonts/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2023-01-29 22:40:51 UTC (rev 467624)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgbase=noto-fonts
+pkgname=(noto-fonts noto-fonts-extra)
+pkgver=20230117
+_commit=2d6dba256614623346cf4891d8798484bf98fe8c
+pkgrel=1
+pkgdesc='Google Noto TTF fonts'
+arch=(any)
+url='https://fonts.google.com/noto'
+license=(custom:SIL)
+makedepends=(git python-fonttools)
+source=(git+https://github.com/notofonts/notofonts.github.io#commit=$_commit
+ 66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf
+ 46-noto-sans.conf 46-noto-serif.conf 46-noto-mono.conf)
+sha256sums=('SKIP'
+ '52684bebf6447be22618d2a04ff37623ec92f9d8ccf6b6f972e5bcbcfee90d69'
+ '4459944b63dc083107280f5d7375c69746bf80a09416a4a4909a100e58e5a33a'
+ '4526289f59654e2a81dc734669a1ae4e416f9a56d0896ec3741c6bf065baf8a8'
+ '83a8faf6a47954075f97a2d555048e2a6689c38603b2ca00150157bf645f4593'
+ 'c94368b24506770767d003e5bcba589a8e402e489c240ee52453bf3ac7e9b5fa'
+ 'f5c09b37280d7569b6c99a78511639be4ae25b8c5406464422fe0421fe13a884')
+
+package_noto-fonts() {
+ optdepends=('noto-fonts-cjk: CJK characters' 'noto-fonts-emoji: Emoji
characters'
+ 'noto-fonts-extra: additional variants (condensed, semi-bold,
extra-light)')
+ provides=(ttf-font)
+
+ cd notofonts
+ install -Dm644 fonts/*/unhinted/ttf/*.tt[fc] -t
"$pkgdir"/usr/share/fonts/noto
+ install -Dm644 fonts/*/hinted/ttf/*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/noto-fonts
+
+ # Move to noto-fonts-extra
+ rm -f "$pkgdir"/usr/share/fonts/noto/Noto*{Condensed,SemiBold,Extra}*.ttf
+
+ # Install fontconfig files
+ install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail/
+ install -d "$pkgdir"/usr/share/fontconfig/conf.default
+ ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/*
"$pkgdir"/usr/share/fontconfig/conf.default
+}
+
+package_noto-fonts-extra() {
+ pkgdesc+=' - additional variants'
+ depends=(noto-fonts)
+
+ cd notofonts
+ mkdir -p "$pkgdir"/usr/share/fonts/noto
+ cp fonts/*/hinted/ttf/*{Condensed,SemiBold,Extra}*.tt[fc]
"$pkgdir"/usr/share/fonts/noto
+}