Page MenuHomeFreeBSD

Framework: Introduce the appstream target
Needs ReviewPublic

Authored by arrowd on Jul 28 2025, 6:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 8, 5:20 PM
Unknown Object (File)
Sun, Sep 6, 2:58 AM
Unknown Object (File)
Sun, Sep 6, 12:24 AM
Unknown Object (File)
Sat, Sep 5, 7:50 PM
Unknown Object (File)
Sat, Sep 5, 7:50 PM
Unknown Object (File)
Sat, Sep 5, 3:37 PM
Unknown Object (File)
Sat, Sep 5, 9:24 AM
Unknown Object (File)
Fri, Sep 4, 7:15 PM
Subscribers
None

Details

Reviewers
None
Group Reviewers
portmgr
Summary

This supplementary target allows to run appstream-generator on the port's
STAGEDIR to see if its AppStream metadata is correct. It requires the
appstream-generator package to be installed. The asgen-config.json file is
generated from a template and is filled with stubs.

To properly generate the AppStream metadata Poudriere is required.

This is a supplemental change for https://github.com/freebsd/poudriere/pull/1237
which describes why do we need AppStream at all.

Test Plan

make -C science/pulseview stage appstream

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 65813
Build 62696: arc lint + arc unit

Event Timeline

arrowd created this revision.