-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag - Mark the `<developer_name>` tag as deprecated - Improve appstreamcli arguments
- Loading branch information
Sabri Ünal
committed
Dec 28, 2023
1 parent
ddc7d2d
commit 1dd02a5
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,7 +157,11 @@ | |
</release> | ||
</releases> | ||
|
||
<!-- developer_name tag deprecated with Appstream 1.0 --> | ||
<developer_name translatable="no">Romain F. T.</developer_name> | ||
<developer id="github.com"> | ||
<name translatable="no">Romain F. T.</name> | ||
</developer> | ||
<update_contact>[email protected]</update_contact> | ||
<url type="homepage">https://maoschanz.github.io/drawing</url> | ||
<url type="bugtracker">https://github.com/maoschanz/drawing/issues</url> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters