aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 daysclick: update to 8.4.2Danilo M.2-4/+4
4 daysUrbanTerror: ship nvchecker config and document it in READMEDanilo M.2-1/+12
Copy UrbanTerror.nvchecker into the package docs like the other packages do, and add an NVCHECKER section to the README pointing at it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 daysfirefly-cli: update to 0.4.1Danilo M.2-4/+4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 daysREADME: add r8125, firefly-cli and UrbanTerror to package listDanilo M.1-0/+3
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 daysUrbanTerror: take over maintenance (version 4.3.4)Danilo M.17-0/+3235
Adopt the orphaned UrbanTerror SlackBuild. Change MAINTAINER/EMAIL to danix, keep the prior maintainers in the copyright header and add mine. Uniform the license and arch blocks to the SBo template, drop the stale inline comments, introduce SRCVERSION to derive the dot-less zip name and extraction dir, and strip the prebuilt game binaries to satisfy sbopkglint. Add the nvchecker stanza (regex against the downloads page). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 daysREADME: mark gamescope and python3-platformdirs available on SBoDanilo M.1-2/+2
5 daysREADME: uniform SBo column and add development approach noteDanilo M.1-4/+12
6 daysr8125: fix build failure by disabling DASH supportDanilo M.1-0/+3
6 daysr8125: add version 9.018.00Danilo M.6-0/+215
8 daysfirefly-cli: update to 0.2.1Danilo M.3-4/+22
Bump to 0.2.1 and ship the bash completion script as /etc/bash_completion.d/firefly.new, merged on install via a standard SBo doinst.sh config() handler. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 daysREADME: mark firefly-cli tested on -currentDanilo M.1-0/+2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 daysfirefly-cli: add version 0.1.0Danilo M.5-0/+131
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 dayscargo-vendor-filterer: remove, now in -current baseDanilo M.6-334/+0
Slackware -current ships cargo-vendor-filterer in the system packages, so this SlackBuild is no longer needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 dayscargo-vendor-filterer: note it builds on -currentDanilo M.1-0/+4
Tested: builds and runs on Slackware -current with the system Rust toolchain. rust-opt stays in REQUIRES for -stable compatibility. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 dayscargo-vendor-filterer: add version 0.5.18Danilo M.6-0/+330
Import the existing SlackBuilds.org package (maintainer fourtysixandtwo) verbatim to test whether it builds on -current with the system Rust toolchain instead of rust-opt. Only change is the SlackBuild file mode (0755 -> 0644) to satisfy sbolint. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 dayshooks: add SBO_ARCHIVE override to post-commit promptDanilo M.1-8/+17
Allow non-interactive callers (agents, scripts) to answer the SBo archive prompt via SBO_ARCHIVE=yes|no instead of needing /dev/tty. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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: fix missing launcher and lib64 pathDanilo M.1-2/+16
npm did not create the bin launcher under DESTDIR staging, so the package shipped an empty /usr/bin. Create the playwright-cli symlink explicitly. Also move node_modules from the arch-specific /usr/lib64 to /usr/lib, correct for a noarch package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20hooks: harden post-commit against missing ttyDanilo M.1-1/+7
Skip the archive prompt cleanly when /dev/tty is unreadable (e.g. non-interactive commits) instead of crashing under set -u on an unbound answer variable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20playwright-cli: add version 0.1.14Danilo M.6-0/+174
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-20hooks: sync post-commit to flat package layoutDanilo M.1-3/+3
The tracked source lagged the installed hook: update it to match the flat top-level <pkg>/ layout and SBo/ archive dir actually in use. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10btop: remove (no xe driver support for Arc Battlemage)Danilo M.7-155/+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.7-0/+155
2026-06-05Added click 8.4.1 (sbo is stuck at 8.1.8)Danilo M.6-0/+137
2026-06-05python3-annotated-doc: add python3-pdm-backend to REQUIRESDanilo M.1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-annotated-doc: document python3-pdm-backend build requirementDanilo M.1-0/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-huggingface_hub: add version 1.18.0Danilo M.6-0/+140
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-typer: add version 0.25.1Danilo M.6-0/+140
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-annotated-doc: add version 0.0.4Danilo M.6-0/+138
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-fsspec: switch to PyPI tarball to fix vcs version detectionDanilo M.2-5/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-fsspec: fix build with SETUPTOOLS_SCM_PRETEND_VERSIONDanilo M.1-1/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-packaging: add version 26.2Danilo M.6-0/+141
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05python3-fsspec: add version 2026.4.0Danilo M.6-0/+141
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14Fix: python3-platformdirsDanilo M.1-2/+3
2026-05-14Fixed: nvchecker slackbuildDanilo M.1-0/+2
2026-05-14updated slackbuilds for typosDanilo M.3-3/+3
2026-05-14 modified: .extras/nvchecker.tomlDanilo M.15-1/+424
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-14Updated: nvchecker required packagesDanilo M.1-1/+1
2026-05-14Added: nvcheckerDanilo M.7-0/+164
2026-05-13docs: document source archive check in pre-commit hookDanilo M.2-5/+5
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13hooks: block/auto-remove staged source archives in pre-commitDanilo M.1-0/+21
Symlinks to source archives are silently unstaged and deleted. Real source archive files abort the commit and list all offenders. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13claude-code-bin: remove accidentally committed symlinkDanilo M.1-1/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13Chore: fixed .info for claude-code-bin and version bumpDanilo M.4-6/+7
2026-05-13Chore: fixed gamescope info fileDanilo M.1-2/+2
2026-05-13gamescope: add version 3.16.23Danilo M.7-5/+189
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13Revert "Removed: discord"Danilo M.6-0/+137
This reverts commit ea9f6ad389992564fc4920809e0ffa3c4f4c9c70.
2026-05-13Removed: discordDanilo M.6-137/+0
2026-05-12Chore: updated readme for a typoDanilo M.1-1/+1
2026-05-12Added: solvespaceDanilo M.7-0/+181
2026-05-11Chore: added project imageDanilo M.2-0/+2