pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pyside6: fix build with add qt6-gtwebengine as dependency
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Tue Sep 22 17:20:10 2026 +0200
Changeset: 849361eff6ae7a0fad2a641627b7526990312d23
Modified Files:
py-pyside6/Makefile
py-pyside6/PLIST
Log Message:
py-pyside6: fix build with add qt6-gtwebengine as dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=849361eff6ae7a0fad2a641627b7526990312d23
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pyside6/Makefile | 1 +
py-pyside6/PLIST | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diffs:
diff --git a/py-pyside6/Makefile b/py-pyside6/Makefile
index 88d62c00c0..6981a9daf6 100644
--- a/py-pyside6/Makefile
+++ b/py-pyside6/Makefile
@@ -62,6 +62,7 @@ SUBST_MESSAGE.unbl3= Fix paths to buildlink directories in installed files.
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../www/qt6-qthttpserver/buildlink3.mk"
.include "../../www/qt6-qtwebchannel/buildlink3.mk"
+.include "../../www/qt6-qtwebengine/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../x11/qt6-qtserialport/buildlink3.mk"
diff --git a/py-pyside6/PLIST b/py-pyside6/PLIST
index 6315996e1f..8e8a942fb1 100644
--- a/py-pyside6/PLIST
+++ b/py-pyside6/PLIST
@@ -30,6 +30,8 @@ PySide6/include/QtNetworkAuth/pyside6_qtnetworkauth_python.h
PySide6/include/QtNfc/pyside6_qtnfc_python.h
PySide6/include/QtOpenGL/pyside6_qtopengl_python.h
PySide6/include/QtOpenGLWidgets/pyside6_qtopenglwidgets_python.h
+PySide6/include/QtPdf/pyside6_qtpdf_python.h
+PySide6/include/QtPdfWidgets/pyside6_qtpdfwidgets_python.h
PySide6/include/QtPositioning/pyside6_qtpositioning_python.h
PySide6/include/QtPrintSupport/pyside6_qtprintsupport_python.h
PySide6/include/QtQml/pyside6_qtqml_python.h
@@ -51,6 +53,9 @@ PySide6/include/QtTest/pyside6_qttest_python.h
PySide6/include/QtTextToSpeech/pyside6_qttexttospeech_python.h
PySide6/include/QtUiTools/pyside6_qtuitools_python.h
PySide6/include/QtWebChannel/pyside6_qtwebchannel_python.h
+PySide6/include/QtWebEngineCore/pyside6_qtwebenginecore_python.h
+PySide6/include/QtWebEngineQuick/pyside6_qtwebenginequick_python.h
+PySide6/include/QtWebEngineWidgets/pyside6_qtwebenginewidgets_python.h
PySide6/include/QtWebSockets/pyside6_qtwebsockets_python.h
PySide6/include/QtWidgets/pyside6_qtwidgets_python.h
PySide6/include/QtXml/pyside6_qtxml_python.h
@@ -249,6 +254,10 @@ ${PYSITELIB}/PySide6/QtOpenGL.abi3.so
${PYSITELIB}/PySide6/QtOpenGL.pyi
${PYSITELIB}/PySide6/QtOpenGLWidgets.abi3.so
${PYSITELIB}/PySide6/QtOpenGLWidgets.pyi
+${PYSITELIB}/PySide6/QtPdf.abi3.so
+${PYSITELIB}/PySide6/QtPdf.pyi
+${PYSITELIB}/PySide6/QtPdfWidgets.abi3.so
+${PYSITELIB}/PySide6/QtPdfWidgets.pyi
${PYSITELIB}/PySide6/QtPositioning.abi3.so
${PYSITELIB}/PySide6/QtPositioning.pyi
${PYSITELIB}/PySide6/QtPrintSupport.abi3.so
@@ -291,6 +300,12 @@ ${PYSITELIB}/PySide6/QtUiTools.abi3.so
${PYSITELIB}/PySide6/QtUiTools.pyi
${PYSITELIB}/PySide6/QtWebChannel.abi3.so
${PYSITELIB}/PySide6/QtWebChannel.pyi
+${PYSITELIB}/PySide6/QtWebEngineCore.abi3.so
+${PYSITELIB}/PySide6/QtWebEngineCore.pyi
+${PYSITELIB}/PySide6/QtWebEngineQuick.abi3.so
+${PYSITELIB}/PySide6/QtWebEngineQuick.pyi
+${PYSITELIB}/PySide6/QtWebEngineWidgets.abi3.so
+${PYSITELIB}/PySide6/QtWebEngineWidgets.pyi
${PYSITELIB}/PySide6/QtWebSockets.abi3.so
${PYSITELIB}/PySide6/QtWebSockets.pyi
${PYSITELIB}/PySide6/QtWidgets.abi3.so
@@ -317,6 +332,7 @@ share/PySide6/doc/qtcore.rst
share/PySide6/doc/qtqml.rst
share/PySide6/doc/qtquicktest.rst
share/PySide6/doc/qtuitools.rst
+share/PySide6/doc/qtwebenginecore.rst
share/PySide6/glue/qtcharts.cpp
share/PySide6/glue/qtcore.cpp
share/PySide6/glue/qtdatavisualization.cpp
@@ -337,6 +353,7 @@ share/PySide6/glue/qtsql.cpp
share/PySide6/glue/qtstatemachine.cpp
share/PySide6/glue/qttest.cpp
share/PySide6/glue/qtuitools.cpp
+share/PySide6/glue/qtwebenginecore.cpp
share/PySide6/glue/qtwidgets.cpp
share/PySide6/glue/qtxml.cpp
share/PySide6/typesystems/common.xml
@@ -405,6 +422,8 @@ share/PySide6/typesystems/typesystem_opengl_modifications4_5.xml
share/PySide6/typesystems/typesystem_opengl_modifications4_5_core.xml
share/PySide6/typesystems/typesystem_opengl_modifications_va.xml
share/PySide6/typesystems/typesystem_openglwidgets.xml
+share/PySide6/typesystems/typesystem_pdf.xml
+share/PySide6/typesystems/typesystem_pdfwidgets.xml
share/PySide6/typesystems/typesystem_positioning.xml
share/PySide6/typesystems/typesystem_printsupport.xml
share/PySide6/typesystems/typesystem_printsupport_common.xml
@@ -427,6 +446,9 @@ share/PySide6/typesystems/typesystem_test.xml
share/PySide6/typesystems/typesystem_texttospeech.xml
share/PySide6/typesystems/typesystem_uitools.xml
share/PySide6/typesystems/typesystem_webchannel.xml
+share/PySide6/typesystems/typesystem_webenginecore.xml
+share/PySide6/typesystems/typesystem_webenginequick.xml
+share/PySide6/typesystems/typesystem_webenginewidgets.xml
share/PySide6/typesystems/typesystem_websockets.xml
share/PySide6/typesystems/typesystem_widgets.xml
share/PySide6/typesystems/typesystem_widgets_common.xml
Home |
Main Index |
Thread Index |
Old Index