Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

font-noto-cjk: Add at 2.003 #502

Merged
merged 3 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added f/font-noto-cjk/manifest.x86_64.bin
Binary file not shown.
20 changes: 20 additions & 0 deletions f/font-noto-cjk/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"font-noto-cjk": {
"files": [
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJK-VF.ttf.ttc",
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJKhk-VF.ttf",
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJKjp-VF.ttf",
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJKkr-VF.ttf",
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJKsc-VF.ttf",
"/usr/share/fonts/truetype/noto-cjk/NotoSerifCJKtc-VF.ttf"
],
"name": "font-noto-cjk"
}
},
"source-name": "font-noto-cjk",
"source-release": "1",
"source-version": "2.003"
}
5 changes: 5 additions & 0 deletions f/font-noto-cjk/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
releases:
id: ~ # https://release-monitoring.org/ and use the numeric id in the url of project
rss: https://github.com/notofonts/noto-cjk/releases.atom
security:
cpe: ~ # Last checked 2025-01-17
19 changes: 19 additions & 0 deletions f/font-noto-cjk/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : font-noto-cjk
version : 2.003
release : 1
homepage : https://notofonts.github.io/
upstreams :
- https://github.com/notofonts/noto-cjk/releases/download/Serif2.003/03_NotoSerifCJK-TTF-VF.zip : ad58364bca7c70a15b40e941df0ce0da85b1e4a882ab176f14e661cf1a0af05e
summary : Collection of high-quality fonts for Asian languages
description : |
Noto-CJK is a collection of high-quality fonts for the following Asian languages: Japanese, Korean, Simplified Chinese, Traditional Chinese, Hong Kong Chinese
license :
- OFL-1.1
install : |
# Packager Note: We may want to slim this package down more, e.g. split off serif fonts
%install_file Variable/*/*.tt[fc] -t %(installroot)%(datadir)/fonts/truetype/noto-cjk
Loading