Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include appstream application metadata #1388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,11 @@ install(DIRECTORY
DESTINATION share/icons/hicolor
)

install(FILES
${CMAKE_SOURCE_DIR}/data/seafile.metainfo.xml
DESTINATION share/metainfo
)

install(FILES
${CMAKE_SOURCE_DIR}/data/seafile.desktop
DESTINATION share/applications
Expand Down
30 changes: 30 additions & 0 deletions data/seafile.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.seafile.Client</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Seafile Client</name>
<summary>Seafile file sync and share desktop client</summary>
<description>
<p>Seafile is an open source file syncing and collaboration platform for teams. It comes with Dropbox-like file syncing, but is designed to be better suited to teamwork. You can build a file sharing and syncing service for your team on your servers.</p>
</description>
<project_license>Apache-2.0</project_license>
<categories>
<category>Network</category>
</categories>
<url type="homepage">https://www.seafile.com/</url>
<url type="bugtracker">https://github.com/haiwen/seafile-client/issues</url>
<screenshots>
<screenshot type="default">
<image>https://help.seafile.com/syncing_client/imgs/seafile-cloud-file-browser.png</image>
</screenshot>
<screenshot>
<image>https://help.seafile.com/syncing_client/imgs/seafile-add-account.png</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">com.seafile.Client.desktop</launchable>
<content_rating type="oars-1.1"></content_rating>
<releases>
<release version="8.0.5" date="2021-11-15"/>
<release version="8.0.4" date="2021-09-17"/>
</releases>
</component>