1
0

Accepting request 1001026 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/1001026
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/consoleet-xorg-fonts?expand=0&rev=1
This commit is contained in:
Takashi Iwai 2022-09-06 06:22:03 +00:00 committed by Git OBS Bridge
commit 76e69bd1e0
6 changed files with 89 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,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYsYavwAKCRD3bv5dDCI6
j+bSAQC7WlaFrl1fDz8V4uU9CwW2Iucf/6/6jX602qxiQSsiuAEA7ZVE1HtDx/eP
gdTCAeulLQNP35ro6xun2bpxndvNBQs=
=gEnt
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00d11b969a211e4e4eb894fbdbc22780850aec14eedaa6700486d2b6595e870c
size 238078

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Jul 7 00:28:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package for build.opensuse.org (version 7.6)

51
consoleet-xorg-fonts.spec Normal file
View File

@ -0,0 +1,51 @@
#
# spec file for package consoleet-xorg-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-xorg-fonts
Version: 7.6
Release: 0
Summary: Vector/OTF versions of the Xorg fixed font
License: MIT
Group: System/X11/Fonts
URL: https://inai.de/projects/consoleet/
Source: https://inai.de/files/consoleet/consoleet-xorg-%version.tar.zst
Source2: https://inai.de/files/consoleet/consoleet-xorg-%version.tar.asc
BuildRequires: fontpackages-devel
BuildRequires: zstd
BuildArch: noarch
%reconfigure_fonts_prereq
%description
The 8x13, 9x15 and 10x20 monospace bold fonts from Xorg.
%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