fix: manrope-fonts (#2617) (#2624)

(cherry picked from commit 8a234fef8c)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-12-14 09:25:10 -08:00
committed by GitHub
parent bb79714c56
commit 11ab92dd5d
+6 -22
View File
@@ -1,45 +1,29 @@
%global commit ffa0fdf363527c9993b8836cce48cd12bd2b81ba
Summary: A modernist sans serif font
Name: manrope-fonts
Version: 4.505
Release: 1%{?dist}
License: OFL-1.1
URL: https://github.com/sharanda/manrope
#URL: https://github.com/sharanda/manrope
URL: https://github.com/terrapkg/pkg-manrope-fonts
Source0: %url/archive/%commit.tar.gz
Source0: %url/archive/%version.tar.gz
BuildArch: noarch
%description
Manrope modern geometric sans-serif
%prep
%autosetup -n manrope-%commit
%autosetup -n pkg-manrope-fonts-%version
%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 644 manrope-* %{buildroot}%{_datadir}/fonts/manrope
install -pm 644 Manrope* %{buildroot}%{_datadir}/fonts/manrope
%files
%doc README.md
%doc documentation.html
%license OFL.txt
%{_datadir}/fonts/manrope/*
%changelog
* Thu Jun 22 2023 windowsboy111 <windowsboy111@fyralabs.com> - 4.505-1
- Bump version and fix sources
* Tue Jan 10 2023 Cappy Ishihara <cappy@cappuchino.xyz> - 1-3
- Ported from tauOS
* Sat May 14 2022 Jamie Murphy <jamie@fyralabs.com> - 1-1
- Fix specfile
* Sat May 14 2022 Lains <lainsce@airmail.cc> - 1-1
- Initial release