[neon/forks/pyqt-builder/Neon/release] /: New upstream version 1.18.1+dfsg
Dmitry Shachnev
null at kde.org
Wed Dec 3 06:33:47 GMT 2025
Git commit 4059bfc365361d86c99383a65395b1839c8d4b99 by Dmitry Shachnev.
Committed on 19/03/2025 at 15:50.
Pushed by carlosdem into branch 'Neon/release'.
New upstream version 1.18.1+dfsg
M +1 -1 docs/conf.py
M +7 -0 docs/releases.md
M +2 -1 pyqtbuild/bundle/packages/pyqt5.py
M +2 -1 pyqtbuild/bundle/packages/pyqt6.py
https://invent.kde.org/neon/forks/pyqt-builder/-/commit/4059bfc365361d86c99383a65395b1839c8d4b99
diff --git a/docs/conf.py b/docs/conf.py
index bb5423f..5af9623 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,7 @@ project = 'PyQt-builder'
copyright = '{0} Phil Thompson <phil at riverbankcomputing.com>'.format(
date.today().year)
author = 'Phil Thompson'
-version = 'v1.18.0'
+version = 'v1.18.1'
# -- General configuration ---------------------------------------------------
diff --git a/docs/releases.md b/docs/releases.md
index 97c6a77..930356a 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -1,5 +1,12 @@
# Release Notes
+## v1.18.1
+
+### Bug fix
+
+The `QtEglFSDeviceIntegration` library is now bundled for Qt5 and Qt6.
+
+
## v1.18.0
### `pyqt-bundle`
diff --git a/pyqtbuild/bundle/packages/pyqt5.py b/pyqtbuild/bundle/packages/pyqt5.py
index f00ba50..3e64c1b 100644
--- a/pyqtbuild/bundle/packages/pyqt5.py
+++ b/pyqtbuild/bundle/packages/pyqt5.py
@@ -51,7 +51,8 @@ _QT_METADATA = {
'QtGui':
VersionedMetadata(
- lib_deps={'linux': ('QtWaylandClient', 'QtXcbQpa')},
+ lib_deps={'linux': ('QtEglFSDeviceIntegration', 'QtWaylandClient',
+ 'QtXcbQpa')},
other_lib_deps={
'win': ('d3dcompiler_47.dll', 'libEGL.dll', 'libGLESv2.dll',
'opengl32sw.dll')}),
diff --git a/pyqtbuild/bundle/packages/pyqt6.py b/pyqtbuild/bundle/packages/pyqt6.py
index 917ed22..f6bfe50 100644
--- a/pyqtbuild/bundle/packages/pyqt6.py
+++ b/pyqtbuild/bundle/packages/pyqt6.py
@@ -50,7 +50,8 @@ _QT_METADATA = {
'QtGui': (
VersionedMetadata(version=(6, 2, 0),
lib_deps={
- 'linux': ('QtWaylandClient',
+ 'linux': ('QtEglFSDeviceIntegration',
+ 'QtWaylandClient',
'QtWaylandEglClientHwIntegration',
'QtWlShellIntegration', 'QtXcbQpa')},
other_lib_deps={
More information about the Neon-commits
mailing list