new(x.org/font-util): X.Org font-util (autotools, prereq for xserver)#13106
Open
tannevaled wants to merge 1 commit into
Open
new(x.org/font-util): X.Org font-util (autotools, prereq for xserver)#13106tannevaled wants to merge 1 commit into
tannevaled wants to merge 1 commit into
Conversation
Provides the `fontutil.pc` pkg-config + `fontutil.m4` autotools macros + bdftruncate/ucs2any BDF-conversion scripts. Tiny upstream (autotools, ~200 lines). Same role as arch's `xorg-font-util`, debian's `xfonts-utils`, nixpkgs' `xorg.fontutil`. Extracted from pkgxdev#13103 (x.org/xserver) — xserver's meson.build requires `dependency('fontutil')` for FontPath computation. Both recipes were originally in one PR but pantry's CI resolver can't satisfy a same-PR sibling dep (404 on dist.pkgx.dev/x.org/font-util/), so font-util needs to merge + bottle first. CI on the combined PR has already confirmed this recipe builds green on both linux/x86-64 and linux/aarch64. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced May 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tiny new recipe for X.Org's
font-util— provides:fontutil.pcpkg-config file (consumed byxserver'smeson.buildfor the default FontPath computation)fontutil.m4autotools macros (used by siblingx.org/font-*packages — none in pantry yet, expected)bdftruncate+ucs2anyBDF-format converter shell scriptsSame role as arch's
xorg-font-util, debian'sxfonts-utils, nixpkgs'xorg.fontutil.Extracted from #13103
#13103 added both
x.org/xserverandx.org/font-utilin one PR. xserver depends on font-util, but pantry's CI resolver can't satisfy a same-PR sibling dep — xserver's resolve step 404s ondist.pkgx.dev/x.org/font-util/linux/x86-64/versions.txtbecause the bottle hasn't been published. font-util needs to merge + bottle first; once it does, #13103 (which keeps the xserver recipe + the same font-util content) will resolve correctly on the next CI iteration.CI on the combined #13103 already validated this recipe builds green on
linux/x86-64+linux/aarch64.Test plan
🤖 Generated with Claude Code