summaryrefslogtreecommitdiff
path: root/devel/qt5-assistant
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt5-assistant')
-rw-r--r--devel/qt5-assistant/distinfo6
-rw-r--r--devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro4
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/qt5-assistant/distinfo b/devel/qt5-assistant/distinfo
index 2c539b068188..137e3510e72e 100644
--- a/devel/qt5-assistant/distinfo
+++ b/devel/qt5-assistant/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732217213
-SHA256 (KDE/Qt/5.15.16/kde-qttools-5.15.16p3.tar.xz) = e3e6694c46fcfff81ea60eaea9a3468b1748b2c6abf3798591e7e1198a42fc26
-SIZE (KDE/Qt/5.15.16/kde-qttools-5.15.16p3.tar.xz) = 8927008
+TIMESTAMP = 1749567033
+SHA256 (KDE/Qt/5.15.17/kde-qttools-5.15.17p3.tar.xz) = 80bdd342b06cbeff3aaece2e37519870c23b071c290d03265f635e9799edfcf2
+SIZE (KDE/Qt/5.15.17/kde-qttools-5.15.17p3.tar.xz) = 8927352
diff --git a/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro b/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro
index 668ae556ef40..2c5c484bbe6c 100644
--- a/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro
+++ b/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro
@@ -1,5 +1,5 @@
Do not use QtWebKit even if it is present to reduce the port's dependencies.
---- src/assistant/assistant/assistant.pro
+--- src/assistant/assistant/assistant.pro.orig 2025-05-22 08:01:28 UTC
+++ src/assistant/assistant/assistant.pro
@@ -1,8 +1,4 @@
-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
@@ -9,5 +9,5 @@ Do not use QtWebKit even if it is present to reduce the port's dependencies.
-}
+BROWSER = qtextbrowser
- QT += widgets network help sql help
+ QT += widgets network help sql
qtHaveModule(printsupport): QT += printsupport