Search Criteria
Package Details: ente-auth-git 4.4.17.r33.gb48fdc5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ente-auth-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ente-auth-git |
| Description: | Ente two-factor authenticator. |
| Upstream URL: | https://github.com/ente-io/ente/tree/main/auth |
| Licenses: | AGPL-3.0-only |
| Conflicts: | ente-auth |
| Provides: | ente-auth |
| Submitter: | alessandroberna |
| Maintainer: | phoepsilonix |
| Last Packager: | phoepsilonix |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-03-31 00:56 (UTC) |
| Last Updated: | 2026-02-09 09:14 (UTC) |
Dependencies (18)
- at-spi2-core (at-spi2-core-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libayatana-appindicator
- libepoxy (libepoxy-gitAUR)
- libsecret
- pango (pango-gitAUR, pango-nothai-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- jdk17-openjdk (openjdk-zulu17-ca-fx-binAUR, openjdk-liberica17-full-binAUR, jdk17-temurinAUR, zing-17-binAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
Required by (1)
- enteauth-rs-git (requires ente-auth)
Latest Comments
phoepsilonix commented on 2026-02-08 15:44 (UTC) (edited on 2026-02-09 08:09 (UTC) by phoepsilonix)
I confirmed that it can be built using devtools-git (
pkgctl build .).I selected the same FLUTTER_VERSION and JDK version as the official repository's workflow.
https://github.com/ente-io/ente/blob/main/.github/workflows/auth-release.yml
https://github.com/ente-io/ente/blob/main/mobile/apps/auth/.fvmrc
phoepsilonix commented on 2026-02-08 15:22 (UTC)
Currently reviewing makedepends
phoepsilonix commented on 2026-02-08 08:59 (UTC)
I reviewed the build procedure by referencing the official repository's workflow.
I also fixed Flutter-related build errors and corrected icon display issues.
yochananmarqos commented on 2024-06-08 18:36 (UTC)
@alessandroberna: Please fix your pkgver() function according to VCS package guidelines. You already are removing the 'v' prefix, however you submitted it without actually generating the pkgver with
makepkgfirst. You also need to remove the 'auth' bit:By the way, I just added
ente-authusingfvm.