Skip to content

Commit

Permalink
youtube-viewer: Add appstream metainfo
Browse files Browse the repository at this point in the history
**Summary**

Add appstream metainfo (Part of #1389)
  • Loading branch information
malfisya committed Nov 16, 2024
1 parent 71b028b commit c6ba4ec
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
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>
3 changes: 2 additions & 1 deletion packages/y/youtube-viewer/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : youtube-viewer
version : 3.11.3
release : 42
release : 43
source :
- https://github.com/trizen/youtube-viewer/archive/refs/tags/3.11.3.tar.gz : f750637f8ce71648e8f0fe44ba34c3b944f46b2cc499ba5a19e773fe6b9ce7f2
homepage : https://github.com/trizen/youtube-viewer
Expand Down Expand Up @@ -33,6 +33,7 @@ install : |
%perl_install
install -Dm00644 $workdir/share/gtk-youtube-viewer.desktop $installdir/usr/share/applications/gtk-youtube-viewer.desktop
install -Dm00644 $workdir/share/icons/gtk-youtube-viewer.png $installdir/usr/share/pixmaps/gtk-youtube-viewer.png
install -Dm00644 $pkgfiles/io.github.trizen.youtube_viewer.metainfo.xml -t $installdir/usr/share/metainfo/
check : |
$workdir/Build test
patterns :
Expand Down
13 changes: 7 additions & 6 deletions packages/y/youtube-viewer/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>youtube-viewer</Name>
<Homepage>https://github.com/trizen/youtube-viewer</Homepage>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>Artistic-2.0</License>
<PartOf>network.web</PartOf>
Expand Down Expand Up @@ -69,16 +69,17 @@
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::Utils.3</Path>
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::VideoCategories.3</Path>
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::Videos.3</Path>
<Path fileType="data">/usr/share/metainfo/io.github.trizen.youtube_viewer.metainfo.xml</Path>
<Path fileType="data">/usr/share/pixmaps/gtk-youtube-viewer.png</Path>
</Files>
</Package>
<History>
<Update release="42">
<Date>2024-09-02</Date>
<Update release="43">
<Date>2024-11-16</Date>
<Version>3.11.3</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit c6ba4ec

Please sign in to comment.