flathub / org.zdoom.GZDoom

https://flathub.org/apps/details/org.zdoom.GZDoom
5 stars 1 forks source link

org.freedesktop.Platform//19.08 end-of-life #34

Closed ghost closed 2 years ago

ghost commented 2 years ago

when running flatpak update on Fedora:

Looking for updates…
Info: org.freedesktop.Platform//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Required runtime for org.zdoom.GZDoom/x86_64/stable (runtime/org.freedesktop.Platform/x86_64/21.08) found in remote flathub
Do you want to install it? [Y/n]: 
Eonfge commented 2 years ago

Uhm. What happens when you press Y?

19.08 is old hat, and GZDoom requires 21.08 to run. If you want, you can manually download them;

flatpak install flathub org.freedesktop.Platform//21.08 
flatpak remove org.freedesktop.Platform//19.08
ghost commented 2 years ago

Uhm. What happens when you press Y?

19.08 is old hat, and GZDoom requires 21.08 to run. If you want, you can manually download them;

flatpak install flathub org.freedesktop.Platform//21.08 
flatpak remove org.freedesktop.Platform//19.08

org.freedesktop.Platform/x86_64/21.08 was in fact already installed. Still complains after deleting the 19.08 version (I thought that the error was caused by this GZDoom Flatpak app):

flatpak install flathub org.freedesktop.Platform//21.08 
flatpak remove org.freedesktop.Platform//19.08
Looking for matches…
Skipping: org.freedesktop.Platform/x86_64/21.08 is already installed

        ID                                       Branch         Op
 1. [-] org.freedesktop.Platform                 19.08          r
 2. [-] org.freedesktop.Platform.Locale          19.08          r

Uninstall complete.
[user@localhost ~]$ flatpak update
Looking for updates…
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
   The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Required runtime for org.kde.ark/x86_64/stable (runtime/org.kde.Platform/x86_64/5.15-21.08) found in remote flathub
Do you want to install it? [Y/n]:
then pulls these packages:

        ID                                                      Branch         Op    Remote     Download
 1.     com.makemkv.MakeMKV.Locale                              stable         u     flathub    < 921.6 kB (partial)
 2.     org.freedesktop.Platform.GL.default                     19.08          u     flathub     < 89.1 MB
 3.     org.freedesktop.Platform.GL.default                     20.08          u     flathub    < 106.4 MB
 4.     org.freedesktop.Platform.Locale                         20.08          u     flathub    < 322.3 MB (partial)
 5.     org.zdoom.GZDoom                                        stable         u     flathub     < 24.2 MB
 6.     org.yamagi.YamagiQ2                                     stable         u     flathub      < 2.1 MB
 7.     com.valvesoftware.Steam                                 stable         u     flathub     < 13.7 MB
 8.     com.realm667.Wolfenstein_Blade_of_Agony                 stable         u     flathub    < 775.3 MB
 9.     org.freedesktop.Platform                                20.08          u     flathub    < 268.6 MB
10.     org.srb2.SRB2                                           stable         u     flathub    < 199.2 MB
11.     org.kde.Platform.Locale                                 5.15           u     flathub    < 341.5 MB (partial)
12.     org.kde.Platform.Locale                                 5.15-21.08     i     flathub    < 344.2 MB (partial)
13.     org.kde.PlatformTheme.QGnomePlatform                    5.15-21.08     i     flathub     < 10.0 MB
14.     org.kde.PlatformTheme.QtSNI                             5.15-21.08     i     flathub      < 1.3 MB
15.     org.kde.Platform                                        5.15           u     flathub    < 371.8 MB
16.     org.kde.WaylandDecoration.QGnomePlatform-decoration     5.15-21.08     i     flathub     < 10.5 MB
17.     org.kde.Platform                                        5.15-21.08     i     flathub    < 303.7 MB
18.     com.makemkv.MakeMKV                                     stable         u     flathub     < 84.9 MB
19.     org.kde.ark.Locale                                      stable         u     flathub    < 562.9 kB (partial)
20.     org.kde.ark                                             stable         u     flathub     < 11.8 MB

Proceed with these changes to the system installation? [Y/n]: 

Closing as an unrelated issue.