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 /assets/slackbuild/slack-desc | |
| 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 'assets/slackbuild/slack-desc')
| -rw-r--r-- | assets/slackbuild/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/assets/slackbuild/slack-desc b/assets/slackbuild/slack-desc deleted file mode 100644 index e4292cd..0000000 --- a/assets/slackbuild/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -qtmaildir: qtmaildir (Qt6 mail client for notmuch-indexed Maildirs) -qtmaildir: -qtmaildir: A desktop client for reading and organizing a local Maildir that -qtmaildir: notmuch has indexed. A GUI counterpart to neomutt for the parts of -qtmaildir: mail handling that are easier with a mouse and a real HTML renderer. -qtmaildir: -qtmaildir: It does no network protocol work at all: no POP, IMAP or SMTP. -qtmaildir: Mail arrives by whatever you already use and is indexed by -qtmaildir: 'notmuch new'. Fetching is delegated to a command you configure. -qtmaildir: -qtmaildir: Homepage: https://git.danix.xyz/qtmaildir |
