aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:30:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-21 22:52:39 +0200
commitb70d3791048c367084e7403db3d977fa4442b0b6 (patch)
tree3f2a59a67b035f31783a229282c7085623172c68 /eclass
parentDocumentation: Update KDE Gear live with new dependencies (diff)
downloadkde-b70d3791048c367084e7403db3d977fa4442b0b6.tar.gz
kde-b70d3791048c367084e7403db3d977fa4442b0b6.tar.bz2
kde-b70d3791048c367084e7403db3d977fa4442b0b6.zip
gear.kde.org.eclass: Split future SLOT=5 blocklist into 24.05/24.08
Some applications are not officially ported in 24.05. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gear.kde.org.eclass15
1 files changed, 12 insertions, 3 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index e3302ce56c..04e5df8c73 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -252,17 +252,26 @@ if $(ver_test -gt 24.01.75); then
fi
# list of applications ported to KF6 post-24.02 in SLOT=6 having to block SLOT=5
-if $(ver_test -gt 24.03.75); then
+if $(ver_test -gt 24.04.75); then
case ${PN} in
+ audex | \
itinerary | \
+ kio-perldoc | \
+ kolourpaint)
+ RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
+ *) ;;
+ esac
+fi
+
+# list of applications ported to KF6 post-24.05 in SLOT=6 having to block SLOT=5
+if $(ver_test -gt 24.07.75); then
+ case ${PN} in
k3b | \
kalzium | \
kdeedu-data | \
kdesdk-thumbnailers | \
kimagemapeditor | \
- kio-perldoc | \
kmplot | \
- kolourpaint | \
kompare | \
krdc | \
libkomparediff2 | \