Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Distro-specific Appstream data XMLs for software frontends

Notifications You must be signed in to change notification settings

AOSC-Archive/aosc-appstream-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

aosc-appstream-data

Distro-specific Appstream data XMLs for software frontends running on AOSC OS. Two of the most used examples are:

And all these requires an AppStream standardized XML catalog. More about the standard of this file can be found at http://www.freedesktop.org/wiki/Distributions/AppStream/.

This is a repository containing automatically generated data, generated by appstream-glib.

Directories

A generic directory walk through.

  • xmls/ contains all XML catalogs.
  • icons/aosc contains cached icon files.

And all to be installed to /usr/share/app-info and provided by a package available to AOSC OS users. Check https://github.com/AOSC-Dev/aosc-os-abbs for more updates.

Generation

This repository is designed to update once a week (or on-call) by the BuildBot (as we call it) kindly provided by OSSPlanet.

The current generation command is shown as below.

appstream-builder --api-version=0.8 \
                  --add-cache-id \
                  --cache-dir=/repodata/cache \
                  --log-dir=/tmp/logs \
                  --packages-dir=/appstream-worker/os3-rpm \
                  --temp-dir=/tmp \
                  --output-dir=/repodata \
                  --basename=appstream \
                  --origin=aosc \
                  --enable-hidpi \
                  --verbose \
                  --include-failed \
                  --max-threads=1

Where...

  • /repodata contains all that can be found in this repository.