forked from pool/courier-prime-fonts
- Initial release 1.203
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/courier-prime-fonts?expand=0&rev=1
This commit is contained in:
commit
fe989365f1
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
|
5
courier-prime-fonts.changes
Normal file
5
courier-prime-fonts.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 09:45:45 UTC 2013 - toms@opensuse.org
|
||||
|
||||
- Initial release 1.203
|
||||
|
67
courier-prime-fonts.spec
Normal file
67
courier-prime-fonts.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package courier-prime-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 courier-prime
|
||||
|
||||
Name: courier-prime-fonts
|
||||
Version: 1.203
|
||||
Release: 0
|
||||
Summary: Monospace font similar to Courier
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: http://friedrichalthausen.de/?page_id=411
|
||||
Source0: %{fontname}.zip
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
%reconfigure_fonts_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Courier Prime is a Courier-like monospace fonts for screenplay (and other use cases).
|
||||
It is optimized for 12 point size and matches the metrics of Courier.
|
||||
|
||||
Designer: Alan Dague-Greene for John August and Quote-Unquote Apps
|
||||
|
||||
%prep
|
||||
%setup -T -c %{name} -n %{name}
|
||||
unzip -j %{SOURCE0}
|
||||
[ -e __MACOSX ] && rm -rf __MACOSX/
|
||||
|
||||
chmod 644 *.txt *.ttf
|
||||
# Remove DOS line endings:
|
||||
for i in *.txt; do
|
||||
sed -i 's/.$//' "$i"
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
# -- nop --
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_ttfontsdir}/
|
||||
install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-, root,root)
|
||||
%doc *.txt
|
||||
%{_ttfontsdir}
|
||||
|
||||
%changelog
|
3
courier-prime.zip
Normal file
3
courier-prime.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73
|
||||
size 193595
|
Loading…
Reference in New Issue
Block a user