aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/docs
AgeCommit message (Collapse)AuthorFilesLines
12 daysdocs: revise Plymouth notes for SimpleDRM and the 26.x packageDanilo M.1-7/+80
The research doc concluded that getting xe into the initrd was the gate for the whole splash effort. That holds for SBo 22.02.122, which has no SimpleDRM support at all, but upstream added it in 24.004.60 and uses it by default on UEFI to draw on the EFI framebuffer. On this machine that removes the prerequisite entirely, along with the firmware bloat and the per-kernel-update maintenance it implied. Also record that stage 1 is done and verified after reboot: the printk wall is gone, the rc script wall is not, which no kernel flag can fix. Add a section answering whether the boot text stays reachable behind a splash (Esc toggles it, and plymouth does its own console redirection). Replace the unreadable LQ thread with the Arch wiki as the reference, and note the repo README that plymouth is -current only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
13 daysdocs: research notes on Plymouth graphical bootDanilo M.1-0/+340
Covers how mainstream distros implement boot splash (Plymouth from initramfs, not kernel patches), the two SBo packages available, and a two-stage plan for this machine. Key finding: xe.ko is absent from the current initrd, so there is no DRM device during the initrd phase and no surface for Plymouth to draw on. That is the prerequisite for everything else. Nothing installed or changed; research only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-09docs: fix SlackBuild mode step in claude-desktop-bin plan (0644 not +x)Danilo M.1-2/+5
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09docs: add claude-desktop-bin SlackBuild implementation planDanilo M.1-0/+619
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09docs: mandate cat over cp for package files in claude-desktop-bin specDanilo M.1-4/+15
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09docs: ship per-package nvchecker stanza in claude-desktop-bin specDanilo M.1-3/+19
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09docs: rename claude-desktop spec to claude-desktop-binDanilo M.1-10/+14
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09docs: add claude-desktop SlackBuild design specDanilo M.1-0/+181
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06megasync-bin: add version 6.4.0.2Danilo M.1-5/+5
Binary repack of MEGA's official Debian 13 package, bundling the main app plus the dolphin (KDE) and thunar (Xfce) file-manager integration plugins in one package. Links system Qt5, bundles ffmpeg; REQUIRES="". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06docs: add megasync-bin SlackBuild design specDanilo M.1-0/+148
2026-07-06gitea-cli: require google-go-lang to buildDanilo M.1-2/+4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06gitea-cli: rename from tea to avoid SBo conflictDanilo M.1-3/+10
SBo already has an unrelated "tea" package (a text editor). Rename the package to gitea-cli; the installed binary stays /usr/bin/tea. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06tea: add version 0.14.2Danilo M.1-0/+104
Gitea command line client, built from source with go build. Network build (upstream tarball is not vendored), personal repo only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-04-03repo: flatten layout — move packages to root, extras to .extras/Danilo M.6-0/+866
- Move all packages from SlackBuilds/ to repo root - Move hooks/, docs/, nvchecker.toml to .extras/ - Update CLAUDE.md and README.md to reflect new structure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>