internal/rosa/package: fontconfig
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m58s
Test / ShareFS (push) Successful in 4m2s
Test / Sandbox (race detector) (push) Successful in 5m29s
Test / Hakurei (push) Successful in 2m34s
Test / Hakurei (race detector) (push) Successful in 3m32s
Test / Flake checks (push) Successful in 1m22s

Required by foot.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-23 16:23:06 +09:00
parent 4269627b4b
commit 57c6b84b60

View File

@@ -0,0 +1,37 @@
package fontconfig {
description = "font configuration and customization library";
website = "https://www.freedesktop.org/wiki/Software/fontconfig";
anitya = 827;
version* = "2.18.0";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "fontconfig/fontconfig";
ref = version;
checksum = "Z-yA7pFiE7cRDxZm32EHUPmeRx-lth2X6uw51aoeLi4BXwNm4iOWT13IGp3YSbNW";
};
exec = make {
generate = "NOCONFIGURE=1 ./autogen.sh";
};
inputs = [
automake,
libtool,
pkg-config,
gettext,
gperf,
gzip,
python,
zlib,
libexpat,
freetype,
];
runtime = [
zlib,
libexpat,
freetype,
];
}