diff --git a/gnu-unifont-fonts.changes b/gnu-unifont-fonts.changes index a1aa7bd..2922c80 100644 --- a/gnu-unifont-fonts.changes +++ b/gnu-unifont-fonts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 15 21:14:10 UTC 2023 - Jan Engelhardt + +- Add pcf font to SRPM + ------------------------------------------------------------------- Mon Feb 13 15:38:03 UTC 2023 - Martin Hauke diff --git a/gnu-unifont-fonts.spec b/gnu-unifont-fonts.spec index 82f29bc..e1a89d1 100644 --- a/gnu-unifont-fonts.spec +++ b/gnu-unifont-fonts.spec @@ -30,6 +30,8 @@ Source12: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont_jp-%{ Source13: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont_jp-%{version}.otf.sig Source14: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont_upper-%{version}.otf Source15: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont_upper-%{version}.otf.sig +Source16: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz +Source17: https://ftp.gnu.org/gnu/unifont/unifont-%{version}/unifont-%{version}.pcf.gz.sig Source98: http://unifoundry.com/LICENSE.txt Source99: %{name}.keyring BuildRequires: fontpackages-devel @@ -42,6 +44,17 @@ The Standard Unifont OTF. Glyphs above the Unicode Basic Multilingual Plane. Unicode ConScript Unicode Registry (CSUR) PUA Glyphs. +%package -n gnu-unifont-bitmap-fonts +Summary: GNU Unifont (X11 portable compiled format) +Group: System/X11/Fonts + +%description -n gnu-unifont-bitmap-fonts +The GNU Unifont by Roman Czyborra. +Glyphs above the Unicode Basic Multilingual Plane. +Unicode ConScript Unicode Registry (CSUR) PUA Glyphs. + +This package contains the font in .pcf format. + %package -n gnu-unifont-otf-fonts Summary: GNU Unifont (OpenType Format) Group: System/X11/Fonts @@ -71,10 +84,15 @@ install -Dm 0644 %{SOURCE8} %{buildroot}%{_ttfontsdir}/Unifont.otf install -Dm 0644 %{SOURCE10} %{buildroot}%{_ttfontsdir}/Unifont_CSUR.otf install -Dm 0644 %{SOURCE12} %{buildroot}%{_ttfontsdir}/Unifont_JP.otf install -Dm 0644 %{SOURCE14} %{buildroot}%{_ttfontsdir}/Unifont_Upper.otf +install -Dm 0644 %{SOURCE16} %{buildroot}/%{_fontsdir}/misc/unifont.pcf.gz +%reconfigure_fonts_scriptlets -n gnu-unifont-bitmap-fonts %reconfigure_fonts_scriptlets -n gnu-unifont-otf-fonts %reconfigure_fonts_scriptlets -n gnu-unifont-jp-otf-fonts +%files -n gnu-unifont-bitmap-fonts +%{_fontsdir}/misc/ + %files -n gnu-unifont-otf-fonts %license COPYING %dir %{_ttfontsdir} diff --git a/unifont-15.0.01.pcf.gz b/unifont-15.0.01.pcf.gz new file mode 100644 index 0000000..549faa1 --- /dev/null +++ b/unifont-15.0.01.pcf.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbae4714d186a3015ba05879c6b1c685bdc1538169bed563cb927419bd38cdd +size 1361099 diff --git a/unifont-15.0.01.pcf.gz.sig b/unifont-15.0.01.pcf.gz.sig new file mode 100644 index 0000000..522e0e8 Binary files /dev/null and b/unifont-15.0.01.pcf.gz.sig differ