diff --git a/desktop/toolkit/qt5/polkit-qt/pspec.xml b/desktop/toolkit/qt5/polkit-qt/pspec.xml index d8f8c84cd0..3359e1d414 100755 --- a/desktop/toolkit/qt5/polkit-qt/pspec.xml +++ b/desktop/toolkit/qt5/polkit-qt/pspec.xml @@ -12,7 +12,7 @@ A library that allows developers to access PolicyKit API with a nice Qt-style API https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel mesa-devel @@ -25,7 +25,7 @@ polkit-qt - qt5-base + qt5-base glib2 polkit libgcc @@ -40,7 +40,7 @@ polkit-qt-devel polkit-qt - qt5-base-devel + qt5-base-devel glib2-devel polkit-devel @@ -51,6 +51,13 @@ + + 2023-06-17 + 0.114.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-04-10 0.114.0 diff --git a/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch b/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch index 42d26c61a3..cdaf609082 100644 --- a/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch +++ b/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch @@ -108,7 +108,7 @@ index 29ed62cd39..aba930dfe1 100644 } } diff --git a/src/qmlmodels/qqmldelegatemodel.cpp b/src/qmlmodels/qqmldelegatemodel.cpp -index 523c0df779..551e0ede95 100644 +index 4fcff70de6..5b7e767ae2 100644 --- a/src/qmlmodels/qqmldelegatemodel.cpp +++ b/src/qmlmodels/qqmldelegatemodel.cpp @@ -389,6 +389,12 @@ void QQmlDelegateModelPrivate::connectToAbstractItemModel() @@ -1570,3 +1570,34 @@ index 0000000000..38dfde41c3 + } + } +} +diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp +index beeec88f07..2cb7653d65 100644 +--- a/tools/qml/main.cpp ++++ b/tools/qml/main.cpp +@@ -446,8 +446,8 @@ int main(int argc, char *argv[]) + QCommandLineParser parser; + parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions); + parser.setOptionsAfterPositionalArgumentsMode(QCommandLineParser::ParseAsPositionalArguments); +- const QCommandLineOption helpOption = parser.addHelpOption(); +- const QCommandLineOption versionOption = parser.addVersionOption(); ++ parser.addHelpOption(); ++ parser.addVersionOption(); + #ifdef QT_GUI_LIB + QCommandLineOption apptypeOption(QStringList() << QStringLiteral("a") << QStringLiteral("apptype"), + QCoreApplication::translate("main", "Select which application class to use. Default is gui."), +@@ -522,14 +522,7 @@ int main(int argc, char *argv[]) + parser.addPositionalArgument("args", + QCoreApplication::translate("main", "Arguments after '--' are ignored, but passed through to the application.arguments variable in QML."), "[-- args...]"); + +- if (!parser.parse(QCoreApplication::arguments())) { +- qWarning() << parser.errorText(); +- exit(1); +- } +- if (parser.isSet(versionOption)) +- parser.showVersion(); +- if (parser.isSet(helpOption)) +- parser.showHelp(); ++ parser.process(*app); + if (parser.isSet(listConfOption)) + listConfFiles(); + if (applicationType == QmlApplicationTypeUnknown) { diff --git a/desktop/toolkit/qt5/qt5-declarative/pspec.xml b/desktop/toolkit/qt5/qt5-declarative/pspec.xml index 7f2238e825..15562996f7 100755 --- a/desktop/toolkit/qt5/qt5-declarative/pspec.xml +++ b/desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -11,15 +11,15 @@ Classes for QML and JavaScript languages Classes for QML and JavaScript languages LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.15/5.15.9/submodules/qtdeclarative-everywhere-opensource-src-5.15.9.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.10/submodules/qtdeclarative-everywhere-opensource-src-5.15.10.tar.xz python3 - qt5-base-devel + qt5-base-devel libxkbcommon-devel mesa-devel - - - qt5-sql-sqlite + + + qt5-sql-sqlite qt_kde.patch @@ -31,9 +31,9 @@ libgcc - qt5-base + qt5-base libglvnd - + /usr/lib @@ -53,7 +53,7 @@ /usr/include/qt5 - qt5-base-devel + qt5-base-devel qt5-declarative @@ -61,7 +61,7 @@ + + 2023-06-17 + 5.15.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-05-10 5.15.9 diff --git a/desktop/toolkit/qt5/qt5-networkauth/pspec.xml b/desktop/toolkit/qt5/qt5-networkauth/pspec.xml index 6f5e7ee042..f14d7a1a38 100644 --- a/desktop/toolkit/qt5/qt5-networkauth/pspec.xml +++ b/desktop/toolkit/qt5/qt5-networkauth/pspec.xml @@ -12,16 +12,16 @@ app:gui Network authentication module Ağ kimlik doğrulama modülü - http://download.qt.io/official_releases/qt/5.15/5.15.9/submodules/qtnetworkauth-everywhere-opensource-src-5.15.9.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.10/submodules/qtnetworkauth-everywhere-opensource-src-5.15.10.tar.xz - qt5-base-devel + qt5-base-devel qt5-networkauth - qt5-base + qt5-base /usr/lib @@ -34,7 +34,7 @@ Development files for qt5-networkauth qt5-networkauth - qt5-base-devel + qt5-base-devel /usr/include @@ -44,6 +44,13 @@ + + 2023-06-17 + 5.15.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-04-10 5.15.9 diff --git a/desktop/toolkit/qt5/qt5-speech/pspec.xml b/desktop/toolkit/qt5/qt5-speech/pspec.xml index 3a7fb5e080..fffbeb121d 100755 --- a/desktop/toolkit/qt5/qt5-speech/pspec.xml +++ b/desktop/toolkit/qt5/qt5-speech/pspec.xml @@ -14,10 +14,10 @@ LGPL3 Qt module to make text to speech and speech recognition easy Qt module to make text to speech and speech recognition easy - http://download.qt.io/official_releases/qt/5.15/5.15.9/submodules/qtspeech-everywhere-opensource-src-5.15.9.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.10/submodules/qtspeech-everywhere-opensource-src-5.15.10.tar.xz flite-devel - qt5-base-devel + qt5-base-devel speech-dispatcher-devel @@ -29,7 +29,7 @@ Qt module to make text to speech and speech recognition easy flite - qt5-base + qt5-base libgcc speech-dispatcher @@ -54,6 +54,13 @@ + + 2023-06-17 + 5.15.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-04-10 5.15.9