Page MenuHomeFreeBSD

shared-mime-info: use triggers
ClosedPublic

Authored by bapt on Oct 11 2021, 9:37 AM.
Tags
None
Referenced Files
F157856780: D32452.id96656.diff
Mon, May 25, 9:24 PM
F157855914: D32452.id96656.diff
Mon, May 25, 9:15 PM
Unknown Object (File)
Mon, May 25, 8:25 AM
Unknown Object (File)
Mon, May 25, 8:19 AM
Unknown Object (File)
Mon, May 18, 12:58 AM
Unknown Object (File)
Sun, May 17, 10:17 PM
Unknown Object (File)
Sun, May 17, 10:09 PM
Unknown Object (File)
Fri, May 1, 5:33 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 42065
Build 38953: arc lint + arc unit

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?