Accepting request 924183 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/924183
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/consoleet-kbd-fonts?expand=0&rev=1
This commit is contained in:
Takashi Iwai 2021-10-08 11:46:01 +00:00 committed by Git OBS Bridge
commit 03a9ce76a2
6 changed files with 99 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

16
consoleet-kbd-1.0.tar.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEI2hsEKRWkb56QlEJ1jiBgfNaCTgFAmFU3VoACgkQ1jiBgfNa
CTjHCA//bMCj0XKoE1WxNnnMEedDJDhduRsuSVhqylHvnFViWkgnPQaV2CKmpTTH
1Rtx5SD0VHem30Zjz7f4b17FXPPKr9C53VX3yIuBBRNVa9Q7RNDuWF9yoMu/RQlV
RWPtdfPkO4mJlLdvpB7MNrAN1aEn5UxxiFK7CUs2ifCdrVX95+QwI2R6jKoa3Cp5
bXS4AH6S9xJtk1mf6B1PHmhrfqgfWNQADzqIFofm5yP0gO/qW1gF79xFnrK1YJFt
izOHTD/uN/JXqnYuuay+M9LJkHYWCOxQLwhtr7jJ9q1CcPpT+o1uPwxOpUt3Y6YO
zr9CuOa6FobdvreWtJD91Qvxr4O/Al7WvkLs1FO71wMkooRVnqZ+lGY/06Dlyw/3
7OOe75B9IWBtoLojbFV2ssiICTRMqMkQu9Y4CZIVIKxQIEgYggGH1tIjhwUvw7N0
FlHiZohdxBfBA9OZlB4f3I85eEognxA9gGewVF2O8grfjVzLMcIhiWrVrVrKRd88
kNM6kFvHS97WpN7HIxRpW9veYVcNuf247sq037Efujn5JZFGQ4lVndnyOUO8s8Pg
4EqkUJJv6dzN9/N1+nwldY1UKxGfz/ZHMblYPD0/SRhDzeTqck+6XxcN9ny/MHb3
OjqkQSk6mHl6NevcucNI2CB3Ub3mS8jIw4XU/npkApgmYRGUsUI=
=+hPU
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0443fc96111bc14392ee692f9ed4661ad2e1ac79b3fb8f667d950d46fd455a43
size 49289

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Oct 8 09:30:55 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Initial package for build.opensuse.org (version 1.0)

52
consoleet-kbd-fonts.spec Normal file
View File

@ -0,0 +1,52 @@
#
# spec file for package consoleet-kbd-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-kbd-fonts
Version: 1.0
Release: 0
Summary: Vector/OTF versions of openSUSE's "kbd" fonts
License: GPL-2.0
Group: System/X11/Fonts
URL: https://inai.de/projects/consoleet/
Source: https://inai.de/files/consoleet/consoleet-kbd-%version.tar.zst
Source2: https://inai.de/files/consoleet/consoleet-kbd-%version.tar.asc
BuildRequires: fontpackages-devel
BuildRequires: zstd
BuildArch: noarch
%reconfigure_fonts_prereq
%description
These are OpenType remakes of (some of) the VGA bitmap fonts otherwise
found in the "kbd" package and in /usr/share/kbd/consolefonts/.
%prep
%setup -Tcq
tar --use=zstd --strip-components=1 -xf %SOURCE0
%build
%install
mkdir -pv "%buildroot/%_ttfontsdir"
cp -av *.otf "%buildroot/%_ttfontsdir/"
%reconfigure_fonts_scriptlets
%files
%_ttfontsdir/
%changelog