| Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
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>
|
|
SBo ships 22.02.122, four years behind upstream and predating SimpleDRM
support. Written from the meson template rather than bumped, since upstream
switched from autotools to meson.
systemd-integration now defaults to true in meson and has to be disabled
explicitly, and release-file defaults to /etc/system-release. All build deps
are satisfied by stock -current, so REQUIRES is empty.
-current only: PANGO_ATTR_FONT_SCALE needs pango >= 1.50 and 15.0 ships
1.48.11, so label-pango fails to compile there.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The SlackBuild calls python3 -m build and python3 -m installer directly,
so both belong in REQUIRES even though hatchling's dep chain already
pulls them in transitively on 15.0 (via python3-editables and
python3-wheel). Declaring them keeps the .info correct if that chain
ever changes.
Rebuilt clean on -current and 15.0.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Record that ~/Templates/SlackBuilds/ holds the official SBo templates,
that update-templates.sh refreshes them, and that they are the starting
point for new SlackBuilds and SBo maintenance takeovers.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
Telegram client library for Python 3.
Built from the codeberg tag archive rather than the PyPI sdist: the sdist
omits telethon_generator/, which the hatch build hook imports to generate
the tl/ layer, so a source build of it always fails.
Tested on -current and 15.0. 15.0 additionally needs python3-hatchling
(-current ships it in base) and the PYTHONPATH=/opt/python$PYVER line for
SBo's -opt packaging/setuptools.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated build of the SBo kvantum-qt5 package, whose official build
lags several releases behind upstream (1.1.2 vs 1.1.8). Ships the Qt5
style plugin only; kvantummanager and themes come from kvantum-qt6,
which upstream now builds Qt6-only. Dropped the stale Qt5 patch in
favor of -DENABLE_QT5=ON, and removed the now-unused doinst.sh.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|