From: "Dom (shymega) Rodriguez" <shymega@shymega.org.uk>
To: Samy Lahfa <samy+spectrum@lahfa.xyz>
Cc: devel@spectrum-os.org
Subject: Re: [PATCH v3] img/app: add dejavu_fonts pkg and fontconfig file
Date: Thu, 20 Feb 2025 00:32:09 +0000 [thread overview]
Message-ID: <vr2a6n3ktzgbmuwms6llvo7htevn5y757ljyii7hi262ct6sd3@nq3744evgq2t> (raw)
In-Reply-To: <20250215222254.2950904-1-samy+spectrum@lahfa.xyz>
Hi Samy,
On 15.02.2025 23:22, Samy Lahfa wrote:
>Signed-off-by: Samy Lahfa <samy+spectrum@lahfa.xyz>
>
>This fixes the foot terminal app-vm by adding dejavu_fonts package to the
>nix store as well as adding the fontconfig file, so it knows which
>default font to use.
>---
> img/app/Makefile | 2 ++
> img/app/default.nix | 3 ++-
> img/app/etc/fonts/fonts.conf | 21 +++++++++++++++++++++
> 3 files changed, 25 insertions(+), 1 deletion(-)
> create mode 100644 img/app/etc/fonts/fonts.conf
>
>diff --git a/img/app/Makefile b/img/app/Makefile
>index 7887aa8..eeb17fa 100644
>--- a/img/app/Makefile
>+++ b/img/app/Makefile
>@@ -30,6 +30,7 @@ $(imgdir)/appvm/blk/root.img: ../../scripts/make-gpt.sh ../../scripts/sfdisk-fie
>
> VM_FILES = \
> etc/dbus-1/session.conf \
>+ etc/fonts/fonts.conf \
> etc/fstab \
> etc/init \
> etc/mdev.conf \
>@@ -52,6 +53,7 @@ VM_FILES = \
> etc/s6-linux-init/scripts/rc.shutdown \
> etc/s6-linux-init/scripts/rc.shutdown.final \
> etc/xdg/xdg-desktop-portal/portals.conf
>+
> VM_DIRS = dev run proc sys tmp \
> etc/s6-linux-init/run-image/service
> VM_FIFOS = etc/s6-linux-init/run-image/service/s6-linux-init-shutdownd/fifo
>diff --git a/img/app/default.nix b/img/app/default.nix
>index 6537fb2..5b58a5f 100644
>--- a/img/app/default.nix
>+++ b/img/app/default.nix
>@@ -8,7 +8,7 @@ pkgsStatic.callPackage (
> { lib, stdenvNoCC, runCommand, writeClosure
> , erofs-utils, jq, s6-rc, util-linux
> , busybox, cacert, execline, kmod, linux_latest, mdevd, s6, s6-linux-init
>-, xdg-desktop-portal-spectrum
>+, xdg-desktop-portal-spectrum, dejavu_fonts,
> }:
>
> let
>@@ -37,6 +37,7 @@ let
> s6-rc
> terminfo
> xdg-desktop-portal-spectrum
>+ dejavu_fonts
The only thing remaining is to sort dejavu_fonts alphabetically, but
it's no biggie, and Alyssa I'm sure would be happy to fix this up in the
tree.
>
> # Some packages can't (currently?) be built statically.
>
>diff --git a/img/app/etc/fonts/fonts.conf b/img/app/etc/fonts/fonts.conf
>new file mode 100644
>index 0000000..0dcde54
>--- /dev/null
>+++ b/img/app/etc/fonts/fonts.conf
>@@ -0,0 +1,21 @@
>+<?xml version="1.0" encoding="UTF-8"?>
>+<!-- SPDX-License-Identifier: CC0-1.0 -->
>+<!-- SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is> -->
>+<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
>+<fontconfig>
>+ <alias binding="same">
>+ <family>monospace</family>
>+ <prefer>
>+ <family>DejaVu Sans Mono</family>
>+ </prefer>
>+ </alias>
>+
>+ <alias binding="same">
>+ <family>sans-serif</family>
>+ <prefer>
>+ <family>DejaVu Sans</family>
>+ </prefer>
>+ </alias>
>+
>+ <dir>/usr/share/fonts</dir>
>+</fontconfig>
>--
>2.47.2
>
LGTM - thank you for your patch!
Best wishes,
--
Dom Rodriguez
next prev parent reply other threads:[~2025-02-20 8:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-15 22:22 [PATCH v3] img/app: add dejavu_fonts pkg and fontconfig file Samy Lahfa
2025-02-20 0:32 ` Dom (shymega) Rodriguez [this message]
2025-03-01 9:26 ` Alyssa Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vr2a6n3ktzgbmuwms6llvo7htevn5y757ljyii7hi262ct6sd3@nq3744evgq2t \
--to=shymega@shymega.org.uk \
--cc=devel@spectrum-os.org \
--cc=samy+spectrum@lahfa.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).