Accepting request 1066118 from home:jengelh:branches:M17N:fonts
- Add pcf font to SRPM OBS-URL: https://build.opensuse.org/request/show/1066118 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/gnu-unifont-fonts?expand=0&rev=4
This commit is contained in:
parent
5aef5709c0
commit
2433f0c62a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 21:14:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add pcf font to SRPM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 15:38:03 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
Mon Feb 13 15:38:03 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -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
|
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
|
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
|
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
|
Source98: http://unifoundry.com/LICENSE.txt
|
||||||
Source99: %{name}.keyring
|
Source99: %{name}.keyring
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
@ -42,6 +44,17 @@ The Standard Unifont OTF.
|
|||||||
Glyphs above the Unicode Basic Multilingual Plane.
|
Glyphs above the Unicode Basic Multilingual Plane.
|
||||||
Unicode ConScript Unicode Registry (CSUR) PUA Glyphs.
|
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
|
%package -n gnu-unifont-otf-fonts
|
||||||
Summary: GNU Unifont (OpenType Format)
|
Summary: GNU Unifont (OpenType Format)
|
||||||
Group: System/X11/Fonts
|
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 %{SOURCE10} %{buildroot}%{_ttfontsdir}/Unifont_CSUR.otf
|
||||||
install -Dm 0644 %{SOURCE12} %{buildroot}%{_ttfontsdir}/Unifont_JP.otf
|
install -Dm 0644 %{SOURCE12} %{buildroot}%{_ttfontsdir}/Unifont_JP.otf
|
||||||
install -Dm 0644 %{SOURCE14} %{buildroot}%{_ttfontsdir}/Unifont_Upper.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-otf-fonts
|
||||||
%reconfigure_fonts_scriptlets -n gnu-unifont-jp-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
|
%files -n gnu-unifont-otf-fonts
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_ttfontsdir}
|
%dir %{_ttfontsdir}
|
||||||
|
BIN
unifont-15.0.01.pcf.gz
(Stored with Git LFS)
Normal file
BIN
unifont-15.0.01.pcf.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
unifont-15.0.01.pcf.gz.sig
Normal file
BIN
unifont-15.0.01.pcf.gz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user