Fails to build for me:
pangox-fontmap.c: In function 'pango_x_font_map_read_aliases':
pangox-fontmap.c:944:21: error: implicit declaration of function 'pango_config_key_get'; did you mean 'pango_coverage_get'? [-Wimplicit-function-declaration]
944 | char *files_str = pango_config_key_get ("PangoX/AliasFiles");
| ^~~~~~~~~~~~~~~~~~~~
| pango_coverage_get
pangox-fontmap.c:944:21: error: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
EDIT, it seems that the following is needed: https://aur.archlinux.org/packages/pangox-compat#comment-993645
Pinned Comments