diff options
Diffstat (limited to 'eclass/gear.kde.org.eclass')
| -rw-r--r-- | eclass/gear.kde.org.eclass | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index ee9e182799c..9926068ab66 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -63,7 +63,7 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz" fi -# list of applications ported to KF6 in SLOT=6 having to block SLOT=5 +# list of applications ported to KF6 having to block SLOT=5 if $(ver_test -gt 24.01.75); then case ${PN} in akonadi | \ @@ -248,7 +248,7 @@ if $(ver_test -gt 24.01.75); then esac fi -# list of applications ported to KF6 post-24.02 in SLOT=6 having to block SLOT=5 +# list of applications ported to KF6 post-24.02 having to block SLOT=5 if $(ver_test -gt 24.04.75); then case ${PN} in audex | \ @@ -262,7 +262,7 @@ if $(ver_test -gt 24.04.75); then esac fi -# list of applications ported to KF6 post-24.05 in SLOT=6 having to block SLOT=5 +# list of applications ported to KF6 post-24.05 having to block SLOT=5 if $(ver_test -gt 24.07.75); then case ${PN} in k3b | \ @@ -285,8 +285,7 @@ if $(ver_test -gt 24.07.75); then esac fi -# list of applications ported to KF6 post-24.08 in SLOT=6 having to block SLOT=5 -# (option to build with KF6 in master, but default remains KF5) +# list of applications ported to KF6 post-24.08 having to block SLOT=5 if $(ver_test -gt 24.11.75); then case ${PN} in cantor | \ @@ -301,4 +300,13 @@ if $(ver_test -gt 24.11.75); then esac fi +# list of applications ported to KF6 post-25.04 having to block SLOT=5 +if $(ver_test -gt 25.07.75); then + case ${PN} in + artikulate) + RDEPEND+=" !${CATEGORY}/${PN}:5" ;; + *) ;; + esac +fi + fi |
