Bug 273695 (kf5-5.110) - [exp-run] Update KDE Frameworks to 5.110.0
Summary: [exp-run] Update KDE Frameworks to 5.110.0
Status: Closed FIXED
Alias: kf5-5.110
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-10 11:24 UTC by Tobias C. Berner
Modified: 2024-01-05 06:42 UTC (History)
1 user (show)

See Also:
tcberner: exp-run?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias C. Berner freebsd_committer freebsd_triage 2023-09-10 11:24:34 UTC
Moin moin 

kde@ would like to ask for an exp-run to update KDE Frameworks to 5.110. 
The patch can be found here:

https://people.freebsd.org/~tcberner/patches/0001-KDE-Update-KDE-Frameworks-to-5.110.patch

mfg Tobias
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-18 15:20:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a3f16bb540b9d18e5b08f9c66fb3876d807d92a

commit 1a3f16bb540b9d18e5b08f9c66fb3876d807d92a
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-18 15:15:35 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:19:10 +0000

    devel/massif-visualizer:  add missing dependency on xmlpatterns

    PR:     273695

 devel/massif-visualizer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-09-18 15:20:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00

commit f54d5830ad3f5e96d679eb93c8ee7f82d8d1bd00
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-18 15:13:06 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:19:09 +0000

    net-im/kaidan: add missing dependency on kio

    PR:             273695

 net-im/kaidan/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2023-09-18 15:44:17 UTC
