KDE Gear 23.02 branching

2023-11-06 Thread Albert Astals Cid
We usually branch before Beta, but given how long this cycle is would anyone 
mind if we branched later, say a bit before RC1?

It means that there's like a month that no new features can be added to master 
in Gear, can we live with that?

Cheers,
  Albert




Re: KDE Frameworks 5.112.0

2023-11-06 Thread David Faure
On lundi 6 novembre 2023 21:46:51 CET Albert Astals Cid wrote:
> Can you respin karchive to include my last commit in the kf5 branch?
> https://invent.kde.org/frameworks/karchive/-/commits/kf5

Hmm, there is very likely more code affected by this shared-mime-info change:

KF5:
knewstuff/src/core/installation.cpp:|| 
mimeType.inherits(QStringLiteral("application/x-bzip-compressed-tar"))
knewstuff/src/core/installation.cpp:|| 
mimeType.inherits(QStringLiteral("application/x-bzip-compressed-tar")) || 
mimeType.inherits(QStringLiteral("application/x-xz"))
kemoticons/src/core/kemoticons.cpp:   currentBundleMimeType == 
QLatin1String("application/x-bzip-compressed-tar") ||
baloo/autotests/unit/file/basicindexingjobtest.cpp: 
{QStringLiteral("test.tar.bz2"), 
QStringLiteral("application/x-bzip-compressed-tar"),   
{Type::Archive}},
kpackage/src/kpackage/package.cpp:   
mimeType.inherits(QStringLiteral("application/x-bzip-compressed-tar")) || //
kpackage/src/kpackage/private/packagejobthread.cpp:   
mimetype.inherits(QStringLiteral("application/x-bzip-compressed-tar")) || //

