| Age | Commit message (Collapse) | Author |
|
skip sentry cli download
|
|
upstream release
|
|
- gcc-libs deprecation (https://archlinux.org/todo/gcc-libs-deprecation/)
- Simplify cargo fetch host tuple
|
|
|
|
Improve PKGBUILD compliance with Arch packaging guidelines
Follow Rust package guidelines by adding cargo fetch --locked in prepare()
and passing --frozen to tauri build. Set RUSTUP_TOOLCHAIN=stable and
CARGO_TARGET_DIR=target.
Move yarn install to prepare() and set YARN_CACHE_FOLDER to avoid polluting
user's home directory. Modify workspace to build only authenticator instead
of all monorepo apps.
Fix HiDPI icon to use 128x128@2 directory instead of 256x256@2 per Icon
Theme Specification. Add missing 512x512 icon.
Rename desktop file to use $pkgname variable, simplify install commands,
remove unnecessary pango dependency, and enable debug symbols so makepkg
can strip them to a -debug package.
|
|
|
|
- fix nodejs dependency to satisfy >= 22.14.0 && <23.6.0
- remove mold make dependency, avoid ring failure by setting fat lto objects flag instead
- remove yarn cache folder from check, yarn never touches the cache for tests
- fix source name to be ProtonWebClients, so it can be shared if SRCDEST is set
|
|
|
|
|
|
|
|
|
|
|
|
this won't be upstreamed
|
|
|
|
|
|
|