forked from pool/unifraktur-fonts
Accepting request 161681 from home:jengelh:dev
OBS-URL: https://build.opensuse.org/request/show/161681 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/unifraktur-fonts?expand=0&rev=1
This commit is contained in:
commit
546c50ab2f
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
UnifrakturCook.2012-07-21.zip
Normal file
3
UnifrakturCook.2012-07-21.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a722004a9568aaa4d1b4ad83a6d3c0de773be6858eafe00807cbd21cabd00d9
|
||||
size 183608
|
3
UnifrakturMaguntia.2012-10-19.ttfautohint.zip
Normal file
3
UnifrakturMaguntia.2012-10-19.ttfautohint.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a248cacb778414921e8ec3a232f42600ef7517463440b64c27ac4fe1362592
|
||||
size 696347
|
4
unifraktur-fonts.changes
Normal file
4
unifraktur-fonts.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 22:20:55 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Initial package (version 0.20121019) for build.opensuse.org
|
67
unifraktur-fonts.spec
Normal file
67
unifraktur-fonts.spec
Normal file
@ -0,0 +1,67 @@
|
||||
#
|
||||
# spec file for package unifraktur-fonts
|
||||
#
|
||||
# Copyright (c) 2012 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/
|
||||
#
|
||||
|
||||
|
||||
Name: unifraktur-fonts
|
||||
Version: 0.20121019
|
||||
Release: 0
|
||||
Summary: Fonts from the UniFraktur project
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: http://unifraktur.sf.net/
|
||||
|
||||
Source: http://downloads.sf.net/unifraktur/UnifrakturMaguntia.2012-10-19.ttfautohint.zip
|
||||
Source2: http://downloads.sf.net/unifraktur/UnifrakturCook.2012-07-21.zip
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
%reconfigure_fonts_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Unifraktur provides a number of Fraktur blackletter font faces that
|
||||
are optimized for @font-face embedding with CSS.
|
||||
|
||||
UnifrakturMaguntia is a weight-400 font baſed on Peter Wiegel’s font
|
||||
"Berthold Mainzer Fraktur".
|
||||
|
||||
UnifrakturCook is a weight-700 font baſed on Peter Wiegel’s "Koch
|
||||
Fette Deutſche Schrift". UnifrakturCook uſes the wideſt poſſible
|
||||
range of modern ſmart font technologies for diſplaying the font’s
|
||||
ligatures, OpenType, Apple Advanced Typography (AAT) and SIL
|
||||
Graphite.
|
||||
|
||||
%prep
|
||||
%setup -Tcqa0 -a2
|
||||
|
||||
%build
|
||||
find . -type f -exec chmod a-x "{}" "+"
|
||||
|
||||
%install
|
||||
c="%buildroot/%_ttfontsdir"
|
||||
mkdir -p "$c"
|
||||
cp -av Unifraktur*/*.ttf "$c/"
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %_ttfontsdir
|
||||
%_ttfontsdir/*.ttf
|
||||
%doc UnifrakturMaguntia.2012-10-19.ttfautohint/OFL.txt
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user