Compare commits

...

5 Commits

Author SHA1 Message Date
madonuko 8d532df42c bruh I forgot to add -fonts suffix 2026-06-20 17:38:17 +08:00
madonuko 4e0af74262 OTC/ 2026-06-20 17:17:04 +08:00
madonuko e4a4a6caba a 2026-06-20 17:14:32 +08:00
madonuko c942779da8 frogt 2026-06-20 17:13:39 +08:00
madonuko f84308b02e add: source-han-{sans,serif}
close #8682
2026-06-20 17:12:39 +08:00
6 changed files with 88 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "source-han-sans-fonts.spec"
}
labels {
weekly = 6
}
}
@@ -0,0 +1,34 @@
%define debug_package %nil
%global ver 2.005R
Name: source-han-sans-fonts
Version: %(echo %ver | sed -E 's/R$//')
Release: 1%?dist
Summary: Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕
License: OFL-1.1
URL: https://github.com/adobe-fonts/source-han-sans
Source0: %url/releases/download/%ver/03_SourceHanSansOTC.zip
Packager: madonuko <mado@fyralabs.com>
BuildArch: noarch
BuildRequires: unzip
%description
Source Han Sans is a set of OpenType Pan-CJK fonts.
This package ships the Static OTC versions.
%prep
unzip %{S:0}
%build
%install
install -Dpm644 OTC/SourceHanSans-*.ttc -t %buildroot%_datadir/fonts/%name
%files
%license LICENSE.txt
%_datadir/fonts/%name/
%changelog
* Sat Jun 20 2026 madonuko <mado@fyralabs.com> - 2.005-1
- Initial package.
+1
View File
@@ -0,0 +1 @@
rpm.global("ver", gh("adobe-fonts/source-han-sans"));
+9
View File
@@ -0,0 +1,9 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "source-han-serif-fonts.spec"
}
labels {
weekly = 6
}
}
@@ -0,0 +1,34 @@
%define debug_package %nil
%global ver 2.003R
Name: source-han-serif-fonts
Version: %(echo %ver | sed -E 's/R$//')
Release: 1%?dist
Summary: Source Han Serif | 思源宋体 | 思源宋體 | 思源宋體 香港 | 源ノ明朝 | 본명조
License: OFL-1.1
URL: https://github.com/adobe-fonts/source-han-serif
Source0: %url/releases/download/%ver/03_SourceHanSerifOTC.zip
Packager: madonuko <mado@fyralabs.com>
BuildArch: noarch
BuildRequires: unzip
%description
Source Han Serif is a set of OpenType Pan-CJK fonts.
This package ships the Static OTC versions.
%prep
unzip %{S:0}
%build
%install
install -Dpm644 OTC/SourceHanSerif-*.ttc -t %buildroot%_datadir/fonts/%name
%files
%license LICENSE.txt
%_datadir/fonts/%name/
%changelog
* Sat Jun 20 2026 madonuko <mado@fyralabs.com> - 2.005R-1
- Initial package.
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("adobe-fonts/source-han-serif"));