summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-08upgpkg: zap-oss-git 2026.06.04.1.r1.g2fbfaffb-1jinzhongjia
2026-06-06upstream updatejinzhongjia
2026-06-02upgpkg: zap-oss-git 2026.05.29.1.r4.gacc847af-1jinzhongjia
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29fix: strip $srcdir reference baked via env!(CARGO_MANIFEST_DIR)jinzhongjia
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>
2026-05-29upstream update: refresh git pkgver -> 2026.05.29.1.r0.g8dade445jinzhongjia
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-27Fix icon install path: no-padding -> padded; bump pkgreljinzhongjia
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.
2026-05-25Fix broken Exec in desktop file; bump pkgreljinzhongjia
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.
2026-05-24Initial import; replaces openwarp-git (upstream renamed OpenWarp -> Zap)jinzhongjia