aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-08 17:08:48 +0200
committerDanilo M. <danix@danix.xyz>2026-08-08 17:08:48 +0200
commit7540c7a53f7bc8907b264994f440089a6fb85446 (patch)
tree97d962e989e38215ec363b78fa9d973e0c63dd22 /.extras
parentec0170f34e7a6c1074c253a282785e87e045a4ed (diff)
downloadmy-slackbuilds-7540c7a53f7bc8907b264994f440089a6fb85446.tar.gz
my-slackbuilds-7540c7a53f7bc8907b264994f440089a6fb85446.zip
plymouth: add version 26.134.222
SBo ships 22.02.122, four years behind upstream and predating SimpleDRM support. Written from the meson template rather than bumped, since upstream switched from autotools to meson. systemd-integration now defaults to true in meson and has to be disabled explicitly, and release-file defaults to /etc/system-release. All build deps are satisfied by stock -current, so REQUIRES is empty. -current only: PANGO_ATTR_FONT_SCALE needs pango >= 1.50 and 15.0 ships 1.48.11, so label-pango fails to compile there. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 9abcd6d..2c6280f 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -155,3 +155,11 @@ gitea = "Lonami/Telethon"
host = "codeberg.org"
use_max_tag = true
prefix = "v"
+
+# Upstream is on freedesktop.org, not a forge, so scrape the release
+# directory listing. Versions are CalVer-ish (26.134.222), so sorting is
+# left to nvchecker's default.
+[plymouth]
+source = "regex"
+url = "https://www.freedesktop.org/software/plymouth/releases/"
+regex = 'plymouth-([0-9][0-9.]*)\.tar\.xz'