aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 daysCLAUDE.md: document the local SBo template clonesDanilo M.1-0/+30
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>
4 dayspython3-telethon: add version 1.44.0Danilo M.6-0/+164
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>
4 daysnvchecker: filter megasync-bin to _Linux tags (use_max_tag)Danilo M.1-1/+2
4 daysREADME: bump megasync-bin to 6.5.0.2Danilo M.1-1/+1
4 daysmegasync-bin: update to 6.5.0.2Danilo M.2-3/+3
4 daysgitignore: ignore local LAST_SWEEP.mdDanilo M.1-0/+1
4 daysREADME: refresh package table versions after sweepDanilo M.1-12/+12
4 daysclaude-desktop-bin: update to 1.24012.9Danilo M.2-4/+4
4 daysopencode-bin: update to 1.18.9Danilo M.2-4/+4
4 daysclaude-code-bin: update to 2.1.220Danilo M.3-5/+4
4 daysdiscord: update to 1.0.151Danilo M.2-4/+4
4 dayskitty-bin: update to 0.48.1Danilo M.2-4/+4
4 daysllama.cpp-vulkan: update to b10184Danilo M.2-4/+4
4 daysgitea-cli: update to 0.15.0Danilo M.2-4/+4
4 daysgamescope: update to 3.16.25Danilo M.2-5/+6
4 dayspython3-huggingface_hub: update to 1.25.1Danilo M.2-4/+4
4 dayspython3-fsspec: update to 2026.7.0Danilo M.2-4/+4
4 dayspython3-platformdirs: update to 4.11.0Danilo M.2-4/+4
4 dayspython3-annotated-doc: update to 0.0.5Danilo M.2-4/+4
2026-07-17kvantum-qt5: add version 1.1.8Danilo M.5-0/+144
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>
2026-07-17README: refresh package table versions, add hyprsunset-qtDanilo M.1-11/+12
2026-07-17hyprsunset-qt: add version 0.1.1Danilo M.6-0/+139
2026-07-16gitignore: ignore local TODO-AND-NOTES.mdDanilo M.1-0/+1
2026-07-16nvchecker.toml: add prefix to gitleaks stanza to strip v tagDanilo M.1-0/+1
2026-07-16python3-typer: update to 0.27.0Danilo M.2-4/+4
2026-07-16nvchecker: update to 2.21Danilo M.2-4/+4
2026-07-16llama.cpp-vulkan: update to b10041Danilo M.2-4/+4
2026-07-16claude-desktop-bin: update to 1.21459.3Danilo M.2-4/+4
2026-07-16claude-code-bin: update to 2.1.211Danilo M.2-4/+4
2026-07-16opencode-bin: update to 1.18.2Danilo M.2-4/+4
2026-07-16discord: update to 1.0.148Danilo M.2-4/+4
2026-07-16python3-huggingface_hub: update to 1.23.0Danilo M.2-4/+4
2026-07-16firefly-cli: update to 0.5.0Danilo M.2-4/+4
2026-07-16claude-desktop-bin: update to 1.20186.9Danilo M.2-4/+4
2026-07-16claude-code-bin: update to 2.1.209Danilo M.2-4/+4
2026-07-16llama.cpp-vulkan: update to b10002Danilo M.2-4/+4
2026-07-16mutagen: update to 1.48.1Danilo M.2-4/+4
2026-07-16opencode-bin: update to 1.17.20Danilo M.2-4/+4
2026-07-16playwright-cli: update to 0.1.17Danilo M.2-4/+4
2026-07-16discord: update to 1.0.147Danilo M.2-4/+4
2026-07-14click: drop python3-flit_core from REQUIRES (transitive via python3-installer)Danilo M.1-1/+1
SBo convention does not list sub-deps; flit_core is pulled in by python3-installer. Per maintainer fourtysixandtwo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11click: add python3-flit_core to REQUIRESDanilo M.1-1/+1
8.4.2 builds via python3 -m flit_core.wheel, which needs flit_core present. On 15.0 stable flit_core is an SBo package (python3-flit_core); on -current it is in the distro. REQUIRES only listed python3-installer, so sbo-batch-test lacked the flit backend. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11python3-platformdirs: fix hatch_vcs REQUIRES nameDanilo M.1-1/+1
SBo package is python3-hatch_vcs (underscore), not -hatch-vcs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11python3-platformdirs: fix REQUIRES for hatchling build backendDanilo M.2-9/+4
The 4.10.0 build failed on 15.0 stable with BackendUnavailable: Cannot import 'hatchling.build'. The --no-isolation build needs the backend importable, but REQUIRES did not list it. Add python3-hatchling and python3-hatch-vcs. Drop the manual version.py sed fixup: hatch-vcs writes src/platformdirs/version.py during the build via SETUPTOOLS_SCM_PRETEND_VERSION, so it is redundant. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10click: fix doc install for 8.4.2 (rst docs moved to md)Danilo M.1-1/+1
Upstream 8.4.2 dropped CHANGES.rst and converted docs/*.rst to markdown. The old cp list failed on the missing paths and was masked with || true, which silently shipped incomplete docs. Copy the files 8.4.2 actually has (LICENSE.txt, README.md, docs/*.md) and drop the || true mask.
2026-07-10python3-platformdirs: fix REQUIRES, drop dead ARCH block, restore SBo maintainerDanilo M.2-20/+3
- REQUIRES: add python3-build python3-installer (needed on -stable where they are not in the distro; build failed with "No module named build") - drop the unused SLKCFLAGS/LIBDIRSUFFIX ARCH block (noarch pure-python build; sbolint flagged both vars as set-but-never-used). ARCH detection and the x86_64 package naming are unchanged. - MAINTAINER/EMAIL back to Jeremy Hansen (SBo maintainer) ahead of an upstream update proposal
2026-07-10Move r8125 and UrbanTerror to sbo-slackbuilds repoDanilo M.24-3471/+0
These are danix SBo-official packages (UrbanTerror maintainership transfers on the pending SBo merge); they now live in the separate sbo-slackbuilds repository. Drop their package dirs, nvchecker stanzas, and README rows here.
2026-07-10nvchecker: migrate 4 stanzas to use_latest_releaseDanilo M.1-4/+4
qarma, hstr, python3-packaging, click cut GitHub Releases; switch off the rate-limited use_max_tag path. gamescope, nvchecker, python3-fsspec, firefly-cli have no releases/latest (404) so stay on use_max_tag; gitea-cli is a gitea source, not github.
2026-07-10openvino: drop packageDanilo M.8-256/+0
2026-07-10claude-desktop-bin: add OVMF_VARS_4M.fd symlink for CoworkDanilo M.1-2/+3
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>