Fix 'r' hinting
This commit is contained in:
parent
beac2ed8a5
commit
edf183049d
13008
0001-fix-stale-hhint-on-r.patch
Normal file
13008
0001-fix-stale-hhint-on-r.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 0.0.16
|
Version: 0.0.16
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Cantarell, a Humanist sans-serif font family
|
Summary: Cantarell, a Humanist sans-serif font family
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -16,10 +16,13 @@ License: OFL
|
|||||||
URL: http://abattis.org/cantarell/
|
URL: http://abattis.org/cantarell/
|
||||||
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
|
||||||
Source1: %{fontname}.metainfo.xml
|
Source1: %{fontname}.metainfo.xml
|
||||||
|
# Backported upstream patch
|
||||||
|
Patch0: 0001-fix-stale-hhint-on-r.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
|
BuildRequires: git
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,7 +30,7 @@ Cantarell is a set of fonts designed by Dave Crossland.
|
|||||||
It is a sans-serif humanist typeface family.
|
It is a sans-serif humanist typeface family.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{actualname}-fonts-%{version}
|
%autosetup -n %{actualname}-fonts-%{version} -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -55,6 +58,9 @@ install -Dm 0644 -p %{SOURCE1} \
|
|||||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.0.16-4
|
||||||
|
- Fix 'r' hinting
|
||||||
|
|
||||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.16-3
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.16-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user