Search Criteria
Package Details: sourcegit 2025.03-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sourcegit.git (read-only, click to copy) |
---|---|
Package Base: | sourcegit |
Description: | GUI client for GIT users |
Upstream URL: | https://github.com/sourcegit-scm/sourcegit |
Keywords: | git git-gui |
Licenses: | MIT |
Submitter: | yataro |
Maintainer: | yataro |
Last Packager: | yataro |
Votes: | 6 |
Popularity: | 0.39 |
First Submitted: | 2024-04-11 17:49 (UTC) |
Last Updated: | 2025-01-20 07:35 (UTC) |
Dependencies (6)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR)
- git (git-gitAUR, git-glAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR) (make)
- git-credential-managerAUR (git-credential-manager-binAUR, git-credential-managerAUR) (optional) – third-party authentication support
Latest Comments
yataro commented on 2025-01-25 16:20 (UTC)
@earlybird Thanks, will make it use dotnet 9 on the next update
earlybird commented on 2025-01-25 16:00 (UTC)
https://pastebin.com/AhPEHQRT
going to version 9 of dotnet
yataro commented on 2025-01-10 06:09 (UTC)
@fengc for Avalonia apps, you can set
AVALONIA_IM_MODULE
globally, which I think is fine because this setting is exclusive to Avaloniafengch commented on 2025-01-10 03:53 (UTC) (edited on 2025-01-10 03:58 (UTC) by fengch)
Wayland does not recommend global configuration of QT_IM_MODULE
Reference configuration https://wiki.archlinuxcn.org/wiki/Fcitx5 It is recommended to install fcitx5-input-support[aur]
yataro commented on 2024-11-04 03:55 (UTC)
I've decided to make
git-credential-manager
an optional dependency this update because it's only needed when using user:password authentication on third-party resources (like GitHub), but if you're using an ssh key, this is completely avoided.yataro commented on 2024-07-23 14:05 (UTC)
The problem is (likely) caused by stale dotnet in the Arch Linux repository, so for now I've added a patch to fix it.
yataro commented on 2024-07-23 13:45 (UTC)
At the moment, the latest SourceGit releases don't compile with dotnet 8.0.106, which is the latest available from the Arch Linux repository. I'll update it when the problem is fixed
yataro commented on 2024-05-08 15:43 (UTC)
Here it is: sourcegit-bin
yataro commented on 2024-05-08 14:49 (UTC)
@chust Sure, will do it today
chust commented on 2024-05-08 08:47 (UTC)
Could you provide a binary package?