diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-15 16:44:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-15 16:44:01 +0200 |
| commit | b405e3288bf625bd478204a065572e41a93fb4c3 (patch) | |
| tree | cf95fe862ddcc0213624602045ed3ebceec31aab /CLAUDE.md | |
| parent | 245eefe9c8788aa777e9909cec9f0f6c3bb30cad (diff) | |
| download | qtmaildir-b405e3288bf625bd478204a065572e41a93fb4c3.tar.gz qtmaildir-b405e3288bf625bd478204a065572e41a93fb4c3.zip | |
chore: move the SlackBuild out to the my-slackbuilds repo
The packaging under assets/slackbuild/ had been stale since 0.7.0 and was
deliberately not SBo compliant, carrying a _danix tag and a txz package type
because it was never an SBo submission. It is not what the user builds from, so
it lived here collecting drift: it predated the translations added in 0.23.0 and
would have shipped a package without them.
It now lives in the my-slackbuilds repo under qtmaildir/, rewritten from the SBo
cmake template rather than carried across, at 0.24.0 and building from the
GitHub release tarball rather than a cgit snapshot whose checksum can change
when the tarball is regenerated. That repo has the workflow for bumping it and
an nvchecker stanza that picks up releases from here.
README points at the repo instead of describing a local directory, and keeps the
build invocation so the section still tells a Slackware reader what to do.
CLAUDE.md's release procedure drops the "do not bump this as a side effect"
warning, which has nothing left to warn about.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -717,9 +717,14 @@ changed label, a changed default, or anything in an `### Upgrading` section is a minor bump, not a patch: 0.12.0 renamed an action and changed the toolbar's button style, and both are things a user notices without reading the changelog. -`assets/slackbuild/` carries its own version in three files and is **not** part -of this procedure. It has been stale since 0.7.0 and the user is considering -removing it; do not bump it as a side effect of a release. +**The SlackBuild is no longer in this repository.** It moved on 2026-08-15 to +the `my-slackbuilds` repo, under `qtmaildir/`, SBo compliant and building from +the GitHub release tarball. It is **not** part of this procedure and never +was: bumping it is a task in that repo, which has its own workflow in its +`AGENTS.md` (edit the version in the `.SlackBuild` and the `.info`, two-pass +`sbodl` for the checksum, `sbolint`, then wait to be told to commit). It also +tracks upstream through an nvchecker stanza there, so a release here is picked +up by that repo's own sweep. ## Changing the shared rule format |
