| Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
The dangling OVMF compat symlinks (targets live in the edk2-ovmf
package, not this one) tripped the "find -L" perm-normalize block, whose
symlink deref hit them with chmod and aborted the build under set -e.
Move symlink creation after that block, just before makepkg.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Cowork launches a QEMU VM and probes for OVMF UEFI firmware at the
Debian paths /usr/share/OVMF/OVMF_CODE{,_4M}.fd, which do not exist on
Slackware. Ship compatibility symlinks pointing at edk2-ovmf-x64, add
edk2-ovmf to REQUIRES, and document the Cowork deps and kvm group in
the README. Bump BUILD to 2.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
System xbyak's cmake config exports a bare -isystem /usr/include, which
makes GCC 15 fail to resolve #include_next <stdlib.h> and aborts the build
in src/core/model.cpp. Bundle openvino's pinned xbyak submodule (v7.23.1,
commit 0d67fd15) via the bundle_dep helper and drop xbyak from REQUIRES, so
find_package(xbyak) finds nothing system-wide and falls back to the bundled
copy. Matches the approach the Arch PKGBUILD takes.
The xbyak submodule sits directly at thirdparty/xbyak (no nested wrapper
dir), so bundle_dep is called with thirdparty as the parent.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Bump from 2024.4.1. Repin all seven bundled deps to the exact commits
openvino references at this tag (submodule gitlinks), downloaded uniformly
as archive/<sha> tarballs, and switch flatbuffers/onnx/ittapi/protobuf from
version tags to commit SHAs for consistency.
Refactor the per-dep extract/symlink blocks into a single bundle_dep helper
that derives each dep's directory from the tarball, so future bumps only
touch the COMMIT_* vars and .info, not the extract logic.
Drop pybind11 from REQUIRES: now satisfied by stock python-pybind11.
Add a .gitleaksignore entry for a dep commit SHA that trips the
generic-api-key entropy rule (a public commit hash, not a secret).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
kvantum-qt6
Every package dir now has a matching stanza. Rename the Kvantum stanza to
the package name kvantum-qt6 (strip the V tag prefix), and add the three
previously-untracked packages: claude-code-bin (anthropics/claude-code),
mutagen (quodlibet/mutagen, release- prefix), openvino (openvinotoolkit).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
The deb buries a 0644 native module (node-pty pty.node) under
resources/app.asar.unpacked/ with a .node suffix; the previous *.so*
maxdepth-1 chmod missed it and sbopkglint 20-arch failed. Sweep every
ELF in $PKG by content instead.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
sbopkglint 20-arch flags the bundled ffmpeg libs and integration plugins:
the upstream .deb ships them mode 0644 (Debian convention) but Slackware
wants ELF objects executable. chmod 755 in the strip pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Match the pattern other gitea-sourced SBo packages use: try the URL path
basename first, fall back to the Content-Disposition name. Fixes the stable
batch-test env (plain wget) while keeping slackrepo working.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
slackrepo saves the gitea archive under its Content-Disposition name
(tea-v$VERSION.tar.gz), not the URL path basename. Read that name.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
slackrepo places the source under the DOWNLOAD URL basename (v$VERSION.tar.gz),
not $PRGNAM-v$VERSION.tar.gz. Read the correct name so the build finds it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
SBo already has an unrelated "tea" package (a text editor). Rename the
package to gitea-cli; the installed binary stays /usr/bin/tea.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Gitea command line client, built from source with go build.
Network build (upstream tarball is not vendored), personal repo only.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
Also fix slack-desc first description line to match PRGNAM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|