[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#75185: [PATCH] gnu: plan9port: Fix fontsrv and font substitutes.
From: |
宋文武 |
Subject: |
bug#75185: [PATCH] gnu: plan9port: Fix fontsrv and font substitutes. |
Date: |
Mon, 30 Dec 2024 13:00:36 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Homo <gay@disroot.org> writes:
> src/libdraw/openfont.c already substitutes "/lib/font/bit/" to "$PLAN9/font/",
> so it's not necessary to do that in [arguments].
>
> * gnu/packages/patches/plan9port-fontsrv.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/plan9.scm (plan9port)[source]: Use it.
> [arguments] Remove "/lib/font/bit" substitute and substitute more fonts.
I replace the patch with a 'substitute' to remove 'rm -f bin/fontsrv' in
INSTALL, pushed to master now, thank you!