Gittyup/rsrc/linux/com.github.Murmele.Gittyup.appdata.xml.in
Martin Marmsoler c748d12d92 remove id because otherwise a cyclic dependency is created
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
Error message during flatpak build on flathub:
```{
    "errors": [
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-summary-too-long"
    ],
    "appstream": [
        "W: com.github.Murmele.Gittyup:49: circular-component-relation"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}
```
2024-05-08 20:41:09 +02:00

87 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.Murmele.Gittyup</id>
<metadata_license>FSFAP</metadata_license>
<project_license>MIT</project_license>
<name>Gittyup</name>
<summary>Graphical Git client designed to help you understand and manage your source code history</summary>
<developer_name>Gittyup Community</developer_name>
<description>
<p>Graphical Git client designed to help you understand and manage your source code history</p>
<p>Features:</p>
<ul>
<li>Fast native interface designed to help you understand and manage your source code history</li>
<li>Staging of single lines</li>
<li>Double tree view: Seeing staged and unstaged changes in different trees.</li>
<li>Maximize History or Diff view by pressing Ctrl+M</li>
<li>Ignore Pattern: Ability to ignore all files defined by a pattern instead of only one file</li>
<li>Tag Viewer: When creating a new tag all available tags are visible. Makes it easier to create consistent tags.</li>
<li>Commit Message template: Making it easier to write template based commit messages.</li>
</ul>
</description>
<launchable type="desktop-id">com.github.Murmele.Gittyup.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>The main view</caption>
<image>https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/main_dark_orig.png</image>
</screenshot>
<screenshot>
<caption>Staging single lines</caption>
<image>https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/double_treeview_single_line_staging.png</image>
</screenshot>
<screenshot>
<caption>Tree View</caption>
<image>https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/treeview.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://murmele.github.io/Gittyup</url>
<url type="bugtracker">https://github.com/Murmele/Gittyup/issues</url>
<url type="help">https://matrix.to/#/#Gittyup:matrix.org</url>
<url type="donation">https://liberapay.com/Gittyup/donate</url>
<provides>
<binary>gittyup</binary>
</provides>
<releases>
@RELEASES@
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>