Skip to content
  • Adrien Plazas's avatar
    appstream: Give the compatible-device kudo · 6e958499
    Adrien Plazas authored
    This kudo will be given if:
    - the chassis is 'handset' and the app declares the mobile form factor;
    - the chassis is 'desktop' or 'laptop' and the app declares the
      workstation form factor or none;
    - the chassis is anything else.
    
    The compatible form factors will be checked via the following AppStream
    metainfo nodes:
    
    <?xml version="1.0" encoding="UTF-8"?>
    <component type="desktop">
      …
      <custom>
        <value key="Purism::form_factor">workstation</value>
        <value key="Purism::form_factor">mobile</value>
      </custom>
      …
    </component>
    6e958499