Ticket #12229: appdata_fixes.patch

File appdata_fixes.patch, 1.6 KB (added by Phil Wyett, 4 years ago)

Updated patch.

  • filezilla.appdata.xml

    old new  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
    33<!-- Copyright 2016 Tim Kosse <tim.kosse@filezilla-project.org> -->
    4 <application>
    5   <id type="desktop">org.filezilla-project.FileZilla</id>
     4<component type="desktop">
     5  <id>org.filezilla-project.FileZilla</id>
    66  <launchable type="desktop">filezilla.desktop</launchable>
    77  <metadata_license>CC0-1.0</metadata_license>
     8  <project_license>GPL-2.0-or-later</project_license>
     9  <name>FileZilla</name>
     10  <summary>Graphical FTP, FTPS and SFTP client</summary>
    811  <description>
    912    <p>FileZilla is a graphical FTP, FTPS and SFTP client. It is platform independent and supports all major desktop operating systems.</p>
    1013    <ul>
     
    2831      <li>Remote file search</li>
    2932    </ul>
    3033  </description>
    31   <url type="homepage">https://filezilla-project.org/</url>
    3234  <screenshots>
    33     <screenshot type="default">https://filezilla-project.org/images/screenshots/fz3_linux_main.png</screenshot>
     35    <screenshot type="default">
     36      <image>https://filezilla-project.org/images/screenshots/fz3_linux_main.png</image>
     37    </screenshot>
    3438  </screenshots>
    35   <updatecontact>tim.kosse@filezilla-project.org</updatecontact>
    36 </application>
     39  <provides>
     40    <id>filezilla.desktop</id>
     41  </provides>
     42  <url type="homepage">https://filezilla-project.org/</url>
     43  <url type="bugtracker">https://trac.filezilla-project.org/</url>
     44  <update_contact>tim.kosse@filezilla-project.org</update_contact>
     45</component>