mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 18:40:37 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d532df42c | |||
| 4e0af74262 | |||
| e4a4a6caba | |||
| c942779da8 | |||
| f84308b02e |
@@ -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.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.global("ver", gh("adobe-fonts/source-han-sans"));
|
||||||
@@ -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.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(gh("adobe-fonts/source-han-serif"));
|
||||||
Reference in New Issue
Block a user