From b405e3288bf625bd478204a065572e41a93fb4c3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 15 Aug 2026 16:44:01 +0200 Subject: 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 --- assets/slackbuild/README | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 assets/slackbuild/README (limited to 'assets/slackbuild/README') diff --git a/assets/slackbuild/README b/assets/slackbuild/README deleted file mode 100644 index a97158a..0000000 --- a/assets/slackbuild/README +++ /dev/null @@ -1,26 +0,0 @@ -qtmaildir is a Qt6 desktop client for reading and organizing a local -Maildir that notmuch has indexed. It is a GUI counterpart to neomutt for -the parts of mail handling that are easier with a mouse and a real HTML -renderer. - -It does no network protocol work at all: there is no POP, IMAP or SMTP, -and no sync implementation. Mail arrives in your Maildir by whatever you -already use (mbsync, offlineimap, fetchmail) and is indexed by -'notmuch new'. Fetching is delegated to a command you configure, so it -joins the lock that already serializes your script against cron rather -than running a second mbsync over the same Maildir. Sending is not -implemented. - -You need a working notmuch database before qtmaildir is useful; it does -not create or configure one. The Maildir path is deliberately not -configurable, since notmuch already stores it as database.path. - -Qt6 (including WebEngine), gmime and cmake are part of Slackware, so -notmuch is the only dependency that is not. - -Configuration lives at ~/.config/qtmaildir/qtmaildir.conf and is -documented in /usr/doc/qtmaildir-$VERSION/README.md. - -This package is built with the test suite disabled -(-DQTMAILDIR_BUILD_TESTS=OFF), which skips the Qt6::Test dependency and -builds nothing that would ship. -- cgit v1.2.3