From ef01bf43636611f0c4729c8f55a3a374bb037674 Mon Sep 17 00:00:00 2001 From: jengelh <> Date: Sep 06 2022 11:12:15 +0000 Subject: Update consoleet-xorg-fonts to version 7.6 / rev 1 via SR 1001389 https://build.opensuse.org/request/show/1001389 by user jengelh + dimstar_suse --- diff --git a/.files b/.files new file mode 100644 index 0000000..2eaaf8f Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..87a7a4d --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..fd9ad34 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 7eb500548c3ff2389194d2eb47925f57 + 7.6 + + dimstar_suse + + 1001389 + + diff --git a/consoleet-xorg-7.6.tar.asc b/consoleet-xorg-7.6.tar.asc new file mode 100644 index 0000000..2b5abb9 --- /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 120000 index 0000000..f5927c7 --- /dev/null +++ b/consoleet-xorg-7.6.tar.zst @@ -0,0 +1 @@ +/ipfs/bafkreiaa2enzngrbdzhe5oeu7pn4ej4aqufoyfho3kthabeg2k3fsxuhbq \ No newline at end of file diff --git a/consoleet-xorg-fonts.changes b/consoleet-xorg-fonts.changes new file mode 100644 index 0000000..4a84ad2 --- /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..3748193 --- /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