From 7540c7a53f7bc8907b264994f440089a6fb85446 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 8 Aug 2026 17:08:48 +0200 Subject: 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 --- .extras/nvchecker.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.extras') 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' -- cgit v1.2.3