aboutsummaryrefslogtreecommitdiffstats
path: root/claude-desktop-bin
AgeCommit message (Collapse)AuthorFilesLines
28 hoursclaude-desktop-bin: create OVMF symlinks after find -L passDanilo M.1-10/+13
The dangling OVMF compat symlinks (targets live in the edk2-ovmf package, not this one) tripped the "find -L" perm-normalize block, whose symlink deref hit them with chmod and aborted the build under set -e. Move symlink creation after that block, just before makepkg. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
28 hoursclaude-desktop-bin: bridge OVMF paths for CoworkDanilo M.3-6/+40
Cowork launches a QEMU VM and probes for OVMF UEFI firmware at the Debian paths /usr/share/OVMF/OVMF_CODE{,_4M}.fd, which do not exist on Slackware. Ship compatibility symlinks pointing at edk2-ovmf-x64, add edk2-ovmf to REQUIRES, and document the Cowork deps and kvm group in the README. Bump BUILD to 2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysclaude-desktop-bin: chmod all bundled ELFs, not just top-level libsDanilo M.1-6/+9
The deb buries a 0644 native module (node-pty pty.node) under resources/app.asar.unpacked/ with a .node suffix; the previous *.so* maxdepth-1 chmod missed it and sbopkglint 20-arch failed. Sweep every ELF in $PKG by content instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysclaude-desktop-bin: add version 1.18286.2Danilo M.6-0/+187
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>