On 2025/01/16 10:50, Rafael Sadowski wrote: > Simple diff to migrate away kf5 prefixes in package names.
suffix not prefix :) I am pretty sure that "quirks rename" still compares the version number so you would need to add REVISION=0 for most of them and bump kdepim-runtime to REVISION=2. > +++ b/x11/kde-applications/kdepim-runtime/Makefile > @@ -2,9 +2,7 @@ USE_WXNEEDED = Yes > > COMMENT = KDE PIM mail related libraries > DISTNAME = kdepim-runtime-${VERSION} > -PKGNAME = kdepim-runtime-kf5-${VERSION} > CATEGORIES = devel > -REVISION = 1 > > SHARED_LIBS += akonadi-filestore 1.0 # 5.13.2 > SHARED_LIBS += akonadi-singlefileresource 2.0 # 5.13.2 > diff --git a/x11/kde-applications/kdepim-runtime/pkg/PLIST > b/x11/kde-applications/kdepim-runtime/pkg/PLIST > index a94cf0d8c41..4aa0edf2052 100644 > --- a/x11/kde-applications/kdepim-runtime/pkg/PLIST > +++ b/x11/kde-applications/kdepim-runtime/pkg/PLIST > @@ -1,3 +1,4 @@ > +@conflict kdepim-runtime-kf5-<=24.08.3 I don't remember the rules for when REVISION is considered in the version number check and when it isn't, so this might already work but I'm not sure. Nevertheless you don't need to check the version number anyway, so I would avoid the ambiguity and use -* instead of -<=.