aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2026-07-30python3-telethon: add version 1.44.0Danilo M.1-0/+1
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>
2026-07-30README: bump megasync-bin to 6.5.0.2Danilo M.1-1/+1
2026-07-30README: refresh package table versions after sweepDanilo M.1-12/+12
2026-07-17kvantum-qt5: add version 1.1.8Danilo M.1-0/+6
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-10Move r8125 and UrbanTerror to sbo-slackbuilds repoDanilo M.1-2/+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-09README: mark claude-desktop-bin tested on -current and 15.0Danilo M.1-1/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09claude-desktop-bin: add version 1.18286.2Danilo M.1-0/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06README: mark megasync-bin tested on -current and 15.0Danilo M.1-1/+1
2026-07-06megasync-bin: add version 6.4.0.2Danilo M.1-0/+1
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-06README: mark gitea-cli tested on 15.0Danilo M.1-1/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06README: add gitea-cli to version tableDanilo M.1-0/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04README: bump versions for updated packagesDanilo M.1-14/+14
2026-07-04README: add r8125, firefly-cli and UrbanTerror to package listDanilo M.1-0/+3
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03README: mark gamescope and python3-platformdirs available on SBoDanilo M.1-2/+2
2026-07-03README: uniform SBo column and add development approach noteDanilo M.1-4/+12
2026-06-20README: mark playwright-cli tested on -currentDanilo M.1-1/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20playwright-cli: add version 0.1.14Danilo M.1-0/+1
CLI for common Playwright actions. Node.js tool installed from the npm registry tarball; pure JavaScript with no native bits, so noarch. Browser binaries are not packaged (downloaded at runtime via "playwright-cli install"). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10btop: remove (no xe driver support for Arc Battlemage)Danilo M.1-1/+0
btop 1.4.6 GPU collector only reads i915 sysfs interface. Arc B580 (Battlemage) requires the xe driver, which exposes a different sysfs layout, so the card is never detected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10Added btopDanilo M.1-0/+1
2026-06-05Added click 8.4.1 (sbo is stuck at 8.1.8)Danilo M.1-0/+1
2026-06-05python3-huggingface_hub: add version 1.18.0Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-typer: add version 0.25.1Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-annotated-doc: add version 0.0.4Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-packaging: add version 26.2Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-fsspec: add version 2026.4.0Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 modified: .extras/nvchecker.tomlDanilo M.1-0/+3
modified: README.md modified: nvchecker/nvchecker.info new file: python3-awesomeversion/README new file: python3-awesomeversion/python3-awesomeversion.SlackBuild new file: python3-awesomeversion/python3-awesomeversion.info new file: python3-awesomeversion/slack-desc new file: python3-platformdirs/README new file: python3-platformdirs/python3-platformdirs.SlackBuild new file: python3-platformdirs/python3-platformdirs.info new file: python3-platformdirs/slack-desc new file: python3-structlog/README new file: python3-structlog/python3-structlog.SlackBuild new file: python3-structlog/python3-structlog.info new file: python3-structlog/slack-desc
2026-05-14Added: nvcheckerDanilo M.1-0/+1
2026-05-13docs: document source archive check in pre-commit hookDanilo M.1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13Chore: fixed .info for claude-code-bin and version bumpDanilo M.1-1/+1
2026-05-13gamescope: add version 3.16.23Danilo M.1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13Revert "Removed: discord"Danilo M.1-0/+1
This reverts commit ea9f6ad389992564fc4920809e0ffa3c4f4c9c70.
2026-05-13Removed: discordDanilo M.1-1/+0
2026-05-12Chore: updated readme for a typoDanilo M.1-1/+1
2026-05-12Added: solvespaceDanilo M.1-0/+1
2026-05-11Chore: added project imageDanilo M.1-0/+2
2026-05-11Removed Signal as it is now updated on SBoDanilo M.1-1/+0
2026-05-08Added: Signal DesktopDanilo M.1-0/+1
2026-05-07Added: discordDanilo M.1-0/+1
2026-05-07Updated: hstrDanilo M.1-1/+1
2026-05-07Added: mutagen. Fix man discoveryDanilo M.1-0/+1
2026-05-05Chore: updated metadata for gitleaks.Danilo M.1-1/+2
2026-05-04Removed r8125 package as it is now part of SlackBuilds.orgDanilo M.1-1/+0
2026-05-03Added: Kvantum-qt6 build scriptDanilo M.1-0/+1
2026-04-30Update: claude-code-bin 2.1.123Danilo M.1-0/+1
2026-04-30Update: llama.cpp-vulkan b8989Danilo M.1-1/+1
2026-04-30Update: opencode-bin 1.14.30Danilo M.1-1/+1
2026-04-30r8125 package tested on stable. README updatedDanilo M.1-1/+1
2026-04-30Added r8125 kernel driver packageDanilo M.1-0/+1
2026-04-08README: update llama.cpp-vulkan version to b8705Danilo M.1-1/+1