-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 8a234fe) Co-authored-by: madomado <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |