| Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
SBo package is python3-hatch_vcs (underscore), not -hatch-vcs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
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.
|
|
- 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
|
|
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.
|
|
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.
|
|
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|