internal/rosa/package: replace pkg-config
Test / Create distribution (push) Successful in 1m42s
Test / Sandbox (push) Successful in 3m6s
Test / Hakurei (push) Successful in 5m32s
Test / ShareFS (push) Failing after 18m6s
Test / Sandbox (race detector) (push) Failing after 18m7s
Test / Hakurei (race detector) (push) Failing after 18m10s
Test / Flake checks (push) Skipped

This replaces pkg-config with pkgconf for most packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-11 21:27:09 +09:00
parent 2abcb99ea2
commit 82bf46d23f
16 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ package connman {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
dbus, dbus,
iptables, iptables,
+1 -1
View File
@@ -28,7 +28,7 @@ package elfutils {
inputs = [ inputs = [
m4, m4,
pkg-config, pkgconf,
zlib, zlib,
bzip2, bzip2,
+1 -1
View File
@@ -18,7 +18,7 @@ package fontconfig {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
gettext, gettext,
gperf, gperf,
gzip, gzip,
+1 -1
View File
@@ -47,7 +47,7 @@ echo 'int main(){return 0;}' > tests/mini-dtls-fragments.c
bison, bison,
gettext, gettext,
gperf, gperf,
pkg-config, pkgconf,
python, python,
texinfo, texinfo,
+2 -2
View File
@@ -71,7 +71,7 @@ mkdir -p /work/system/bin/
inputs = [ inputs = [
go, go,
pkg-config, pkgconf,
libseccomp, libseccomp,
acl, acl,
@@ -118,7 +118,7 @@ DESTDIR=/work "./${NAME}.sh"
inputs = [ inputs = [
go, go,
pkg-config, pkgconf,
libseccomp, libseccomp,
acl, acl,
+1 -1
View File
@@ -34,7 +34,7 @@ package iproute2 {
}; };
inputs = [ inputs = [
pkg-config, pkgconf,
m4, m4,
byacc, byacc,
flex, flex,
+1 -1
View File
@@ -22,7 +22,7 @@ test_disable 'int main(){return 0;}' tests/test-is-public-builtin.c
exec = make {}; exec = make {};
inputs = [ inputs = [
pkg-config, pkgconf,
python, python,
]; ];
} }
+2 -2
View File
@@ -20,7 +20,7 @@ package libtirpc {
exec = make { exec = make {
generate = "sh -e ./bootstrap"; generate = "sh -e ./bootstrap";
configure = { configure = {
"CFLAGS": `"$(pkg-config --cflags libbsd-overlay) ${CFLAGS:-}"`; "CFLAGS": `"$(pkgconf --cflags libbsd-overlay) ${CFLAGS:-}"`;
"disable-gssapi"; "disable-gssapi";
}; };
}; };
@@ -28,7 +28,7 @@ package libtirpc {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
libbsd, libbsd,
kernel-headers, kernel-headers,
+1 -1
View File
@@ -22,7 +22,7 @@ package libxslt {
automake, automake,
libtool, libtool,
python, python,
pkg-config, pkgconf,
libxml2, libxml2,
]; ];
+1 -1
View File
@@ -20,7 +20,7 @@ package lvm2 {
}; };
inputs = [ inputs = [
pkg-config, pkgconf,
libaio, libaio,
kernel-headers, kernel-headers,
+1 -1
View File
@@ -21,6 +21,6 @@ package musl-fts {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
]; ];
} }
+1 -1
View File
@@ -21,6 +21,6 @@ package musl-obstack {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
]; ];
} }
+2 -2
View File
@@ -50,7 +50,7 @@ package libnftnl {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
libmnl, libmnl,
kernel-headers, kernel-headers,
@@ -95,7 +95,7 @@ chmod +w /etc/ && ln -s ../usr/src/iptables/etc/ethertypes /etc/
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
bash, bash,
python, python,
+1 -1
View File
@@ -24,6 +24,6 @@ package procps {
libtool, libtool,
gzip, gzip,
pkg-config, pkgconf,
]; ];
} }
+1 -1
View File
@@ -65,7 +65,7 @@ EOF
python-setuptools, python-setuptools,
python-wheel, python-wheel,
ninja, ninja,
pkg-config, pkgconf,
diffutils, diffutils,
openssl, openssl,
+20 -20
View File
@@ -34,7 +34,7 @@ package libxtrans {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
]; ];
@@ -59,7 +59,7 @@ package xorgproto {
inputs = [ inputs = [
automake, automake,
pkg-config, pkgconf,
util-macros, util-macros,
]; ];
@@ -121,7 +121,7 @@ package xcb {
inputs = [ inputs = [
python, python,
pkg-config, pkgconf,
xcb-proto, xcb-proto,
libXau, libXau,
@@ -148,7 +148,7 @@ package libxcb-keysyms {
exec = make {}; exec = make {};
inputs = [ inputs = [
pkg-config, pkgconf,
xcb, xcb,
]; ];
@@ -172,7 +172,7 @@ package libxcb-wm {
inputs = [ inputs = [
m4, m4,
pkg-config, pkgconf,
xcb, xcb,
]; ];
@@ -196,7 +196,7 @@ package libxcb-util {
exec = make {}; exec = make {};
inputs = [ inputs = [
pkg-config, pkgconf,
util-macros, util-macros,
xcb, xcb,
@@ -220,7 +220,7 @@ package libxcb-image {
exec = make {}; exec = make {};
inputs = [ inputs = [
pkg-config, pkgconf,
libxcb-util, libxcb-util,
]; ];
@@ -244,7 +244,7 @@ package libxcb-render-util {
exec = make {}; exec = make {};
inputs = [ inputs = [
pkg-config, pkgconf,
util-macros, util-macros,
xcb, xcb,
@@ -278,7 +278,7 @@ package libX11 {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
libxtrans, libxtrans,
@@ -309,7 +309,7 @@ package libXext {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
libX11, libX11,
@@ -338,7 +338,7 @@ package libXfixes {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
xorgproto, xorgproto,
@@ -368,7 +368,7 @@ package libXrender {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
libX11, libX11,
@@ -397,7 +397,7 @@ package libxshmfence {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
xorgproto, xorgproto,
@@ -424,7 +424,7 @@ package libXxf86vm {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
libXext, libXext,
@@ -454,7 +454,7 @@ package libXrandr {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
libXext, libXext,
@@ -488,7 +488,7 @@ package font-util {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
]; ];
@@ -514,7 +514,7 @@ package libfontenc {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
font-util, font-util,
@@ -561,7 +561,7 @@ package xkbcomp {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
byacc, byacc,
util-macros, util-macros,
@@ -591,7 +591,7 @@ package libXfont2 {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
freetype, freetype,
@@ -642,7 +642,7 @@ package libXdmcp {
inputs = [ inputs = [
automake, automake,
libtool, libtool,
pkg-config, pkgconf,
util-macros, util-macros,
xorgproto, xorgproto,