Sorry for the very late reply, the libs are in the -extras package. Are they required now for the basic functionality?
Search Criteria
Package Details: git-credential-manager-extras 2.6.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-credential-manager.git (read-only, click to copy) |
---|---|
Package Base: | git-credential-manager |
Description: | Additional login UIs to Github and Bitbucket for Git Credential Manager Core |
Upstream URL: | https://github.com/git-ecosystem/git-credential-manager |
Licenses: | MIT |
Submitter: | ItachiSan |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 6 |
Popularity: | 0.077514 |
First Submitted: | 2024-01-11 16:17 (UTC) |
Last Updated: | 2025-01-30 21:01 (UTC) |
Dependencies (11)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- git-credential-managerAUR (git-credential-manager-binAUR, git-credential-managerAUR)
- krb5 (krb5-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR) (make)
- dpkg (dpkg-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- krb5 (krb5-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR) (check)
- git (git-gitAUR, git-glAUR) (check)
Required by (1)
- git-credential-manager (optional)
Sources (2)
ItachiSan commented on 2025-03-28 10:17 (UTC)
ItachiSan commented on 2025-03-28 09:45 (UTC)
Hi everyone,
As people have noticed, this package has been left alone and I maintained its clone git-credential-manager
since it follows the correct upstream name.
I will submit a merge request, so please migrate to the new package :)
oliveiraop commented on 2024-10-27 13:01 (UTC)
The installation is not coming with the .so libs (harfbuzz and skiasharp) to use with the secretservice, i think that is some problema with the pkgbuild. I've installed with yay btw. Copying these two files from the official gcm tarball to the /usr/lib/share folder resolves the problem.
jongeduard commented on 2024-06-23 12:32 (UTC) (edited on 2024-06-23 12:35 (UTC) by jongeduard)
Git Credential Manager should just stick to LTS .NET versions.
They should have never updated to .NET 7 anyway, because of the short support lifecycle. Everyone is now far too late with updating things properly.
The version on NuGet (which you install as a .NET tool) for .NET 8 is still waiting to be released. I was using that one on my system.
.NET 8 has been released 7 months ago now. If there's such a problem with updating, just take more time. .NET 6 still has support because it's an LTS, so then the whole problem wouldn't have existed. But that's too late now.
yataro commented on 2024-05-09 18:14 (UTC)
It is also a good idea to pin the package to a particular version of the SDK, like extra/marksman from official repo does.
chust commented on 2024-05-09 16:13 (UTC)
GCM 2.5.0 has updated to .NET 8.0, please update the PKGBUILD as well.
yataro commented on 2024-04-11 17:27 (UTC)
Just curious, why install to /usr/lib/share/$pkgname
? I've never seen the /usr/lib/share
directory used anywhere. I believe it should be /usr/lib/$pkgname
or /opt/$pkgname
.
ItachiSan commented on 2024-04-04 15:01 (UTC)
Yep, my mistake. I hope everyone get the corrected PKGBUILD soon. Also hope I won't need an echo number.
galaux commented on 2024-04-04 11:18 (UTC)
Yes, judging from the GitHub release page, I'd says this should most probably have been 2.4.1-2
.
pschyma commented on 2024-04-03 19:33 (UTC)
Is 2.4.2 the correct upstream version or just a typo? Looking at your commit, I'd expect to stay at 2.4.1 and have a pkgrel of 2, but not 2.4.2-2.
Pinned Comments
ItachiSan commented on 2025-03-28 09:45 (UTC)
Hi everyone, As people have noticed, this package has been left alone and I maintained its clone
git-credential-manager
since it follows the correct upstream name. I will submit a merge request, so please migrate to the new package :)