Search Criteria
Package Details: sourcegit-bin 2025.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sourcegit-bin.git (read-only, click to copy) |
---|---|
Package Base: | sourcegit-bin |
Description: | GUI client for GIT users |
Upstream URL: | https://github.com/sourcegit-scm/sourcegit |
Keywords: | git git-gui |
Licenses: | MIT |
Conflicts: | sourcegit |
Provides: | sourcegit |
Submitter: | yataro |
Maintainer: | yataro |
Last Packager: | yataro |
Votes: | 6 |
Popularity: | 1.83 |
First Submitted: | 2024-05-08 15:41 (UTC) |
Last Updated: | 2025-03-31 04:35 (UTC) |
Dependencies (4)
- 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)
- git-credential-managerAUR (git-credential-manager-binAUR, git-credential-managerAUR) (optional) – third-party authentication support
Latest Comments
« First ‹ Previous 1 2
yataro commented on 2024-07-27 06:38 (UTC)
I've refactored the pkgbuild to use the .deb package, thanks @SoftExpert!
In your original patch, you extract the already extracted .deb (which is extracted by makepkg) and later extract the already extracted data.tar.xz, just to let you know why it doesn't look exactly as you suggested.
yataro commented on 2024-07-27 05:47 (UTC)
Yes, I know how to handle this properly, I just don't like it. Your argument about size is enough for me, will do that in the meantime.
SoftExpert commented on 2024-07-27 04:52 (UTC) (edited on 2024-07-27 04:53 (UTC) by SoftExpert)
For me there are 2 arguments:
the size (AppImage is 21819712 bytes, while the DEB is 16049836 bytes)
my own personal preference towards the binaries clearly stored in a folder instead of the overhead of the AppImage :)
As for the management of the revision, it can be easily handled with a variable like this
_binrev
:edit: fixed a typo
yataro commented on 2024-07-27 03:37 (UTC)
@SoftExpert
When using DEB packages, the package revision must be taken into account. Although it will probably always be
1
for SourceGit, I chose AppImage to save myself the trouble.If you can tell me why AppImage is worse than deb, I will refactor the package accordingly.
SoftExpert commented on 2024-07-26 20:38 (UTC)
With this PKGBUILD I can install from the DEB package ...
sourcegit.desktop
needs to be adjusted to this:SoftExpert commented on 2024-07-26 17:45 (UTC)
Why not use the DEB package instead of AppImage ?
yataro commented on 2024-07-08 04:00 (UTC)
SourceGit has changed their Linux binary releases to AppImage, I don't know if this is temporary or not.
At this moment PKGBUILD extracting the AppImage to get the icon, but if any problem is encountered please let me know.
chust commented on 2024-05-09 16:03 (UTC)
Thanks
« First ‹ Previous 1 2