-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
youtube-viewer: Add appstream metainfo
**Summary** Add appstream metainfo (Part of #1389)
- Loading branch information
Showing
3 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
packages/y/youtube-viewer/files/io.github.trizen.youtube_viewer.metainfo.xml
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>io.github.trizen.youtube_viewer</id> | ||
|
||
<name>youtube-viewer</name> | ||
<summary>Lightweight YouTube client for Linux </summary> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>Artistic-2.0</project_license> | ||
|
||
<description> | ||
<p> | ||
A lightweight application for searching and playing videos from YouTube. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">gtk-youtube-viewer.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://user-images.githubusercontent.com/614513/127563797-704a7fcf-54eb-4540-bd32-a11edc629dac.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://user-images.githubusercontent.com/614513/97738550-6d0faf00-1ad6-11eb-84ec-d37f28073d9d.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
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
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