mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 06:48:44 +00:00
trivial: Use a non-obsolete font when building the UEFI splash images
This commit is contained in:
parent
e3016602f8
commit
194c76536e
@ -10,7 +10,7 @@ url='https://github.com/hughsie/fwupd'
|
|||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('appstream-glib')
|
depends=('appstream-glib')
|
||||||
makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc' 'python-pillow' 'git'
|
makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc' 'python-pillow' 'git'
|
||||||
'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject' 'vala')
|
'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}
|
cd ${pkgname}
|
||||||
|
@ -41,13 +41,7 @@
|
|||||||
<package />
|
<package />
|
||||||
</distro>
|
</distro>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency type="build" id="adobe-source-han-sans-cn-fonts">
|
<dependency type="build" id="noto-fonts-cjk">
|
||||||
<distro id="centos">
|
|
||||||
<package />
|
|
||||||
</distro>
|
|
||||||
<distro id="fedora">
|
|
||||||
<package />
|
|
||||||
</distro>
|
|
||||||
<distro id="arch">
|
<distro id="arch">
|
||||||
<package />
|
<package />
|
||||||
</distro>
|
</distro>
|
||||||
@ -143,15 +137,15 @@
|
|||||||
<package variant="x86_64" />
|
<package variant="x86_64" />
|
||||||
</distro>
|
</distro>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency type="build" id="fonts-dejavu">
|
<dependency type="build" id="fonts-noto">
|
||||||
<distro id="arch">
|
<distro id="arch">
|
||||||
<package>ttf-dejavu</package>
|
<package>noto-fonts</package>
|
||||||
</distro>
|
</distro>
|
||||||
<distro id="centos">
|
<distro id="centos">
|
||||||
<package>dejavu-sans-fonts</package>
|
<package>google-noto-sans-cjk-ttc-fonts</package>
|
||||||
</distro>
|
</distro>
|
||||||
<distro id="fedora">
|
<distro id="fedora">
|
||||||
<package>dejavu-sans-fonts</package>
|
<package>google-noto-sans-cjk-ttc-fonts</package>
|
||||||
</distro>
|
</distro>
|
||||||
<distro id="debian">
|
<distro id="debian">
|
||||||
<control />
|
<control />
|
||||||
|
@ -74,8 +74,7 @@ BuildRequires: pango-devel
|
|||||||
BuildRequires: cairo-devel cairo-gobject-devel
|
BuildRequires: cairo-devel cairo-gobject-devel
|
||||||
BuildRequires: freetype
|
BuildRequires: freetype
|
||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: dejavu-sans-fonts
|
BuildRequires: google-noto-sans-cjk-ttc-fonts
|
||||||
BuildRequires: adobe-source-han-sans-cn-fonts
|
|
||||||
BuildRequires: gnu-efi-devel
|
BuildRequires: gnu-efi-devel
|
||||||
BuildRequires: pesign
|
BuildRequires: pesign
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user