diff --git a/.files b/.files new file mode 100644 index 0000000..4312be5 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..0a4ecf8 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..449616a --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + a9e9e6959e5e78c47245fc736f591a87 + 3.02.9 + + dimstar_suse + + 1001388 + + diff --git a/consoleet-fixedsys-3.02.9.tar.asc b/consoleet-fixedsys-3.02.9.tar.asc new file mode 100644 index 0000000..479bedf --- /dev/null +++ b/consoleet-fixedsys-3.02.9.tar.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEI2hsEKRWkb56QlEJ1jiBgfNaCTgFAmFU3VQACgkQ1jiBgfNa +CTjnpw/9H7RUohavJsIZaGTLC0XAGiBmwl076AkkFGR889iE0pOY48+lPqgiA0as +8hZgr4bdecxgeiVAGVFDsCFId91Ofvxo0aWniaFoJ7ZHx77jPhkiS6yWeZRyMsU9 +lPjMCHnfGEcRJoPOIdF3JSeIT2AbIgPF4+QoigOVinGwj1L0c8jjiKv8It4nJuMS +MLjICls07PSVSyy4bBkk0V2ZL62HqK7cLz0nkoINJ6HQ4AbEi1ma3ZRfIJrYNtxt +e/xqD7cp0aE9s1lI4GuDwtC8s2WZpvrh58yteB61vAjUwIRjSnR5w9yespWqNCWK +FoJmla+CWhOAZT8OPm7jePKGjeFUzy07r3AlT+pvw5vJc25rwB0AYhVHWAp4/zMS +rOUDVCFjUBrLorQS7j3WbHs9LXQC66uNLtLOCjej7ymwZ9qc19Vl9tU3jQN7+cOO +MCXqW1RgaWbl7lnUmcMIB/todMOWqdyEtNt2jRB2HDHU0ZinxRndukgHxwinHBAU +RYSEkJqztDGL6xzTkmU12csHtXexvkKsOLrUHHBxB8AHOdU6PuupdotsEYcbMMGY +4JbCPO+0IW03hvluv3qQ0kdZ6hWN7RNlkyLyW4s4fSd0E3imHIiVns+atpyRz4jA +fcjyKNs9WfV0GgQkzbB3dsWULlaip+FiPt7aZT9KYMX22U1Wor8= +=AcfI +-----END PGP SIGNATURE----- diff --git a/consoleet-fixedsys-3.02.9.tar.zst b/consoleet-fixedsys-3.02.9.tar.zst new file mode 120000 index 0000000..ea13442 --- /dev/null +++ b/consoleet-fixedsys-3.02.9.tar.zst @@ -0,0 +1 @@ +/ipfs/bafkreifwqpvrbpcgkuoe2hthrq7t5dsaw3nnvltvf2j2jl3gfzbuxsg4ve \ No newline at end of file diff --git a/consoleet-fixedsys-fonts.changes b/consoleet-fixedsys-fonts.changes new file mode 100644 index 0000000..7232d8f --- /dev/null +++ b/consoleet-fixedsys-fonts.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Sep 3 12:48:50 UTC 2022 - Jan Engelhardt + +- Initial package for build.opensuse.org (version 3.02.9) diff --git a/consoleet-fixedsys-fonts.spec b/consoleet-fixedsys-fonts.spec new file mode 100644 index 0000000..e69dc64 --- /dev/null +++ b/consoleet-fixedsys-fonts.spec @@ -0,0 +1,52 @@ +# +# spec file for package consoleet-fixedsys-fonts +# +# Copyright (c) 2022 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-fixedsys-fonts +Version: 3.02.9 +Release: 0 +Summary: Smooth-edge version of Fixedsys Excelsior +License: SUSE-Public-Domain +Group: System/X11/Fonts +URL: https://inai.de/projects/consoleet/ +Source: https://inai.de/files/consoleet/consoleet-fixedsys-%version.tar.zst +Source2: https://inai.de/files/consoleet/consoleet-fixedsys-%version.tar.asc +BuildRequires: fontpackages-devel +BuildRequires: zstd +BuildArch: noarch +%reconfigure_fonts_prereq + +%description +Smooth-edge versions of the Fixedsys Excelsior font. + +%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 +%license *README* +%_ttfontsdir/ + +%changelog