| Age | Commit message (Collapse) | Author |
|
skip sentry cli download
|
|
remove cargo dependency workaround
|
|
- gcc-libs deprecation (https://archlinux.org/todo/gcc-libs-deprecation/)
- Drop obsolete add-missing-dnd-kit-sortable.patch (upstream migrated to dnd-kit v2)
- Add version prefix to pkgver() using cargo metadata and jq
- Add jq to makedepends
- Workaround upstream Cargo.toml inconsistencies: pin
specta/specta-typescript to rc.22/0.0.9 (tauri-specta conflict) and
rand to 0.9.2 (breaking changes not yet reflected in code)
- 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.
|
|
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
|
|
|