| Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
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>
|