1 |
daviddavid |
1934039 |
Name: consoleet-utils |
2 |
|
|
Version: 1.1 |
3 |
|
|
Release: %mkrel 1 |
4 |
|
|
Summary: Utilities for manipulating terminal fonts and colors |
5 |
|
|
License: GPLv3+ and MIT |
6 |
|
|
Group: System/Fonts/X11 bitmap |
7 |
|
|
URL: https://inai.de/projects/consoleet/ |
8 |
|
|
#Git-Clone: https://codeberg.org/consoleet/consoleet-utils |
9 |
|
|
Source0: https://inai.de/files/consoleet/%{name}-%{version}.tar.zst |
10 |
|
|
Source1: https://inai.de/files/consoleet/%{name}-%{version}.tar.asc |
11 |
|
|
BuildRequires: zstd |
12 |
|
|
BuildRequires: pkgconfig(libHX) >= 4.2 |
13 |
|
|
Conflicts: hxtools-fonts < 20221120-2 |
14 |
|
|
Provides: palcomp = %{version}-%{release} |
15 |
|
|
Provides: vfontas = %{version}-%{release} |
16 |
|
|
|
17 |
|
|
%description |
18 |
|
|
This is a set of utilities for manipulating terminal fonts and |
19 |
|
|
colors. |
20 |
|
|
|
21 |
|
|
A key component is vfontas, which can read/write bitmap fonts from/to |
22 |
|
|
a number of formats and transform the glyphs in various ways. vfontas |
23 |
|
|
is able to generate outline fonts from bitmapped fonts, including a |
24 |
|
|
high-quality mode that upscales based on outline rather than pixel |
25 |
|
|
blocks, setting it apart from scalers like xBRZ or potrace. |
26 |
|
|
|
27 |
|
|
%prep |
28 |
|
|
%autosetup -p1 |
29 |
|
|
|
30 |
|
|
%build |
31 |
|
|
%configure |
32 |
|
|
%make_build |
33 |
|
|
|
34 |
|
|
%install |
35 |
|
|
%make_install |
36 |
|
|
|
37 |
|
|
%files |
38 |
|
|
%license LICENSE* |
39 |
|
|
%{_bindir}/palcomp |
40 |
|
|
%{_bindir}/vfontas |
41 |
|
|
%{_mandir}/man1/palcomp.1* |
42 |
|
|
%{_mandir}/man1/vfontas.1* |