Page MenuHomeFreeBSD

shared-mime-info: use triggers
ClosedPublic

Authored by bapt on Oct 11 2021, 9:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 29, 10:54 AM
Unknown Object (File)
Oct 9 2024, 8:10 AM
Unknown Object (File)
Oct 9 2024, 1:56 AM
Unknown Object (File)
Oct 8 2024, 8:27 AM
Unknown Object (File)
Oct 7 2024, 8:41 PM
Unknown Object (File)
Oct 7 2024, 2:49 PM
Unknown Object (File)
Oct 7 2024, 3:44 AM
Unknown Object (File)
Oct 2 2024, 7:54 PM
Subscribers

Details

Summary

the rebuild of the database is now handled by a trigger and happen only
once at the end of the transaction instead of after each package
installation.

While make shared-mime-info a runtime only dependency

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt requested review of this revision.Oct 11 2021, 9:37 AM
This revision is now accepted and ready to land.Oct 17 2021, 7:32 AM
This revision was automatically updated to reflect the committed changes.
zirias added inline comments.
Mk/Uses/shared-mime-info.mk
16

This seems to have broken the build of graphics/gdk-pixbuf2:
https://home.palmen-it.de/builder/data/def-default/2021-10-20_12h58m22s/logs/errors/gdk-pixbuf2-2.40.0.log
maybe make BUILD_DEPENDS optional? Or is there a better way to handle it with the meson build of gdk-pixbuf2?