-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] global: add AppStream metadata
- Loading branch information
Showing
5 changed files
with
50 additions
and
14 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Type=Application | ||
|
||
Name=FastTrack | ||
Comment=Fast tracking of multiple objects | ||
Categories=Science;ImageProcessing; | ||
|
||
Icon=fasttrack | ||
Exec=FastTrack | ||
Icon=icon | ||
Categories=Science;Qt; | ||
X-AppImage-Version= | ||
Terminal=false |
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,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>sh.fasttrack.fasttrack</id> | ||
|
||
<name>FastTrack</name> | ||
<summary>Fast tracking of multiple objects</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<recommends> | ||
<control>pointing</control> | ||
<control>keyboard</control> | ||
<control>touch</control> | ||
</recommends> | ||
|
||
<description> | ||
<p> | ||
FastTrack is a free (as freedom) desktop tracking software, easy to install, easy to use, and performant. The software can be downloaded for Linux, macOS, and Windows, and a public API is available to embed the core of the software in any C++/Qt project. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">sh.fasttrack.fasttrack.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/FastTrackOrg/FastTrack/master/docs/user/assets/readme.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Type=Application | ||
|
||
Name=fasttrack-cli | ||
Comment=Fast tracking of multiple objects | ||
Categories=Science;ImageProcessing; | ||
|
||
Icon=fasttrack | ||
Exec=fasttrack-cli | ||
Icon=icon | ||
Categories=Science;Qt; | ||
X-AppImage-Version= | ||
Terminal=true |