(In reply to Antoine Brodin from comment #1)

@antoine, two of the fallout have been fixed. 

The others are related to https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5 and I will push them with the update. 

Do you want to re-run it with an updated patch, or can I push it?


mfg Tobias
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2023-09-18 15:51:36 UTC
(In reply to Tobias C. Berner from comment #4)
the exp-builders are busy so if you can test the fixes yourself it's better
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-09-18 15:58:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b546b73c6af275e286998f94a3a97c186cfbfe0

commit 4b546b73c6af275e286998f94a3a97c186cfbfe0
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-18 15:45:43 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:55:44 +0000

    textproc/fcitx5-configtool: fix plist against KDE Frameworks 5.110

    The change [1] in KDE Frameworks leads to the configuration
    ecm_setup_version(PROJECT VARIABLE_PREFIX Fcitx5Migrator
                      VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/migrator_version.h"
                      PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Fcitx5MigratorVersion.cmake"
                      SOVERSION 0)
    accepting the value '0' as so-version, and not defaulting to the
    softwares major version (here 5).

    This leads to the .so.5 being renamed to .so.0 in the final package.

    [1] https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5

    PR:             273695

 textproc/fcitx5-configtool/Makefile  | 2 +-
 textproc/fcitx5-configtool/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-09-18 15:58:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7691ef42dd0bcb1c794782eecb269d0c3a9480b

commit c7691ef42dd0bcb1c794782eecb269d0c3a9480b
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-18 15:49:20 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:57:12 +0000

    chinese/libime-jyutping: fix plist against KDE Frameworks 5.110

    The change [1] in KDE Frameworks leads to the configuration
    ecm_setup_version(PROJECT
                      VARIABLE_PREFIX IMEJyutping
                      PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/LibIMEJyutpingConfigVersion.cmake"
                      SOVERSION 0)
    accepting the value '0' as so-version, and not defaulting to the
    softwares major version (here 1).

    This leads to the .so.1 being renamed to .so.0 in the final package.

    [1] https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/1da0bba97d170e6d04eaf5555681c1b325cabcf5

    PR:             273695

 chinese/libime-jyutping/Makefile  | 2 +-
 chinese/libime-jyutping/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 8 commit-hook freebsd_committer freebsd_triage 2023-09-18 15:58:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64fcfc13d7c16292042b4d82627aa294abc1de6d

commit 64fcfc13d7c16292042b4d82627aa294abc1de6d
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-06 18:45:43 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-18 15:54:39 +0000

    KDE: Update KDE Frameworks to 5.110

    Saturday, 9 September 2023

    KDE today announces the release of KDE Frameworks 5.110.0.

    KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
    of commonly needed functionality in mature, peer reviewed and well
    tested libraries with friendly licensing terms. For an introduction see
    the KDE Frameworks release announcement.

    This release is part of a series of planned monthly releases making
    improvements available to developers in a quick and predictable manner.

    Announcement:   https://kde.org/announcements/frameworks/5/5.110.0/

    Exp-run by:     antoine
    PR:             273695

 Mk/Uses/kde.mk                                     |  2 +-
 archivers/kf5-karchive/distinfo                    |  6 +++---
 devel/kf5-extra-cmake-modules/distinfo             |  6 +++---
 devel/kf5-kapidox/distinfo                         |  6 +++---
 devel/kf5-kauth/distinfo                           |  6 +++---
 devel/kf5-kbookmarks/distinfo                      |  6 +++---
 devel/kf5-kcmutils/distinfo                        |  6 +++---
 devel/kf5-kconfig/distinfo                         |  6 +++---
 devel/kf5-kcoreaddons/distinfo                     |  6 +++---
 devel/kf5-kcoreaddons/pkg-plist                    |  1 +
 devel/kf5-kcrash/distinfo                          |  6 +++---
 devel/kf5-kdbusaddons/distinfo                     |  6 +++---
 devel/kf5-kdeclarative/distinfo                    |  6 +++---
 devel/kf5-kdeclarative/pkg-plist                   |  1 +
 devel/kf5-kdoctools/distinfo                       |  6 +++---
 devel/kf5-kfilemetadata/distinfo                   |  6 +++---
 devel/kf5-ki18n/distinfo                           |  6 +++---
 devel/kf5-kidletime/distinfo                       |  6 +++---
 devel/kf5-kio/distinfo                             |  6 +++---
 devel/kf5-kitemmodels/distinfo                     |  6 +++---
 devel/kf5-knewstuff/distinfo                       |  6 +++---
 devel/kf5-knotifications/distinfo                  |  6 +++---
 devel/kf5-knotifyconfig/distinfo                   |  6 +++---
 devel/kf5-kpackage/distinfo                        |  6 +++---
 devel/kf5-kparts/distinfo                          |  6 +++---
 devel/kf5-kpeople/distinfo                         |  6 +++---
 devel/kf5-kpty/distinfo                            |  6 +++---
 devel/kf5-kservice/distinfo                        |  6 +++---
 devel/kf5-ktexteditor/Makefile                     |  1 -
 devel/kf5-ktexteditor/distinfo                     |  6 +++---
 devel/kf5-kunitconversion/distinfo                 |  6 +++---
 devel/kf5-solid/distinfo                           |  6 +++---
 devel/kf5-threadweaver/distinfo                    |  6 +++---
 dns/kf5-kdnssd/distinfo                            |  6 +++---
 graphics/kf5-kimageformats/Makefile                |  1 -
 graphics/kf5-kimageformats/distinfo                |  6 +++---
 .../files/patch-CMakeLists.txt (gone)              | 23 ----------------------
 .../files/patch-src_imageformats_avif.cpp (gone)   | 15 --------------
 graphics/kf5-kimageformats/pkg-plist               |  2 ++
 graphics/kf5-kplotting/distinfo                    |  6 +++---
 graphics/kf5-kquickcharts/distinfo                 |  6 +++---
 graphics/kf5-prison/distinfo                       |  6 +++---
 lang/kf5-kross/distinfo                            |  6 +++---
 misc/kf5-purpose/distinfo                          |  6 +++---
 multimedia/kf5-kmediaplayer/distinfo               |  6 +++---
 net/kf5-kcalendarcore/distinfo                     |  6 +++---
 net/kf5-kcontacts/distinfo                         |  6 +++---
 net/kf5-kdav/distinfo                              |  6 +++---
 net/kf5-kholidays/distinfo                         |  6 +++---
 net/kf5-kxmlrpcclient/distinfo                     |  6 +++---
 net/kf5-syndication/distinfo                       |  6 +++---
 security/kf5-kdesu/distinfo                        |  6 +++---
 sysutils/kf5-baloo/distinfo                        |  6 +++---
 sysutils/kf5-kwallet/distinfo                      |  6 +++---
 textproc/kf5-kcodecs/distinfo                      |  6 +++---
 textproc/kf5-sonnet/distinfo                       |  6 +++---
 textproc/kf5-syntax-highlighting/distinfo          |  6 +++---
 www/kf5-kdewebkit/distinfo                         |  6 +++---
 www/kf5-khtml/distinfo                             |  6 +++---
 www/kf5-kjs/distinfo                               |  6 +++---
 www/kf5-kjsembed/distinfo                          |  6 +++---
 x11-themes/kf5-breeze-icons/distinfo               |  6 +++---
 x11-themes/kf5-breeze-icons/pkg-plist              | 14 +++++++++++++
 x11-themes/kf5-kemoticons/distinfo                 |  6 +++---
 x11-themes/kf5-kiconthemes/distinfo                |  6 +++---
 x11-themes/kf5-oxygen-icons5/distinfo              |  6 +++---
 x11-themes/kf5-qqc2-desktop-style/distinfo         |  6 +++---
 x11-toolkits/kf5-attica/distinfo                   |  6 +++---
 x11-toolkits/kf5-kcompletion/distinfo              |  6 +++---
 x11-toolkits/kf5-kconfigwidgets/distinfo           |  6 +++---
 x11-toolkits/kf5-kdesignerplugin/distinfo          |  6 +++---
 x11-toolkits/kf5-kguiaddons/distinfo               |  6 +++---
 x11-toolkits/kf5-kirigami2/distinfo                |  6 +++---
 x11-toolkits/kf5-kitemviews/distinfo               |  6 +++---
 x11-toolkits/kf5-kjobwidgets/distinfo              |  6 +++---
 x11-toolkits/kf5-ktextwidgets/distinfo             |  6 +++---
 x11-toolkits/kf5-kwidgetsaddons/distinfo           |  6 +++---
 x11-toolkits/kf5-kxmlgui/distinfo                  |  6 +++---
 x11/kf5-frameworkintegration/distinfo              |  6 +++---
 x11/kf5-kactivities-stats/distinfo                 |  6 +++---
 x11/kf5-kactivities/distinfo                       |  6 +++---
 x11/kf5-kded/distinfo                              |  6 +++---
 x11/kf5-kdelibs4support/distinfo                   |  6 +++---
 x11/kf5-kglobalaccel/distinfo                      |  6 +++---
 x11/kf5-kinit/distinfo                             |  6 +++---
 x11/kf5-krunner/distinfo                           |  6 +++---
 x11/kf5-kwayland/distinfo                          |  6 +++---
 x11/kf5-kwindowsystem/distinfo                     |  6 +++---
 x11/kf5-plasma-framework/distinfo                  |  6 +++---
 89 files changed, 259 insertions(+), 281 deletions(-)