In kde/*:
workspace/sddm-kcm/sddmauthhelper.cpp:   || 
mimeType.inherits(QStringLiteral("application/x-xz")) || 
mimeType.inherits(QStringLiteral("application/x-bzip-compressed-tar"))
workspace/plymouth-kcm/src/helper.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
workspace/plymouth-kcm/src/kplymouththemeinstaller.cpp:|| 
mimeType.inherits(QStringLiteral("application/x-bzip-compressed-tar"))
kdeutils/ark/README.md:| BZip-compressed TAR   | 
`application/x-bzip-compressed-tar`|
   |
kdeutils/ark/README.md:| BZip-compressed file  | `application/x-bzip`   

|
kdeutils/ark/kerfuffle/mimetypes.cpp:
(mimeFromExtension.inherits(QStringLiteral("application/x-bzip-compressed-tar"))
 &&
kdeutils/ark/plugins/libarchive/kerfuffle_libarchive.json.cmake:
"application/x-bzip-compressed-tar",
kdeutils/ark/plugins/libarchive/kerfuffle_libarchive.json.cmake:
"application/x-bzip-compressed-tar": {
kdeutils/ark/autotests/kerfuffle/mimetypetest.cpp:const QString 
compressedBzip2TarMime = QStringLiteral("application/x-bzip-compressed-tar");
kdenetwork/kget/ui/linkview/kget_sortfilterproxymodel.cpp:
QString("/x-7z-compressed,/x-ace,/x-archive,/x-arj,/x-bzip,/x-bzip-compressed-tar,/x-compressed-tar,/x-deb/,/x-rar,/x-tar,/x-rpm,/x-tarz,/zip");
kdenetwork/ktp-text-ui/adiumxtra-protocol-handler/adiumxtra-protocol-handler.cpp:
   currentBundleMimeType == 
QLatin1String("application/x-bzip-compressed-tar") ||
kdenetwork/ktp-text-ui/lib/chat-window-style-manager.cpp:   
currentBundleMimeType == QLatin1String("application/x-bzip-compressed-tar") ||
kdenetwork/kio-extras/archive/archive.json:
"application/x-bzip-compressed-tar",
applications/dolphin/src/settings/contextmenu/servicemenuinstaller/servicemenuinstaller.cpp:
   "application/bzip-compressed",
applications/dolphin/src/settings/contextmenu/servicemenuinstaller/servicemenuinstaller.cpp:
   "application/x-bzip-compressed",
applications/dolphin/src/settings/contextmenu/servicemenuinstaller/servicemenuinstaller.cpp:
   "application/bzip-compressed-tar",
applications/dolphin/src/settings/contextmenu/servicemenuinstaller/servicemenuinstaller.cpp:
   "application/x-bzip-compressed-tar",
applications/yakuake/app/config/appearancesettings.cpp:mimeTypes << 
QStringLiteral("application/x-bzip-compressed-tar");

In extragear:
network/ktorrent/plugins/scripting/scriptmodel.cpp:bool is_tar = 
ptr.name() == QStringLiteral("application/x-compressed-tar") || ptr.name() == 
QStringLiteral("application/x-bzip-compressed-tar");
kdevelop/kdevelop/plugins/filetemplates/filetemplatesplugin.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
kdevelop/kdevelop/plugins/appwizard/appwizardplugin.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
kdevelop/kdevelop/plugins/appwizard/projectselectionpage.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
kdevelop/kdevelop/plugins/filetemplates/templateselectionpage.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
kdevelop/kdevplatform/plugins/appwizard/appwizardplugin.cpp:types << 
QStringLiteral("application/x-bzip-compressed-tar");
kdevelop/kdevplatform/plugins/appwizard/projectselectionpage.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),
kdevelop/kdevplatform/plugins/filetemplates/templateselectionpage.cpp:
QStringLiteral("application/x-bzip-compressed-tar"),

Re: KDE Frameworks 5.112.0

2023-11-06 Thread David Faure
On lundi 6 novembre 2023 21:46:51 CET Albert Astals Cid wrote:
> El dissabte, 4 de novembre de 2023, a les 12:29:12 (CET), David Faure va
> 
> escriure:
> > Dear packagers,
> > 
> > KDE Frameworks 5.112.0 has been uploaded to the usual place.
> > 
> > New frameworks: none this time.
> > 
> > Public release next Saturday.
> > 
> > Thanks for the packaging work!
> 
> Can you respin karchive to include my last commit in the kf5 branch?
> 
> https://invent.kde.org/frameworks/karchive/-/commits/kf5

Oh, yes, of course. Sorry, I should have double-checked the impact
of the mimetype renaming; I forgot to do that once the release was out.

Here's the respin:
karchive v5.112.0-rc2
a87f89aed430ee4af404a2237ff24e869d5322e4
27d697a52a5016c16081c6a414b390d96350450d6eeb889d1f463358eeebfd67  
sources/karchive-5.112.0.tar.xz

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5


signature.asc
Description: This is a digitally signed message part.


Re: KDE Frameworks 5.112.0

2023-11-06 Thread Albert Astals Cid
El dissabte, 4 de novembre de 2023, a les 12:29:12 (CET), David Faure va 
escriure:
> Dear packagers,
> 
> KDE Frameworks 5.112.0 has been uploaded to the usual place.
> 
> New frameworks: none this time.
> 
> Public release next Saturday.
> 
> Thanks for the packaging work!

Can you respin karchive to include my last commit in the kf5 branch?

https://invent.kde.org/frameworks/karchive/-/commits/kf5

Cheers,
  Albert





Re: Time of the releases

2023-11-06 Thread Jonathan Riddell
It needs me for Plasma, Albert for Gear and me and Paul are currently doing
the announcement stuff.

I don't know who is planning to do the Frameworks release, nominally it's
David E, Alex L and Nico F but I've failed to get any replies to my
questions about it. I'm happy to do the Frameworks release or maybe those
three will, I've no idea.

I'm available all day on Wednesday.

Jonathan


On Sat, 4 Nov 2023 at 10:17, Albert Astals Cid  wrote:

> I didn't write a time for the releases when writing
>   https://community.kde.org/Schedules/February_2024_MegaRelease
> on purpose.
>
> I understand we don't need to *exactly* time the tarballs, just make them
> happen during the same day.
>
> So for Alpha this Wednesday we will publish the tarballs at some point
> during
> Wednesday and email the list about it.
>
> Is that right? Or do you think we should do it differently?
>
> Cheers,
>   Albert
>
>
>