pango/macros.pango
Dominique Leuenberger f0bcd0440f - Update to version 1.56.1:
+ Avoid criticals when there are no fonts
  + fontconfig:
    - Handle lack of FC_FONT_WRAPPER in font cache
    - Prefer application fonts even if they are older

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=266
2025-01-21 09:08:47 +00:00

28 lines
803 B
Plaintext

# RPM macros for packages installing a Pango module
#
###
#
# When a package installs a Pango module, it should use all
# three macros:
#
# - %pango_module_requires in the preamble
# - %pango_module_post in %post
# - %pango_module_postun in %postun
#
###
# Since pango 1.37.0, the macros are just there for compatibility, but no longer perform any action
# Pango no loner has config and module support
%pango_module_requires \
%nil
# On install, update the cache
%pango_module_post \
%nil
# On uninstall, update the cache. Note: we ignore upgrades (already
# handled in %post of the new package).
%pango_module_postun \
%nil