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

fix: manrope-fonts #2617

Merged
merged 1 commit into from
Dec 14, 2024
Merged
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
28 changes: 6 additions & 22 deletions anda/fonts/manrope/manrope-fonts.spec
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> - 4.505-1
- Bump version and fix sources

* Tue Jan 10 2023 Cappy Ishihara <[email protected]> - 1-3
- Ported from tauOS

* Sat May 14 2022 Jamie Murphy <[email protected]> - 1-1
- Fix specfile

* Sat May 14 2022 Lains <[email protected]> - 1-1
- Initial release
Loading