Files
hakurei/internal/rosa/package/pango.az
Ophestra 32cc72821e internal/rosa/package: pango
Required by sway.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-27 12:33:10 +09:00

38 lines
685 B
Go

package pango {
description = "a library for layout and rendering of text";
website = "https://www.pango.org";
anitya = 11783;
version# = "1.57.1";
source = remoteGitLab {
domain = "gitlab.gnome.org";
suffix = "GNOME/pango";
ref = version;
checksum = "BzfdEym2eIyL5ownJ1LfqQwZkY3yH71YAsQF5R-sRV2pIOmc_CULAcfqVQki_Ose";
};
exec = meson {
setup = {
"Dfontconfig": "enabled";
"Dfreetype": "enabled";
"Dcairo": "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,
];
}