On Thu Jan 16, 2025 at 11:29:51AM +0000, Stuart Henderson wrote:
> ok.
> 
> On 2025/01/16 12:04, Rafael Sadowski wrote:
> > On Thu Jan 16, 2025 at 10:11:09AM +0000, Stuart Henderson wrote:
> > > On 2025/01/16 10:50, Rafael Sadowski wrote:
> > > > Simple diff to migrate away kf5 prefixes in package names.
> > > 
> > > suffix not prefix :)
> > 
> > yes of course :)
> > 
> > > 
> > > 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.
> > 
> > Thanks of the hint!

naddy@ has reported a few errors:

-@depend 
x11/kde-applications/kdepim-runtime:kdepim-runtime-kf5->=24.08.3:kdepim-runtime-kf5-24.08.3p1
+@depend 
x11/kde-applications/kdepim-runtime:kdepim-runtime->=24.08.3:kdepim-runtime-24.08.3p2

I think all consumers need a bump?

diff --git a/meta/kde/Makefile b/meta/kde/Makefile
index a5579e520d1..9414834df6d 100644
--- a/meta/kde/Makefile
+++ b/meta/kde/Makefile
@@ -30,6 +30,11 @@ PKGNAME-utils =              kde-utils-${MODKDE_GEAR_VERSION}
 PKGNAME-plasma =       kde-plasma-${MODKDE_PLASMA_VERSION}
 PKGNAME-plasma-extras =        kde-plasma-extras-${MODKDE_PLASMA_VERSION}
 
+REVSION-main =         0
+REVSION-pim =          0
+REVSION-admin =                0
+REVSION-multimedia =   0
+
 MULTI_PACKAGES +=      -main \
                        -games \
                        -admin \
diff --git a/x11/kde-applications/akregator/Makefile 
b/x11/kde-applications/akregator/Makefile
index 4e8ff26a5e7..8af3972adc9 100644
--- a/x11/kde-applications/akregator/Makefile
+++ b/x11/kde-applications/akregator/Makefile
@@ -3,6 +3,7 @@ USE_WXNEEDED =  Yes
 COMMENT =      news feed reader
 DISTNAME =     akregator-${VERSION}
 CATEGORIES =   net www
+REVISION =     0
 
 HOMEPAGE =     https://apps.kde.org/akregator
 
diff --git a/x11/kde-applications/calendarsupport/Makefile 
b/x11/kde-applications/calendarsupport/Makefile
index 8b52380f1da..d30838f2291 100644
--- a/x11/kde-applications/calendarsupport/Makefile
+++ b/x11/kde-applications/calendarsupport/Makefile
@@ -1,6 +1,7 @@
 COMMENT =      PIM calendar support library
 DISTNAME =     calendarsupport-${VERSION}
 CATEGORIES =   devel
+REVISION =     0
 
 SHARED_LIBS += KPim6CalendarSupport      0.0 # 0.0
 
diff --git a/x11/kde-applications/eventviews/Makefile 
b/x11/kde-applications/eventviews/Makefile
index 37b3c0315a1..e1ec35c41ec 100644
--- a/x11/kde-applications/eventviews/Makefile
+++ b/x11/kde-applications/eventviews/Makefile
@@ -1,6 +1,7 @@
 COMMENT =      KDE PIM library for creating events
 DISTNAME =     eventviews-${VERSION}
 CATEGORIES =   devel
+REVISION =     0
 
 SHARED_LIBS += KPim6EventViews           0.0 # 0.0
 
diff --git a/x11/kde-applications/grantlee-editor/Makefile 
b/x11/kde-applications/grantlee-editor/Makefile
index 178113ebed8..8fef23aa709 100644
--- a/x11/kde-applications/grantlee-editor/Makefile
+++ b/x11/kde-applications/grantlee-editor/Makefile
@@ -3,6 +3,7 @@ USE_WXNEEDED =  Yes
 COMMENT =      utilities and tools to manage themes in KDE PIM applications
 DISTNAME =     grantlee-editor-${VERSION}
 CATEGORIES =   devel
+REVISION =     0
 
 SHARED_LIBS +=  grantleethemeeditor       1.0 # 5.13.2
 
diff --git a/x11/kde-applications/kaddressbook/Makefile 
b/x11/kde-applications/kaddressbook/Makefile
index 64d9bed75a8..d4104cc31cd 100644
--- a/x11/kde-applications/kaddressbook/Makefile
+++ b/x11/kde-applications/kaddressbook/Makefile
@@ -1,6 +1,7 @@
 COMMENT =      addressbook viewer/frontend for KDE
 DISTNAME =     kaddressbook-${VERSION}
 CATEGORIES =   devel
+REVISION =     0
 
 SHARED_LIBS += KPim6AddressbookImportExport 0.0 # 0.0
 SHARED_LIBS +=  kaddressbookprivate          5.0 # 5.13.2
diff --git a/x11/kde-applications/kalarm/Makefile 
b/x11/kde-applications/kalarm/Makefile
index 1d556bb18da..cf4c22e01cf 100644
--- a/x11/kde-applications/kalarm/Makefile
+++ b/x11/kde-applications/kalarm/Makefile
@@ -1,6 +1,7 @@
 COMMENT =      personal alarm message, command and email scheduler
 DISTNAME =     kalarm-${VERSION}
 CATEGORIES =   productivity
+REVISION =     0
 
 SHARED_LIBS +=  kalarmcalendar           4.0 # 0.0
 SHARED_LIBS +=  kalarmplugin             3.0 # 0.0
diff --git a/x11/kde-applications/kmail/Makefile 
b/x11/kde-applications/kmail/Makefile
index c2c40169f3a..2115292ddc3 100644
--- a/x11/kde-applications/kmail/Makefile
+++ b/x11/kde-applications/kmail/Makefile
@@ -3,7 +3,7 @@ USE_WXNEEDED =  Yes
 COMMENT =      KDE PIM email client
 DISTNAME =     kmail-${VERSION}
 CATEGORIES =   net mail
-REVISION =     0
+REVISION =     1
 
 HOMEPAGE =     https://kontact.kde.org/components/kmail/
 
diff --git a/x11/kde-applications/kontact/Makefile 
b/x11/kde-applications/kontact/Makefile
index 2a40975c7f6..6a85c93a14f 100644
--- a/x11/kde-applications/kontact/Makefile
+++ b/x11/kde-applications/kontact/Makefile
@@ -3,6 +3,7 @@ USE_WXNEEDED =  Yes
 COMMENT =      documentenal information management suite
 DISTNAME =     kontact-${VERSION}
 CATEGORIES =   net www
+REVISION =     0
 
 SHARED_LIBS +=  kontactprivate       3.0 # 5.13.2
 
diff --git a/x11/kde-applications/korganizer/Makefile 
b/x11/kde-applications/korganizer/Makefile
index 1882f6be0e9..4952b46541f 100644
--- a/x11/kde-applications/korganizer/Makefile
+++ b/x11/kde-applications/korganizer/Makefile
@@ -1,6 +1,7 @@
 COMMENT =      calendar and scheduling component of kontact
 DISTNAME =     korganizer-${VERSION}
 CATEGORIES =   net www
+REVISION =     0
 
 SHARED_LIBS +=  korganizer_core         3.1 # 5.13.2
 SHARED_LIBS +=  korganizer_interfaces   1.1 # 5.13.2

Reply via email to