mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:56:30 +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')
|
||||
depends=('appstream-glib')
|
||||
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() {
|
||||
cd ${pkgname}
|
||||
|
@ -41,13 +41,7 @@
|
||||
<package />
|
||||
</distro>
|
||||
</dependency>
|
||||
<dependency type="build" id="adobe-source-han-sans-cn-fonts">
|
||||
<distro id="centos">
|
||||
<package />
|
||||
</distro>
|
||||
<distro id="fedora">
|
||||
<package />
|
||||
</distro>
|
||||
<dependency type="build" id="noto-fonts-cjk">
|
||||
<distro id="arch">
|
||||
<package />
|
||||
</distro>
|
||||
@ -143,15 +137,15 @@
|
||||
<package variant="x86_64" />
|
||||
</distro>
|
||||
</dependency>
|
||||
<dependency type="build" id="fonts-dejavu">
|
||||
<dependency type="build" id="fonts-noto">
|
||||
<distro id="arch">
|
||||
<package>ttf-dejavu</package>
|
||||
<package>noto-fonts</package>
|
||||
</distro>
|
||||
<distro id="centos">
|
||||
<package>dejavu-sans-fonts</package>
|
||||
<package>google-noto-sans-cjk-ttc-fonts</package>
|
||||
</distro>
|
||||
<distro id="fedora">
|
||||
<package>dejavu-sans-fonts</package>
|
||||
<package>google-noto-sans-cjk-ttc-fonts</package>
|
||||
</distro>
|
||||
<distro id="debian">
|
||||
<control />
|
||||
|
@ -74,8 +74,7 @@ BuildRequires: pango-devel
|
||||
BuildRequires: cairo-devel cairo-gobject-devel
|
||||
BuildRequires: freetype
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: dejavu-sans-fonts
|
||||
BuildRequires: adobe-source-han-sans-cn-fonts
|
||||
BuildRequires: google-noto-sans-cjk-ttc-fonts
|
||||
BuildRequires: gnu-efi-devel
|
||||
BuildRequires: pesign
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user