Search Criteria
Package Details: gp-saml-gui-git r57.17b2ca6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gp-saml-gui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gp-saml-gui-git |
| Description: | Interactively authenticate to GlobalProtect VPNs that require SAML |
| Upstream URL: | https://github.com/dlenski/gp-saml-gui |
| Keywords: | openconnect |
| Licenses: | GPL3 |
| Conflicts: | gp-saml-gui |
| Provides: | gp-saml-gui |
| Submitter: | JamieMagee |
| Maintainer: | JamieMagee |
| Last Packager: | JamieMagee |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-04-28 11:55 (UTC) |
| Last Updated: | 2021-07-20 16:46 (UTC) |
Dependencies (5)
- python
- python-gobject
- python-requests
- webkit2gtk (webkit2gtk-imgpasteAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
jal666 commented on 2021-04-08 13:23 (UTC) (edited on 2021-04-08 13:23 (UTC) by jal666)
$ gp-saml-gui
python: can't open file '/usr/lib/gp-saml-gui/gp-saml-gui.py': [Errno 2] No such file or directory
$ ls /usr/lib/gp-saml-gui
gp-saml-gui.8 gp_saml_gui.py LICENSE README.md requirements.txt setup.py test-globalprotect-login.py
[note the hyphen / underscore difference]
terminalmage commented on 2020-05-10 17:55 (UTC)
Also, the depends is not correct, I had to use this to get it to work:
depends=('python' 'python-requests' 'webkit2gtk' 'python-gobject')
terminalmage commented on 2020-05-10 17:34 (UTC)
This needs the following:
makedepends=(git)
Without it, this won't build in a minimal chroot which does not already have git installed.