Files
hakurei/internal/rosa/package/pango.az
T
cat ccef0a086a
Test / Create distribution (push) Successful in 54s
Test / Sandbox (push) Successful in 3m22s
Test / Hakurei (push) Successful in 6m25s
Test / Sandbox (race detector) (push) Successful in 8m10s
Test / ShareFS (push) Successful in 11m10s
Test / Hakurei (race detector) (push) Successful in 11m37s
Test / Flake checks (push) Successful in 1m44s
internal/rosa/package/pango: 1.58.1 to 1.58.2
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-06 18:12:39 +09:00

38 lines
682 B
Go

package pango {
description = "a library for layout and rendering of text";
website = "https://www.pango.org";
anitya = 11783;
version# = "1.58.2";
source = remoteGitLab {
domain = "gitlab.gnome.org";
suffix = "GNOME/pango";
ref = version;
checksum = "e_IeoTvj9uueBXAf0s5SBBAqov_8Vc2XjdtxHCSKsg38ZfAlBoBPhHOZRd7jxTC6";
};
exec = meson {
setup = {
"fontconfig": "enabled";
"freetype": "enabled";
"cairo": "enabled";
};
// Fontconfig error: Cannot load default config file: File not found: /etc/fonts/fonts.conf
skipTest = true;
};
inputs = [
glib,
cairo,
fribidi,
harfbuzz,
];
runtime = [
glib,
cairo,
fribidi,
harfbuzz,
];
}