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