[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 02/10] dependencies: trisquel: replace ttf-unifont with fonts-
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 02/10] dependencies: trisquel: replace ttf-unifont with fonts-unifont. |
Date: |
Fri, 22 Nov 2024 15:01:28 +0100 |
Without that fix, Trisquel fails with the following error:
Resolving [=========================]
Package not found: ttf-unifont
Command failed: This tool could not find any available package:
No packages were found
And when installing ttf-uifont with apt, we get this error:
# apt install ttf-unifont
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package ttf-unifont is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
fonts-unifont
E: Package 'ttf-unifont' has no installation candidate
The ttf-unifont dependency was introduced in Libreboot when it didn't
use git yet. It can be found in Libreboot's 5th release, second
revision[1] in libreboot_src/builddeb.
[1]https://rsync.libreboot.org/oldstable/20140622/libreboot_src.tar.gz
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
resources/dependencies/trisquel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/dependencies/trisquel b/resources/dependencies/trisquel
index 68a81b4d..dc2af233 100755
--- a/resources/dependencies/trisquel
+++ b/resources/dependencies/trisquel
@@ -113,7 +113,7 @@ install_packages libncurses5-dev doxygen acpica-tools gdb
flex bison build-essen
# GRUB build dependencies (also requires build-essential, bison and flex)
# ------------------------------------------------------------
-install_packages ttf-unifont libopts25 libselinux1-dev autogen m4 autoconf
help2man libopts25-dev libfont-freetype-perl automake autotools-dev
build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev
libtool libfreetype6-dev unifont
+install_packages fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf
help2man libopts25-dev libfont-freetype-perl automake autotools-dev
build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev
libtool libfreetype6-dev unifont
# BucTS build dependencies (external script)
# ------------------------------------------------------------
--
2.46.0
- [PATCH v1 00/10] Parches for GNU Boot 0.1 RC4., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 03/10] dependencies: trisquel: website: Add graphviz to fix website package build., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 01/10] dependencies: trisquel: fix awk call., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 02/10] dependencies: trisquel: replace ttf-unifont with fonts-unifont.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 04/10] dependencies: pureos: website: Add graphviz to fix website package build., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 05/10] resources: git: fix configuration with older git versions., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 06/10] website: status: 0.1 RC3: fix typos., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 07/10] website: status: 0.1 RC3: set ThinkPad X200 as tested., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 08/10] website: status: 0.1 RC3: D945GCLF2D fails to boot., Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 10/10] dependencies: pureos: replace libtool by libtool-bin, Denis 'GNUtoo' Carikli, 2024/11/22
- [PATCH v1 09/10] website: status: 0.1 RC1, RC2: D945GCLF2D fails to boot., Denis 'GNUtoo' Carikli, 2024/11/22
- Re: [PATCH v1 00/10] Parches for GNU Boot 0.1 RC4., Denis 'GNUtoo' Carikli, 2024/11/23