osc copypac from project:M17N:fonts package:google-cousine-fonts revision:1
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=1
This commit is contained in:
commit
a4a3cea4ef
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
cousine.zip
Normal file
3
cousine.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d4e3b4e4c3794695a264d6d9988804c478f71ba74d23ede6dc51d9df854ea251
|
||||||
|
size 123952
|
5
google-cousine-fonts.changes
Normal file
5
google-cousine-fonts.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 6 09:44:32 UTC 2013 - toms@opensuse.org
|
||||||
|
|
||||||
|
- Initial release (2010-11-18)
|
||||||
|
|
65
google-cousine-fonts.spec
Normal file
65
google-cousine-fonts.spec
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
#
|
||||||
|
# spec file for package google-cousine-fonts
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define fontname cousine
|
||||||
|
|
||||||
|
Name: google-cousine-fonts
|
||||||
|
Version: 1.0
|
||||||
|
Release: 0
|
||||||
|
Summary: Monospace Font, Metrically Compatible with Courier New
|
||||||
|
License: OFL-1.1
|
||||||
|
Group: System/X11/Fonts
|
||||||
|
Url: http://code.google.com/webfonts/family?family=Cousine
|
||||||
|
Source0: %{fontname}.zip
|
||||||
|
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
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -T -c %{name} -n %{name}
|
||||||
|
unzip %{SOURCE0}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
# -- nothing to do --
|
||||||
|
mv "SIL Open Font License 1.1.txt" OFL.txt
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{_ttfontsdir}
|
||||||
|
cp *.ttf %{buildroot}%{_ttfontsdir}/
|
||||||
|
|
||||||
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(0644,root,root,755)
|
||||||
|
#%doc OFL.txt
|
||||||
|
%dir %{_ttfontsdir}
|
||||||
|
%{_ttfontsdir}/*.ttf
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user