- package created, version 20130418
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=2
This commit is contained in:
parent
a4a3cea4ef
commit
0e78195218
3
NotoFonts-hinted-2013-04-11.tgz
Normal file
3
NotoFonts-hinted-2013-04-11.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa7fc867b4d7bf1f07f288d1515bd47d7f2b573877f0fbdf702b3aeac5eeed20
|
||||
size 3275115
|
3
NotoFonts-unhinted-2013-04-18.tgz
Normal file
3
NotoFonts-unhinted-2013-04-18.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e639ec5720715e49f2ced85a23ab492b62d46bb40f792d367657b4965136125a
|
||||
size 1395138
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e3b4e4c3794695a264d6d9988804c478f71ba74d23ede6dc51d9df854ea251
|
||||
size 123952
|
@ -1,5 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 09:44:32 UTC 2013 - toms@opensuse.org
|
||||
|
||||
- Initial release (2010-11-18)
|
||||
|
5
google-noto-fonts.changes
Normal file
5
google-noto-fonts.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 11:48:41 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- package created, version 20130418
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package google-cousine-fonts
|
||||
# spec file for package google-noto-fonts
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -15,50 +15,46 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define hyear 2013
|
||||
%define hmonth 04
|
||||
%define hday 11
|
||||
%define uhyear 2013
|
||||
%define uhmonth 04
|
||||
%define uhday 18
|
||||
%define src_name NotoFonts
|
||||
|
||||
%define fontname cousine
|
||||
|
||||
Name: google-cousine-fonts
|
||||
Version: 1.0
|
||||
Name: google-noto-fonts
|
||||
Version: %{hyear}%{hmonth}%{hday}
|
||||
Release: 0
|
||||
Summary: Monospace Font, Metrically Compatible with Courier New
|
||||
License: OFL-1.1
|
||||
Summary: Noto Font Families
|
||||
License: Apache-2.0
|
||||
Group: System/X11/Fonts
|
||||
Url: http://code.google.com/webfonts/family?family=Cousine
|
||||
Source0: %{fontname}.zip
|
||||
Url: https://code.google.com/p/noto/
|
||||
Source0: https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz
|
||||
Source1: https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
%reconfigure_fonts_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Cousine was designed by Steve Matteson as an innovative, refreshing sans serif
|
||||
design that is metrically compatible with Courier New. Cousine offers improved
|
||||
on-screen readability characteristics and the pan-European WGL character set
|
||||
and solves the needs of developers looking for width-compatible fonts to
|
||||
address document portability across platforms.
|
||||
|
||||
Designer: Steve Matteson
|
||||
Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke
|
||||
thicknesses) across languages.
|
||||
|
||||
%prep
|
||||
%setup -T -c %{name} -n %{name}
|
||||
unzip %{SOURCE0}
|
||||
|
||||
%setup -q -c -T -a0 -a1
|
||||
|
||||
%build
|
||||
# -- nothing to do --
|
||||
mv "SIL Open Font License 1.1.txt" OFL.txt
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_ttfontsdir}
|
||||
cp *.ttf %{buildroot}%{_ttfontsdir}/
|
||||
cp fonts/individual/hinted/*.ttf %{buildroot}%{_ttfontsdir}/
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,755)
|
||||
#%doc OFL.txt
|
||||
%doc COPYING
|
||||
%dir %{_ttfontsdir}
|
||||
%{_ttfontsdir}/*.ttf
|
||||
|
Loading…
x
Reference in New Issue
Block a user