Search Criteria
Package Details: openssh-askpass 2.1.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/openssh-askpass.git (read-only, click to copy) |
---|---|
Package Base: | openssh-askpass |
Description: | A plasma-like passphrase dialog for ssh |
Upstream URL: | http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0 |
Keywords: | askpass |
Licenses: | GPL-2.0-or-later |
Provides: | x11-ssh-askpass |
Submitter: | arojas |
Maintainer: | txtsd |
Last Packager: | txtsd |
Votes: | 4 |
Popularity: | 0.45 |
First Submitted: | 2022-04-01 18:07 (UTC) |
Last Updated: | 2024-11-08 14:09 (UTC) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- xcb-util-keysyms
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
Required by (16)
- code-git (requires x11-ssh-askpass) (optional)
- code-translucent (requires x11-ssh-askpass) (optional)
- cups-print-to-programme (optional)
- cups-print-to-programme (requires x11-ssh-askpass) (optional)
- eve-ng-integration (requires x11-ssh-askpass)
- openssh-dnat (requires x11-ssh-askpass) (optional)
- openssh-git (requires x11-ssh-askpass) (optional)
- openssh-gssapi (requires x11-ssh-askpass) (optional)
- openssh-hpn (requires x11-ssh-askpass) (optional)
- openssh-hpn-shim (requires x11-ssh-askpass) (optional)
- openssh-selinux (requires x11-ssh-askpass) (optional)
- qtcreator-patches (requires x11-ssh-askpass) (optional)
- qtcreator-prerelease (optional)
- rstudio-desktop (optional)
- rstudio-desktop-daily-bin (requires x11-ssh-askpass) (optional)
- sshtunnel-git (requires x11-ssh-askpass) (optional)
Latest Comments
tristor commented on 2025-04-24 16:29 (UTC)
This package fails to build with CMake 4.x which is the current version in Arch.
CMake Error at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
leonardof commented on 2023-04-07 20:28 (UTC)
Thanks, @txtsd! Setting the environment variable was not working, but editing the configuration file did it
txtsd commented on 2023-03-31 14:10 (UTC)
@leonardof Try to reduce the number of parallel jobs by editing
MAKEFLAGS
in/etc/makepkg.conf
. You could either comment the line out, or reduce its value:MAKEFLAGS="-j2"
leonardof commented on 2023-03-31 12:57 (UTC)
Compiling this package seems to crash my computer as soon as cmake extrapolates my 8GiB RAM and start using swap. Any tips on how to prevent this? Any precompiled package out there?