Skip to content

Additional appstream data to be shipped in Pop!_OS

Notifications You must be signed in to change notification settings

pop-os/appstream-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appstream-data

Additional appstream data for Pop!_OS

Adding a Package

  • appstreamcli convert package.appdata.xml package.yaml converts AppData from xml to yaml format
  • The yaml frontmatter needs to be removed
  • Package: needs to match the debian package name
  • An Icon: section is needed to use an icon from this package
  • The yaml needs to be added in src/data, and the icon in src/icons

Building

Execute the build.sh script to re-generate the dest folder.

Once built, Debian packaging may be created with the debuild command.

Use dch to update the debian/changelog.

Testing

Execute these commands to test any changes:

kill $(pidof io.elementary.appcenter)
rm -r ./dest/*
yes | bash build.sh
debuild
cd
sudo dpkg -i appstream*.deb

About

Additional appstream data to be shipped in Pop!_OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published