From 76e69bd1e019051a1d9a83335e73719fa8ea80f312334aa83370a9d093fb2a51 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 6 Sep 2022 06:22:03 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 ++++++++++++++++ .gitignore | 1 + consoleet-xorg-7.6.tar.asc | 7 +++++ consoleet-xorg-7.6.tar.zst | 3 +++ consoleet-xorg-fonts.changes | 4 +++ consoleet-xorg-fonts.spec | 51 ++++++++++++++++++++++++++++++++++++ 6 files changed, 89 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 consoleet-xorg-7.6.tar.asc create mode 100644 consoleet-xorg-7.6.tar.zst create mode 100644 consoleet-xorg-fonts.changes create mode 100644 consoleet-xorg-fonts.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/consoleet-xorg-7.6.tar.asc b/consoleet-xorg-7.6.tar.asc new file mode 100644 index 0000000..4e8408b --- /dev/null +++ b/consoleet-xorg-7.6.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCYsYavwAKCRD3bv5dDCI6 +j+bSAQC7WlaFrl1fDz8V4uU9CwW2Iucf/6/6jX602qxiQSsiuAEA7ZVE1HtDx/eP +gdTCAeulLQNP35ro6xun2bpxndvNBQs= +=gEnt +-----END PGP SIGNATURE----- diff --git a/consoleet-xorg-7.6.tar.zst b/consoleet-xorg-7.6.tar.zst new file mode 100644 index 0000000..4954c1e --- /dev/null +++ b/consoleet-xorg-7.6.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d11b969a211e4e4eb894fbdbc22780850aec14eedaa6700486d2b6595e870c +size 238078 diff --git a/consoleet-xorg-fonts.changes b/consoleet-xorg-fonts.changes new file mode 100644 index 0000000..f4e1308 --- /dev/null +++ b/consoleet-xorg-fonts.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Jul 7 00:28:41 UTC 2022 - Jan Engelhardt + +- Initial package for build.opensuse.org (version 7.6) diff --git a/consoleet-xorg-fonts.spec b/consoleet-xorg-fonts.spec new file mode 100644 index 0000000..f76ddab --- /dev/null +++ b/consoleet-xorg-fonts.spec @@ -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