| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
electron-builder already generates the complete 16x16..512x512 icon set
in the extracted AppImage. Install all of them so desktop environments
pick a properly-sized themed icon instead of falling back to the pixmap.
Drop the non-standard 1024x1024 entry; pixmap fallback now uses the
generated 512px icon for visual consistency with the app.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
The pnpm fix kept pkgver identical, so AUR helpers keyed on the version
string treated the cached bun PKGBUILD as up to date and skipped
re-downloading. Bump pkgrel so the version changes and clients refetch.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
Upstream adopted vite-plus, aliasing `vite` to
`npm:@voidzero-dev/vite-plus-core` via a pnpm override in
pnpm-lock.yaml. Bun has no native lockfile here, so it migrates the
pnpm lockfile on the fly and misreads that npm:-alias override as a git
dependency, failing with `"git clone" for "vite" failed`.
Use upstream's declared package manager (pnpm) instead, which reads the
lockfile and overrides correctly. makedepends bun -> pnpm.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|