package pango { description = "a library for layout and rendering of text"; website = "https://www.pango.org"; anitya = 11783; version# = "1.58.0"; source = remoteGitLab { domain = "gitlab.gnome.org"; suffix = "GNOME/pango"; ref = version; checksum = "k-Jcw7ys4-Q5gS0Y3WCb1MzIWauweIdknf61hRXJmQFfszw7sM7v0dItOoHMZLQJ"; }; 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, ]; }