Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Remove build dependency on Gtk 3 #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexshpilkin
Copy link

The current script in data/meson_post_install.py calls gtk-update-icon-cache by name, which refers to the Gtk 3 version of the command. Replace it with gnome.post_install introduced in Meson 0.57 (in mesonbuild/meson#8272), which will use gtk4-update-icon-cache when appropriate.

(Contributed as a part of the effort to eliminate Gtk 3 dependencies from Nixpkgs in NixOS/nixpkgs#302605.)

Use gnome.post_install instead of a custom install script, enabling
the build process to use gtk4-update-icon-cache when it is available,
avoiding the dependency on gtk-update-icon-cache from Gtk 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant