-
Notifications
You must be signed in to change notification settings - Fork 346
Adds required metadata files for flatpak publishing #2085
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
Open
flipper
wants to merge
3
commits into
sourcegit-scm:develop
Choose a base branch
from
flipper:feature/flatpak
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+91
−0
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,9 @@ | ||
| [Desktop Entry] | ||
| Name=SourceGit | ||
| Comment=Open-source & Free Git GUI Client | ||
| Exec=sourcegit.sh | ||
| Icon=io.github.sourcegit_scm.sourcegit | ||
| Terminal=false | ||
| Type=Application | ||
| Categories=Development | ||
| MimeType=inode/directory; |
This file contains hidden or 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,78 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <component type="desktop-application"> | ||
| <id>io.github.sourcegit_scm.sourcegit</id> | ||
| <metadata_license>MIT</metadata_license> | ||
| <project_license>MIT</project_license> | ||
| <name>SourceGit</name> | ||
| <summary>Open-source and Free Git GUI Client</summary> | ||
| <description> | ||
| <p>Highlights</p> | ||
| <ul> | ||
| <li>Supports Windows/macOS/Linux</li> | ||
| <li>Opensource/Free</li> | ||
| <li>Fast</li> | ||
| <li>Deutsch/English/Español/Français/Italiano/Português/Русский/Українська/简体中文/繁體中文/日本語/தமிழ் | ||
| (Tamil)/한국어</li> | ||
| <li>Built-in light/dark themes</li> | ||
| <li>Customize theme</li> | ||
| <li>Visual commit graph</li> | ||
| <li>Supports SSH access with each remote</li> | ||
| <li>GIT commands with GUI</li> | ||
| <li>Clone/Fetch/Pull/Push...</li> | ||
| <li>Merge/Rebase/Reset/Revert/Cherry-pick...</li> | ||
| <li>Amend/Reword/Squash</li> | ||
| <li>Interactive rebase</li> | ||
| <li>Branches</li> | ||
| <li>Remotes</li> | ||
| <li>Tags</li> | ||
| <li>Stashes</li> | ||
| <li>Submodules</li> | ||
| <li>Worktrees</li> | ||
| <li>Archive</li> | ||
| <li>Diff</li> | ||
| <li>Save as patch/apply</li> | ||
| <li>File histories</li> | ||
| <li>Blame</li> | ||
| <li>Revision Diffs</li> | ||
| <li>Branch Diff</li> | ||
| <li>Image Diff - Side-By-Side/Swipe/Blend</li> | ||
| <li>Git command logs</li> | ||
| <li>Search commits</li> | ||
| <li>GitFlow</li> | ||
| <li>Git LFS</li> | ||
| <li>Bisect</li> | ||
| <li>Issue Link</li> | ||
| <li>Workspace</li> | ||
| <li>Custom Action</li> | ||
| <li>Using AI to generate commit message using commitollama</li> | ||
| </ul> | ||
| </description> | ||
| <url type="bugtracker">https://github.com/sourcegit-scm/sourcegit/issues</url> | ||
| <url type="help">https://github.com/sourcegit-scm/sourcegit/issues</url> | ||
| <url type="homepage">https://sourcegit-scm.github.io</url> | ||
| <url type="vcs-browser">https://github.com/sourcegit-scm/sourcegit</url> | ||
| <launchable type="desktop-id">io.github.sourcegit_scm.sourcegit.desktop</launchable> | ||
| <developer id="io.github"> | ||
| <name>sourcegit-scm</name> | ||
| </developer> | ||
| <branding> | ||
| <color type="primary" scheme_preference="light">#f15336</color> | ||
| <color type="primary" scheme_preference="dark">#f15336</color> | ||
| </branding> | ||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <image>https://sourcegit-scm.github.io/images/theme_dark.png</image> | ||
| <caption>Dark Theme</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://sourcegit-scm.github.io/images/theme_light.png</image> | ||
| <caption>Light Theme</caption> | ||
| </screenshot> | ||
| </screenshots> | ||
| <content_rating type="oars-1.1" /> | ||
| <releases> | ||
| <release version="2026.02" date="2026-01-26"> | ||
| <url type="details">https://github.com/sourcegit-scm/sourcegit/releases/tag/v2026.02</url> | ||
| </release> | ||
| </releases> | ||
| </component> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that this attribute needs to be changed manually for each version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The flathub team expects that but I was thinking of making it autofill this during a GitHub workflow on the flatpak repo.
How does this project do releases? I don't want this addition to make it more difficult.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sourcegit/.github/workflows/ci.yml
Lines 13 to 23 in 080c446
current version string will be load from
VERSIONfile and set into environment.sourcegit/.github/workflows/release.yml
Lines 2 to 5 in 080c446
release ci will be triggered when HEAD has a tag.