Aurailus / Myxer

A modern Volume Mixer for PulseAudio.

Home Page:https://myxer.aurailus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Stream Meta info

Eonfge opened this issue · comments

Following #12, I think that it's also good to think about some meta-data that can help you forward.

First, you'll have to ask yourself if you want to follow the App Stream standard:

https://www.freedesktop.org/software/appstream/docs/
Don't read it all in one go, it's dry stuff

Praxis

If you wish to follow the standard, there are three essential files that you'll have to create:

  • com.aurailus.Myxter.desktop
  • com.aurailus.Myxter.metainfo.xml
  • com.aurailus.Myxter.svg

These three files make the core of the App Stream standard, and it's easy to pillock all the things you need from different projects. You could just place them in ./dist/ and use a build-system to place them in their respective target directories.

If you want, I can help you with those, so let me know.