diff --git a/anda/fonts/manrope/.gitignore b/anda/fonts/manrope/.gitignore new file mode 100644 index 0000000000..ad8d3e2ce3 --- /dev/null +++ b/anda/fonts/manrope/.gitignore @@ -0,0 +1,4 @@ +*.tar.gz +*.zip +*.rpm +*.log \ No newline at end of file diff --git a/anda/fonts/manrope/README.md b/anda/fonts/manrope/README.md new file mode 100644 index 0000000000..a00893803b --- /dev/null +++ b/anda/fonts/manrope/README.md @@ -0,0 +1,3 @@ +# manrope-fonts + +Manrope – modern geometric sans-serif, packaged for use in tauOS diff --git a/anda/fonts/manrope/anda.hcl b/anda/fonts/manrope/anda.hcl new file mode 100644 index 0000000000..2538f123c5 --- /dev/null +++ b/anda/fonts/manrope/anda.hcl @@ -0,0 +1,5 @@ +project "pkg" { + rpm { + spec = "manrope-fonts.spec" + } +} \ No newline at end of file diff --git a/anda/fonts/manrope/manrope-fonts.spec b/anda/fonts/manrope/manrope-fonts.spec new file mode 100644 index 0000000000..dbd5281ede --- /dev/null +++ b/anda/fonts/manrope/manrope-fonts.spec @@ -0,0 +1,48 @@ +Summary: A modernist sans serif font +Name: manrope-fonts +Version: 1 +Release: 3%{?dist} +License: OFL +URL: https://manropefont.com/ + +Source0: https://manropefont.com/manrope.zip +Source1: README.md +BuildArch: noarch + +%description +Manrope – modern geometric sans-serif + +%prep +yes A | %autosetup -c + +%build + +%install +install -d %{buildroot}%{_datadir}/fonts/manrope +install -pm 644 fonts/otf/*.otf %{buildroot}%{_datadir}/fonts/manrope +install -pm 644 fonts/ttf/*.ttf %{buildroot}%{_datadir}/fonts/manrope +install -pm 644 fonts/variable/Manrope* %{buildroot}%{_datadir}/fonts/manrope + +install -pm 0644 %SOURCE1 README.md + +# Install licenses +mkdir -p licenses +install -pm 0644 %SOURCE1 licenses/LICENSE + +%files +%doc README.md +%doc documentation.html +%license licenses/LICENSE +%{_datadir}/fonts/manrope/* + + +%changelog +* Tue Jan 10 2023 Cappy Ishihara - 1-3 +- Ported from tauOS + + +* Sat May 14 2022 Jamie Murphy - 1-1 +- Fix specfile + +* Sat May 14 2022 Lains - 1-1 +- Initial release