Search Criteria
Package Details: yubico-authenticator 7.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/yubico-authenticator.git (read-only, click to copy) |
---|---|
Package Base: | yubico-authenticator |
Description: | Yubico Authenticator for Desktop |
Upstream URL: | https://github.com/Yubico/yubioath-flutter |
Licenses: | Apache-2.0 |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 8 |
Popularity: | 1.72 |
First Submitted: | 2024-02-20 16:39 (UTC) |
Last Updated: | 2025-05-20 01:01 (UTC) |
Dependencies (20)
- ccid (ccid-gitAUR, ccid-morphoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libayatana-appindicator
- libnotify (libnotify-gitAUR)
- pcsclite (pcsclite-gitAUR)
- python-mss
- python-pillow (python-pillow-simd-gitAUR)
- python-zxing-cppAUR (python-zxing-cpp-binAUR)
- yubikey-manager
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- chrpath (chrpath-gitAUR) (make)
- clang (llvm-gitAUR, clang17-binAUR, clang-minimal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fvmAUR (fvm-gitAUR, fvm-binAUR, fvm-sourcebuildAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2025-05-20 01:03 (UTC)
@WithTheBraid: Thanks for the heads up. Why a Flutter application that already uses Gtk is using Zenity is beyond me...
WithTheBraid commented on 2025-05-19 08:31 (UTC)
The package is missing
zenity
as runtime dependency:yochananmarqos commented on 2024-10-16 19:59 (UTC)
@ptr1337: This requires
fvm
to build which already depends onunzip
. ;)ptr1337 commented on 2024-10-16 16:56 (UTC)
unzip is missing as dependecy. Does not build in a chroot.
yochananmarqos commented on 2024-05-10 19:59 (UTC)
@WithTheBraid: Proposal: Read the
flutter
AUR package comments. ;)WithTheBraid commented on 2024-05-10 19:59 (UTC)
Proposal : Use the system Flutter installation ?
yochananmarqos commented on 2024-02-22 23:43 (UTC)
@NickGeek: I did a little research and found others that have fixed their PATH by doing the same thing you proposed. I've added it.
NickGeek commented on 2024-02-22 23:31 (UTC)
@yochananmarqos: It worked on my machine with the patch I wrote. The colon is needed to distinguish each dir in the PATH.
PATH is first-in-first-served. So if you want the package's flutter install to be selected over any system installs, it needs to be first.
yochananmarqos commented on 2024-02-22 23:17 (UTC) (edited on 2024-02-22 23:22 (UTC) by yochananmarqos)
@NickGeek: Are you sure about that variable? The official docs state:
EDIT: Maybe it was the colon? I've removed it.
NickGeek commented on 2024-02-22 23:07 (UTC)
@yochananmarqos:
Yeah, that makes sense.
Ah, it looks like I had a different version of flutter in my path that the buildscript was invoking instead. The PATH override wasn't working.
Here is a patch:
1 2 Next › Last »