Date: Sat, 4 Mar 2023 05:42:29 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c55f46df85c - main - misc/qt5ct: update to 1.7 Message-ID: <202303040542.3245gTR0034967@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c55f46df85c03b2af6bd1b7c3560c5b034db0d0 commit 2c55f46df85c03b2af6bd1b7c3560c5b034db0d0 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-03-04 00:07:18 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-03-04 05:40:24 +0000 misc/qt5ct: update to 1.7 Version 1.6 * added XDG desktop portal dialogs support (Marco Genasci) * added qt6ct compatibility * improved warning about incorrect environment variable * improved icon loader * only prepend our stylesheet if it has changed (Carlo Teubner) * changed minimal required Qt version from 5.4 to 5.9 * fixed compatibility with applications that use own stylesheet (John Lindgren) * fixed some clazy and clang-tidy warnings * changed font configuration format * updated Bulgarian translation (Kiril Kirilov) * updated Catalan translation (Toni Estévez) * updated Chinese (Traditional) translation (s8321414) * updated Czech translation (fri) * updated Dutch translation (Heimen Stoffels) * updated Greek translation (Dimitrios Glentadakis) * updated Japanese translation (UTUMI Hirosi) * updated Polish translation (Marek Adamski) * updated Russian translation (Ilya Kotov) * updated Spanish translation (Toni Estévez) * updated Ukrainian translation (Denys Nykula) Version 1.7 * added keywords entry to desktop file (Mateusz Łukasik) * changed minimal Qt version to 5.15 for cmake build system * fixed qmake build --- misc/qt5ct/Makefile | 2 +- misc/qt5ct/distinfo | 6 +++--- misc/qt5ct/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index eae485672e53..e8dcd90ea1ca 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,5 +1,5 @@ PORTNAME= qt5ct -DISTVERSION= 1.5 +DISTVERSION= 1.7 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index d9e26df2a23b..7917ded2162f 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633151417 -SHA256 (qt5ct-1.5.tar.bz2) = d63d0ce16e02427207d86531f70a71c5b9c850044dd5b2dcb2285531f416e490 -SIZE (qt5ct-1.5.tar.bz2) = 81089 +TIMESTAMP = 1677887574 +SHA256 (qt5ct-1.7.tar.bz2) = ed58546a6e4c50dfed1b9ff6a148d4a468fe9b4d7b5b2727b96501de2955b8d7 +SIZE (qt5ct-1.7.tar.bz2) = 85464 diff --git a/misc/qt5ct/pkg-plist b/misc/qt5ct/pkg-plist index 117d5d5f6532..ce0e0f01bc92 100644 --- a/misc/qt5ct/pkg-plist +++ b/misc/qt5ct/pkg-plist @@ -1,4 +1,6 @@ bin/qt5ct +lib/libqt5ct-common.so +lib/libqt5ct-common.so.1.7 %%QT_PLUGINDIR%%/platformthemes/libqt5ct.so %%QT_PLUGINDIR%%/styles/libqt5ct-style.so share/applications/qt5ct.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303040542.3245gTR0034967>