1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Improve appstream file

This MR does the following:
- Change desktop ID to reverse DNS
- Clarify support for mouse and keyboard only

https://github.com/tenacityteam/tenacity/pull/695

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
This commit is contained in:
TheEvilSkeleton 2022-01-27 12:29:27 -05:00 committed by GitHub
parent adc300a2bd
commit 737e151074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop"> <component type="desktop">
<id>org.tenacityaudio.Tenacity</id> <id>org.tenacityaudio.Tenacity</id>
<launchable type="desktop-id">tenacity.desktop</launchable> <launchable type="desktop-id">org.tenacityaudio.Tenacity.desktop</launchable>
<project_license>GPL-2.0-or-later</project_license> <project_license>GPL-2.0-or-later</project_license>
<!-- Metainfo licensed in CC0 1.0 --> <!-- Metainfo licensed in CC0 1.0 -->
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@ -41,4 +41,8 @@
<update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact> <update_contact>~tenacity/tenacity-discuss@lists.sr.ht</update_contact>
<releases> <releases>
</releases> </releases>
<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>
</component> </component>