From 6fcd244dbad69d4f068a3489e4d1f344eba826c7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 6 Oct 2024 08:13:38 +0100 Subject: mate-base/mate-settings-daemon: depend on min mate-desktop matching ${PV} Depend on >=mate-desktop-$(ver_cut 1-2) to avoid build failures for now as a quick workaround. The maintainers should check whether each package really needs it and also consider a possible QA check in the eclass given some of them seem to have a pattern in configure.ac for this, but given the bug has been open for a whlie, I'd rather have some of the deps be unnecessarily tight (not that it's even that tight) than as-it-was. Note that couldn't use ${MATE_BRANCH} as it says: > # Major and minor numbers of the version number, unless live. > # If live ebuild, will be set to '9999'. which made me wonder if it's actually meant to be 1-2 or 1-3 in ver_cut or what. Anyway, in summary: * Apply a fix which makes things better, even if it's slightly overkill; * Someone needs to audit these to find the actual minimum versions (some truly do need this, some need just something older, although unclear if upstream carefully update these or ont); * A QA check may be wise. Bug: https://bugs.gentoo.org/935279 Bug: https://bugs.gentoo.org/936079 Signed-off-by: Sam James --- mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-base') diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild index 0b485fee7b6b..0033a6281c89 100644 --- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild +++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.28.0.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=">=dev-util/gdbus-codegen-2.76.4 >=dev-libs/glib-2.50:2 >=gnome-base/dconf-0.13.4 >=mate-base/libmatekbd-1.17.0 - >=mate-base/mate-desktop-1.27.1 + >=mate-base/mate-desktop-$(ver_cut 1-2) media-libs/fontconfig:1.0 x11-libs/cairo x11-libs/gdk-pixbuf:2 -- cgit v1.2.3-65-gdbad