| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
ssh_transport.rs::workspace_root() embeds env!("CARGO_MANIFEST_DIR") as
a string literal, which --remap-path-prefix can't rewrite, leaking the
absolute build path into the binary. Patch it in prepare() to a stable
/build path. Verified: rebuilt binary has 0 $srcdir references.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
Upstream renamed app/channels/oss/icon/no-padding/ to
app/channels/oss/icon/padded/. The old PKGBUILD silently
installed zero icons because of the [[ -f ]] guard.
|
|
Upstream ships Exec=zap %U, but this package only installs /usr/bin/zap-oss
(and the legacy /usr/bin/openwarp symlink) — never /usr/bin/zap, to avoid
colliding with the unrelated zap-bin AppImage-manager AUR package. Rewrite
Exec to the symlink that actually exists so the .desktop launcher works.
Also update Maintainer to mail@nvimer.org.
|
|
|