Skip to content

Update qt5 5.15.2 to 5.15.5 incl support #2716

Merged
merged 7 commits into from Jul 25, 2022

Commits on Jul 19, 2022

  1. qt5: build Qt5 from the KDE fork

    This saves some patches, since they are already included.
    
    Preparing the source tree is described here:
    
      https://wiki.qt.io/Building_Qt_5_from_Git
    
    The helper script is located at:
    
     /project/admin/tools/qt_source_preparation
    thomas committed Jul 19, 2022
    Copy the full SHA
    65e06dd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. qwt: update to version 6.2.0

    Also account for the changed location of the plugins
    directory, which is under lib.
    thomas committed Jul 21, 2022
    Copy the full SHA
    752f10a View commit details
    Browse the repository at this point in the history
  2. QScintilla: update to 2.13.3

    thomas committed Jul 21, 2022
    Copy the full SHA
    346a683 View commit details
    Browse the repository at this point in the history
  3. QScintilla_designer_plugin: create from QScintilla.be0

    Rationale: building the plugin requires QScintilla to
    be installed.
    thomas committed Jul 21, 2022
    Copy the full SHA
    e1d89f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8f0fc8d View commit details
    Browse the repository at this point in the history
  5. qt4_compat: keep the few referenced Qt4 libs found in the system

    QT4 is supposed to be history. Well, very old packages might
    need help from .compatlibs, but that is how the cookie crumbles :)
    
    The only dependencies in the system belong to /usr/lib/liblastfm.so.1
    and /usr/lib/libpoppler-qt4.so.4.0.0. Better make this a task on
    its own to check if they are needed.
    thomas committed Jul 21, 2022
    Copy the full SHA
    d83cd3d View commit details
    Browse the repository at this point in the history
  6. qtlinks: almost dump Qt4, unify creation of config & plugin links

    Note, bee throws a warning ...
    
     WARNING: system and image files named '/usr/local/lib/plugins' differ
              image : directory
              system: symbolic link to /usr/local/qt5/lib/plugins
    
    What is correct, so instead of update it is:
    
     #> bee remove qtlinks-1.0.1-5.x86_64
     #> bee install qtlinks-1.0.2
    thomas committed Jul 21, 2022
    Copy the full SHA
    f35b4cc View commit details
    Browse the repository at this point in the history