aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
5 daysdocs: update version table and add opencode-bin findingmainDanilo M.2-7/+17
5 daysqtmaildir: update to 0.27.0Danilo M.2-4/+4
5 dayspython3-platformdirs: update to 4.11.4Danilo M.2-4/+4
5 daysopencode-bin: update to 1.18.23Danilo M.2-4/+4
5 daysdiscord: update to 1.0.155Danilo M.2-4/+4
5 daysclaude-desktop-bin: update to 1.34493.1Danilo M.2-4/+4
5 daysclaude-code-bin: update to 2.1.245Danilo M.2-4/+4
5 daysllama.cpp-vulkan: update to 0.2.0Danilo M.3-5/+6
9 daysopencode-bin: update to 1.18.20Danilo M.2-4/+4
9 daysllama.cpp-vulkan: update to b10549Danilo M.2-4/+4
9 daysclaude-code-bin: update to 2.1.238Danilo M.2-4/+4
9 dayspython3-telethon: remove (published on SBo)Danilo M.6-168/+0
10 daysdocs: consolidate agent docs and refresh READMEDanilo M.3-262/+197
10 dayspython3-huggingface_hub: update to 1.28.0Danilo M.2-4/+4
10 daysclaude-desktop-bin: update to 1.32885.1Danilo M.2-4/+4
10 daysllama.cpp-vulkan: update to b10516Danilo M.2-4/+4
10 daysopencode-bin: update to 1.18.19Danilo M.2-4/+4
10 daysclaude-code-bin: update to 2.1.237Danilo M.2-4/+4
10 daysqtmaildir: update to 0.26.1Danilo M.2-4/+4
10 dayspiper-tts: update to 1.7.0Danilo M.2-4/+4
10 dayspython3-onnxruntime: update to 1.29.0Danilo M.2-5/+9
2026-08-15Added qtmaildir packageDanilo M.6-0/+183
2026-08-15llama.cpp-vulkan: update to b10437Danilo M.2-4/+4
2026-08-15discord: update to 1.0.154Danilo M.2-4/+4
2026-08-15claude-desktop-bin: update to 1.30096.1Danilo M.2-4/+4
2026-08-15claude-code-bin: update to 2.1.233Danilo M.2-4/+4
2026-08-15nvchecker: update to 2.22Danilo M.2-4/+4
2026-08-15python3-platformdirs: update to 4.11.3Danilo M.2-4/+4
2026-08-14edge-tts: add version 7.2.8Danilo M.6-0/+146
2026-08-14remove plymouth; add new packages to nvchecker and READMEDanilo M.8-658/+17
2026-08-14piper-tts: add version 1.6.1Danilo M.4-0/+124
2026-08-14python3-onnxruntime: add version 1.28.0Danilo M.4-0/+115
2026-08-14python3-pathvalidate: add version 3.3.1Danilo M.4-0/+130
2026-08-13fixed opencode-bin md5sumDanilo M.1-1/+1
2026-08-13opencode-bin: update to 1.18.18Danilo M.2-4/+4
2026-08-13llama.cpp-vulkan: update to b10405Danilo M.2-4/+4
2026-08-13claude-code-bin: update to 2.1.231Danilo M.2-4/+4
2026-08-12llama.cpp-vulkan: update to b10369Danilo M.2-4/+4
2026-08-12claude-desktop-bin: update to 1.28929.0Danilo M.2-4/+4
2026-08-12claude-code-bin: update to 2.1.228Danilo M.2-4/+4
2026-08-12discord: update to 1.0.153Danilo M.2-4/+4
2026-08-12python3-platformdirs: update to 4.11.2Danilo M.2-4/+4
2026-08-11added plan to include hf_xet python3 packageDanilo M.1-0/+311
2026-08-10llama.cpp-vulkan: update to b10336Danilo M.2-4/+4
2026-08-10claude-desktop-bin: update to 1.26832.0Danilo M.2-4/+4
2026-08-10opencode-bin: update to 1.18.16Danilo M.2-4/+4
2026-08-08typora-bin: keep BUILD at 1Danilo M.1-1/+1
slackrepo tracks the build number, so it should not be bumped by hand here. Reverts the bump made alongside the directory permission fix; that fix itself is unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-08typora-bin: fix root-only install directoryDanilo M.1-1/+9
Upstream ships its top directory as 0700. The standard SBo perm-normalize block only remaps the modes it enumerates (777/775/750/711/555/511 and the 6xx/4xx file set), so 0700 passed through untouched and the whole tree installed root-only. Launching as a normal user died with "Permission denied" on the binary. Normalize every directory to 755 explicitly, before the chrome-sandbox chmod so the setuid bit is unaffected. BUILD bumped so the fixed package supersedes the broken one. Worth noting for other repacks: neither sbopkglint nor a container build catches this, both run as root, where 0700 is traversable. Verified here by extracting the package as a normal user and launching the real binary. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-08typora-bin: install to a versioned /opt directoryDanilo M.4-12/+27
Was /opt/Typora-linux-x64 (upstream's own unversioned name), now /opt/typora-bin-$VERSION, matching kitty-bin and the rest of the repo. Upgrades can no longer leave a previous release's files behind. The versioned path is now generated rather than written down twice: the wrapper ships an @APPDIR@ placeholder that the SlackBuild substitutes, and the chrome-sandbox setuid line is appended to doinst.sh at build time. Both would otherwise be stale-version traps on the next bump, the doinst.sh one silently costing the sandbox its setuid bit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-08typora-bin: add version 1.14.9Danilo M.9-0/+265
Binary repack of upstream's official Linux x86_64 tarball; Typora is closed source, so this is not a build from source. Uses the versioned tarball on downloads.typora.io rather than the version-agnostic Typora-linux-x64.tar.gz, which serves whatever build is current and would go md5-stale on every upstream release. Launch through a wrapper instead of a symlink to the binary: it enables Electron's Ozone Wayland backend when a Wayland session is detected and leaves the X11 default alone otherwise, so one package works in both. Override with TYPORA_OZONE=wayland|x11. Upstream's bundled updater is dropped; it would overwrite the tree in /opt behind pkgtool's back. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>