Skip to content

Commit

Permalink
Fix metainfo warnings
Browse files Browse the repository at this point in the history
This fixes the following warnings:
* summary-has-dot-suffix
* description-first-para-too-short
* extends-not-allowed
* console-app-no-binary

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
  • Loading branch information
stephanlachnit committed Nov 23, 2021
1 parent c8dd5d4 commit 4081743
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions data/com.github.Matoking.protontricks.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>com.github.Matoking.protontricks</id>
<extends>com.valvesoftware.Steam</extends>
<name>protontricks</name>
<summary>A simple wrapper that does winetricks things for Proton enabled games.</summary>
<summary xml:lang="pt_BR">Um invólucro simples que executa truques de winetricks para jogos habilitados para usar o Proton.</summary>
<summary xml:lang="es">Un contenedor simple que realiza trucos de winetricks para juegos habilitados para usar Proton.</summary>
<summary>A simple wrapper that does winetricks things for Proton enabled games</summary>
<summary xml:lang="pt_BR">Um invólucro simples que executa truques de winetricks para jogos habilitados para usar o Proton</summary>
<summary xml:lang="es">Un contenedor simple que realiza trucos de winetricks para juegos habilitados para usar Proton</summary>
<icon type="stock">wine</icon>
<provides>
<binary>protontricks</binary>
</provides>
<recommends>com.valvesoftware.Steam</recommends>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Matoking/protontricks/master/data/screenshot.png</image>
Expand All @@ -14,7 +18,9 @@
</screenshots>
<content_rating type="oars-1.1"/>
<description>
<p>A simple wrapper that does winetricks things for Proton enabled games.</p>
<p>This is a wrapper script that allows you to easily run Winetricks commandsfor Steam Play/Proton games among other common Wine features,
such as launching external Windows executables. This is often useful when a game requires closed-source runtime libraries or applications
that are not included with Proton.</p>
</description>
<url type="homepage">https://github.com/Matoking/protontricks/wiki</url>
<url type="help">https://github.com/Matoking/protontricks/wiki</url>
Expand Down

0 comments on commit 4081743

Please sign in to comment.