From aea3bb78be208437f5273fda361c12cebff378b7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Sep 25 2024 15:51:28 +0000 Subject: Update qt linguist section qt-devel is for qt4 only and is no longer used. Nowdays the qt linguist tools get pulled in by dependencies whenever the kfX-rpm-macros or qtX-qttools-devel is installed. But, for those cases where neither of those packages are added, and the Qt Linguist tool chain is needed, we should require qt6-linguist. Signed-off-by: Troy Dawson --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 0d0f6d3..4d6751e 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -2185,11 +2185,11 @@ BuildRequires: gettext ---- For Qt-based packages that use the Linguist tool chain, -for the localization utilities add +for the localization utilities add the appropriate qtX-linguist package [source, rpm-spec] ---- -BuildRequires: qt-devel +BuildRequires: qt6-linguist ---- If you have few enough locale files that they can all go into one package,