1
0

Accepting request 921006 from home:jengelh:branches:M17N:fonts

smoothed vector version of int10h-oldschoolpc-fonts

OBS-URL: https://build.opensuse.org/request/show/921006
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/consoleet-oldschoolpc-fonts?expand=0&rev=1
This commit is contained in:
Takashi Iwai 2021-09-28 14:21:52 +00:00 committed by Git OBS Bridge
commit 38ac0e5aad
6 changed files with 100 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e40676e4b04cf6530851db7ee1963b0aaac70cd2bee4ed1ba859164d2020cbd
size 79428

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEI2hsEKRWkb56QlEJ1jiBgfNaCTgFAmFLLHsACgkQ1jiBgfNa
CThRCA/7BfCh6DoJpHxcyGcWLmvGU5eEDURGvVi0pwg/drusIvKHRAveNOOM/+Kx
9XYMxbd/eenfxBRDqmRakN5fATO9zExIDtwP8S5CN7YXEju4UVjx2+WTNma5/Koq
CpP73AHKxPsIisVGdcCCyUC8+aZAgcIUaPC2nxP3x/AFh3pM517O12wU6w93vygq
XvDvz6zSHzEFbBDJVZbSM5Lm2oocywortLsXg50DS6ZeydMfPSM6cxvGt22qExK2
yHpqDQFD/Wy1xFCpS5tQKsPEWSP9y0VSYrUFKpjoXp2xQveRVtiVlI3hch5mfezg
PffxlLaLorzzSz6BZLOh7hEKZx/FKezCX0iX/4EPruCxmxXyv0fRtNux8K3bORus
Rl3omozkxNcGgOj29Mnx63n0A8mjtfOYOUdHPLsF9N1Y07JDkVth9Gpmw8hxpoP+
rvDDlmzKoJeqZPjgjo396LyuvdhwwcdDILQI2YTWNkz/D/krG+5MhO5qFOTIPMte
SzmLEl+SLKx0tD9p3yNikB3Z2uNefSc87aQIcRG6nNuVINSGFTEe3M2b/kxWMDO/
7kLFwi8th4y/rPcWWz0AwTOZ3xe8DCvRHOjZd4M96UG9FJ1s1adcBq9NJL45R4vB
DYSeD3TOZpDWT+QLYZaLNJa7j5wthWUYej8q6dUYKCxHqLPFv+M=
=ekO3
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Sep 21 22:02:32 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Initial package for build.opensuse.org (version 2.2)

View File

@ -0,0 +1,53 @@
#
# spec file for package consoleet-oldschoolpc-fonts
#
# Copyright (c) 2021 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: consoleet-oldschoolpc-fonts
Version: 2.2
Release: 0
Summary: Smooth-edge versions of int10h's IBM/PC fonts
License: CC-BY-SA-4.0
Group: System/X11/Fonts
URL: https://inai.de/projects/consoleet/
Source: https://inai.de/files/consoleet/consoleet-oldschoolpc-%version.tar.zst
Source2: https://inai.de/files/consoleet/consoleet-oldschoolpc-%version.tar.zst.asc
BuildRequires: fontpackages-devel
BuildRequires: zstd
BuildArch: noarch
%reconfigure_fonts_prereq
%description
A modification of the int10h oldschoolpc font pack with some fonts
redone with smooth edges.
%prep
%setup -Tcq
tar --use=zstd --strip-components=1 -xf %SOURCE0
%build
%install
mkdir -p "%buildroot/%_ttfontsdir"
cp -av *.otf "%buildroot/%_ttfontsdir/"
%reconfigure_fonts_scriptlets
%files
%license license.txt
%_ttfontsdir/
%changelog