Skip to content

bdftopcf: use xorgproto rather than deprecated font-xproto/fontsproto

155ffb7
Select commit
Loading
Failed to load commit list.
Merged

xorg: switch to git-checkout #76621

bdftopcf: use xorgproto rather than deprecated font-xproto/fontsproto
155ffb7
Select commit
Loading
Failed to load commit list.
Octo STS / staging-autofix succeeded Dec 22, 2025 in 0s

Merge report generated

Merge Report

First Commit SHA: f4b40e51f05023cf6295afffba62d0f5c4f8e1bf

Embeddings Stored

Stored 1 embedding(s) in the vector index:

  • Datapoint ID: d03fd20d-a680-40be-b4e8-d1f48e28c359
    Error: No melange configuration files were checked

Patch

From 155ffb70818619c23d729dbfc34f9ff9c655662d Mon Sep 17 00:00:00 2001
From: Colin Watson <[email protected]>
Date: Mon, 22 Dec 2025 17:49:45 +0000
Subject: [PATCH] bdftopcf: use xorgproto rather than deprecated
 font-xproto/fontsproto

Signed-off-by: Colin Watson <[email protected]>
---
 bdftopcf.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bdftopcf.yaml b/bdftopcf.yaml
index 69aab57b381..008f61646da 100644
--- a/bdftopcf.yaml
+++ b/bdftopcf.yaml
@@ -17,10 +17,9 @@ environment:
       - build-base
       - busybox
       - ca-certificates-bundle
-      - font-xproto-dev
-      - fontsproto-dev
       - pkgconf-dev
       - util-macros
+      - xorgproto
 
 pipeline:
   - uses: git-checkout