Upgrading Qt: Difference between revisions

From Alpine Linux
(Created page with "When Qt gets upgraded between major versions, we have to rebuild some packages due to ABI changes and private API usages. The following is a list of packages to bump on every...")
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


* py3-qt5
* py3-qt5
* qt5-qtwebkit # is not part of the regular Qt releases
* kio-extras
* kio-extras
* kdeclarative
* kdeclarative
* kwayland
* kwayland
* kwayland-integration
* kwayland-integration
* kwayland-server
* plasma-framework
* plasma-framework
* breeze
* breeze
Line 11: Line 13:
* qqc2-desktop-style
* qqc2-desktop-style
* kwin
* kwin
* kaidan # compiles it's QML files

Latest revision as of 19:21, 24 November 2020

When Qt gets upgraded between major versions, we have to rebuild some packages due to ABI changes and private API usages. The following is a list of packages to bump on every major (e.g. 5.12.x to 5.14.x) upgrade:

  • py3-qt5
  • qt5-qtwebkit # is not part of the regular Qt releases
  • kio-extras
  • kdeclarative
  • kwayland
  • kwayland-integration
  • kwayland-server
  • plasma-framework
  • breeze
  • plasma-integration
  • qqc2-desktop-style
  • kwin
  • kaidan # compiles it's QML files