diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-27 12:33:10 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-27 12:33:10 +0900 |
| commit | 32cc72821e75f292f37f0348f7d82af7ab2bd118 (patch) | |
| tree | 3737fdfea939100e56bed2b22afafed67e1c8968 | |
| parent | 958473e6f444290fb81f70acbd67560d4100e690 (diff) | |
internal/rosa/package: pango
Required by sway.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/package/pango.az | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/internal/rosa/package/pango.az b/internal/rosa/package/pango.az new file mode 100644 index 00000000..ca686c6d --- /dev/null +++ b/internal/rosa/package/pango.az @@ -0,0 +1,37 @@ +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, + ]; +} |
