Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 3.95 KB

File metadata and controls

61 lines (44 loc) · 3.95 KB
icon list-check
description Files produced at end of a successful SBUILD

NEEDED_FILES

  • ${SBUILD_OUTDIR}/${PKG} ENFORCED

{% hint style="info" %}

  • Description: The actual binary/package that was built
  • Min_Size: > 1KB {% endhint %}
  • ${SBUILD_OUTDIR}/.version | ${SBUILD_OUTDIR}/${PKG}.version ENFORCED

{% hint style="info" %} Description: Version File, Contains Version, if empty, then Use Version based on Date/BSUM {% endhint %}

  • ${SBUILD_OUTDIR}/.desktop | ${SBUILD_OUTDIR}/${PKG}.desktop OPTIONAL

{% hint style="info" %}

  • Description: Desktop File, Is Edited/Fixed during Integration
  • Min_Size: > 3BYTES
  • Only Available for Packages NOT for Binaries {% endhint %}
  • ${SBUILD_OUTDIR}/.DirIcon | ${SBUILD_OUTDIR}/${PKG}.DirIcon OPTIONAL

{% hint style="info" %}

  • Description: DirIcon, Preferred as Icon if ${SBUILD_OUTDIR}/${PKG}.png OR ${SBUILD_OUTDIR}/${PKG}.svg DO NOT Exist
  • Min_Size: > 20Bytes
  • Only Available for Packages NOT for Binaries {% endhint %}
  • ${SBUILD_OUTDIR}/${PKG}.png | ${SBUILD_OUTDIR}/${PKG}.svg OPTIONAL

{% hint style="info" %}

  • Description: Preferred even if ${SBUILD_OUTDIR}/${PKG}.png OR ${SBUILD_OUTDIR}/${PKG}.svg Exists due to Higher Resolution
  • Min_Size: > 20BYTES
  • Only Available for Packages NOT for Binaries {% endhint %}
  • ${SBUILD_OUTDIR}/${PKG}.appdata.xml | ${SBUILD_OUTDIR}/${PKG}.metainfo.xml OPTIONAL

{% hint style="info" %}

  • Description: Prefer metainfo.xml over appdata.xml as appdata.xml is now Legacy
  • Min_Size: > 3BYTES
  • Only Available for Packages NOT for Binaries {% endhint %}
  • ${SBUILD_OUTDIR}/LICENSE OPTIONAL

{% hint style="info" %}

  • Description: LICENSE File, Contains License
  • Min_Size: > 3BYTES
  • Is NOT Always Available, a WARNis sufficient when it doesn't exist {% endhint %}