[Bug 291949] multimedia/clapper-enhancers: New port, Plugins enhancing Clapper library capabilities
Date: Wed, 25 Feb 2026 16:56:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291949
--- Comment #7 from Yusuf Yaman <nxjoseph@freebsd.org> ---
(In reply to Olivier Duchateau from comment #5)
Hi,
Sorry for my ignorance and thank you for reminding me that. I grepped some git
log commits about it and I noticed it is discouraged to include these in
pkg-plist.
Maybe we could use something like below:
$ grep compiled pkg-plist
%%CONTROL_HUB%%lib/clapper-0.0/enhancers/control-hub/gschemas.compiled
%%RECALL%%lib/clapper-0.0/enhancers/recall/gschemas.compiled
%%YT_DLP%%lib/clapper-0.0/enhancers/yt-dlp/gschemas.compiled
+.for OPT in CONTROL_HUB RECALL YT_DLP
+post-stage-${OPT}-on:
+ ${RM}
${STAGEDIR}${PREFIX}/lib/clapper-0.0/enhancers/${OPT:tl:S/_/-/}/gschemas.compiled
+.endfor
+
I didn't test this new code block yet.
--
You are receiving this mail because:
You are the assignee for the bug.