summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/pyqt-configure.patch
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-02-08 16:45:17 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-25 11:30:33 +0200
commit38778d48b3c38d7205a599ebe9ae66e3b2c5c2e2 (patch)
tree38f96e96aadb3c65cb26fcbed7765bfa1c468600 /gnu/packages/patches/pyqt-configure.patch
parentc070a21f467c14fa2efc99a5e41a5f79fa3f8217 (diff)
gnu: python-pyqt: Update to 5.15.11.qt-team
* gnu/packages/patches/pyqt-configure.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/qt.scm (python-pyqt): Update to 5.15.11. [source]: Remove patch. Change-Id: I62e712aab1c7aa40f7847eb1b5669b010cab25ce
Diffstat (limited to 'gnu/packages/patches/pyqt-configure.patch')
-rw-r--r--gnu/packages/patches/pyqt-configure.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/pyqt-configure.patch b/gnu/packages/patches/pyqt-configure.patch
deleted file mode 100644
index b922f108d8..0000000000
--- a/gnu/packages/patches/pyqt-configure.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Have configure.py modify internal variables depending on the --qml-plugindir
-configure option.
-diff -u PyQt-gpl-5.4.alt/configure.py PyQt-gpl-5.4/configure.py
---- PyQt-gpl-5.4.alt/configure.py 2015-01-25 17:27:50.000000000 +0100
-+++ PyQt-gpl-5.4/configure.py 2015-01-25 17:56:41.000000000 +0100
-@@ -904,6 +904,9 @@
- if opts.pyuicinterpreter is not None:
- self.pyuic_interpreter = opts.pyuicinterpreter
-
-+ if opts.qmlplugindir is not None:
-+ self.qml_plugin_dir = opts.qmlplugindir
-+
- if opts.qsciapidir is not None:
- self.qsci_api_dir = opts.qsciapidir
-