Re: Plasma 5.26.3

2022-11-08 Thread Jonathan Riddell
Breeze and Bluedevil and Oxygen Sounds have updated tars to fix the
internal version number

   http://download.kde.org/stable/plasma/5.26.3/breeze-5.26.3.1.tar.xz
">breeze-5.26.3.1

fcafba03194fb81e075e2a3ea7fd006a8f91f898169e1f39fdc3d92801ae4568

   http://download.kde.org/stable/plasma/5.26.3/bluedevil-5.26.3.1.tar.xz
">bluedevil-5.26.3.1

709fcf35c849d56e84fa686f8cbec940b735f9fa0c78c54cd8a6bfe6d7540e92

   http://download.kde.org/stable/plasma/5.26.3/oxygen-sounds-5.26.3.1.tar.xz
">oxygen-sounds-5.26.3.1

b0136db8d193d554768f30547fd27455e36221de208ca0958ad6afa5596e50cd


On Tue, 8 Nov 2022 at 14:28, Jonathan Riddell  wrote:

> Plasma 5.26.3 is now released
> https://kde.org/announcements/plasma/5/5.26.3
>


Re: Plasma 5.26.3: Breeze is broken

2022-11-08 Thread Rik Mills

On 08/11/2022 17:57, Fabian Vogt wrote:> Hi,


Am Dienstag, 8. November 2022, 15:28:54 CET schrieb Jonathan Riddell:
Plasma 5.26.3 is now released 

https://kde.org/announcements/plasma/5/5.26.3


At least breeze has the wrong version in its CMakeLists.txt:

set(PROJECT_VERSION "5.26.2")

This means that plasma-workspace will silently ignore Breeze and 

instead use

Plastik as default window decoration.

I did not check whether other repos/tarballs are affected.

Thanks,
Fabian



I see grep'ing through:

bluedevil/CMakeLists.txt:set(PROJECT_VERSION "5.26.2")
breeze/CMakeLists.txt:set(PROJECT_VERSION "5.26.2")
oxygen-sounds/CMakeLists.txt:set(PROJECT_VERSION "5.26.80")

the rest are 5.26.3


Re: Plasma 5.26.3: Breeze is broken

2022-11-08 Thread Rik Mills

On 08/11/2022 17:57, Fabian Vogt wrote:> Hi,


Am Dienstag, 8. November 2022, 15:28:54 CET schrieb Jonathan Riddell:
Plasma 5.26.3 is now released 

https://kde.org/announcements/plasma/5/5.26.3


At least breeze has the wrong version in its CMakeLists.txt:

set(PROJECT_VERSION "5.26.2")

This means that plasma-workspace will silently ignore Breeze and 

instead use

Plastik as default window decoration.

I did not check whether other repos/tarballs are affected.

Thanks,
Fabian



I see grep'ing through:

bluedevil/CMakeLists.txt:set(PROJECT_VERSION "5.26.2")
breeze/CMakeLists.txt:set(PROJECT_VERSION "5.26.2")
oxygen-sounds/CMakeLists.txt:set(PROJECT_VERSION "5.26.80")

the rest are 5.26.3


Re: Plasma 5.26.3: Breeze is broken

2022-11-08 Thread Fabian Vogt
Hi,

Am Dienstag, 8. November 2022, 15:28:54 CET schrieb Jonathan Riddell:
> Plasma 5.26.3 is now released https://kde.org/announcements/plasma/5/5.26.3

At least breeze has the wrong version in its CMakeLists.txt:

set(PROJECT_VERSION "5.26.2")

This means that plasma-workspace will silently ignore Breeze and instead use 
Plastik as default window decoration.

I did not check whether other repos/tarballs are affected.

Thanks,
Fabian