Search Criteria
Package Details: xaskpass 2.5.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xaskpass.git (read-only, click to copy) |
---|---|
Package Base: | xaskpass |
Description: | A lightweight passphrase dialog |
Upstream URL: | https://github.com/user827/xaskpass.git |
Keywords: | askpass rust X11 |
Licenses: | Apache |
Provides: | x11-ssh-askpass |
Submitter: | user827 |
Maintainer: | user827 |
Last Packager: | user827 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-04 08:56 (UTC) |
Last Updated: | 2024-09-23 21:30 (UTC) |
Dependencies (8)
- cairo (cairo-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- pango (pango-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (16)
- code-git (requires x11-ssh-askpass) (optional)
- code-translucent (requires x11-ssh-askpass) (optional)
- cups-print-to-programme (requires x11-ssh-askpass) (optional)
- eve-ng-integration (requires x11-ssh-askpass)
- openssh-dotconfig (requires x11-ssh-askpass) (optional)
- openssh-dotconfig-bin (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)
- qsshfs (requires x11-ssh-askpass) (optional)
- qt-virt-manager (requires x11-ssh-askpass)
- qtcreator-git (requires x11-ssh-askpass) (optional)
- rstudio-desktop-daily-bin (requires x11-ssh-askpass) (optional)
- sshtunnel-git (requires x11-ssh-askpass) (optional)
Latest Comments
merdely commented on 2024-03-06 15:41 (UTC)
I was able to get through PGP verification by running: gpg --recv-keys D47AF080A89B17BA083053B68DFE60B7327D52D6
sproott commented on 2024-03-03 10:23 (UTC) (edited on 2024-03-03 10:24 (UTC) by sproott)
There seems to be an issue with PGP verification:
izaera commented on 2022-10-02 15:51 (UTC)
Never mind my previous commit. It turned out that I hadn't installed base-devel.
izaera commented on 2022-10-02 07:29 (UTC) (edited on 2022-10-02 07:30 (UTC) by izaera)
This is failing compilation with:
=====
thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-.so', 'libclang.so.', 'libclang-.so.'],
set the
LIBCLANG_PATH
environment variable to a path where one of these files can be found (invalid: [])"', /home/ivan/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/src/lib.rs:2144:31note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace warning: build failed, waiting for other jobs to finish...=====
I think it needs libclang or something like that as dev dependency. Gonna try installing it manually and see what happens. I'll report my findings.