init
This commit is contained in:
parent
f55a9bc3a3
commit
dee9b157f7
29
66-ucs-miscfixed.conf
Normal file
29
66-ucs-miscfixed.conf
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Fixed</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Clean</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Fixed</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Clean</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
||||
BIN
ucs-fonts.tar.gz
Normal file
BIN
ucs-fonts.tar.gz
Normal file
Binary file not shown.
35
ucs-miscfixed-fonts.spec
Normal file
35
ucs-miscfixed-fonts.spec
Normal file
@ -0,0 +1,35 @@
|
||||
%global fontname ucs-miscfixed
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 0.3
|
||||
Release: 19
|
||||
Summary: Selected set of bitmap fonts
|
||||
License: Public Domain
|
||||
URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
|
||||
Source0: http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts.tar.gz
|
||||
Source1: 66-ucs-miscfixed.conf
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel xorg-x11-font-utils
|
||||
|
||||
%description
|
||||
The usc-fixed-fonts package provides bitmap fonts for locations such as terminals.
|
||||
|
||||
%prep
|
||||
%autosetup -c -p1
|
||||
rm helvR12.bdf
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.bdf %{buildroot}%{_fontdir}
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
|
||||
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/66-ucs-miscfixed.conf
|
||||
ln -s %{_fontconfig_templatedir}/66-ucs-miscfixed.conf %{buildroot}%{_fontconfig_confdir}/66-ucs-miscfixed.conf
|
||||
%_font_pkg -f 66-ucs-miscfixed.conf *.bdf
|
||||
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2019 liujing<liujing144@huawei.com> - 0.3-19
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user