blob b922f108d8986313db4f0f8f4a1cf80aef10dec4 614 bytes (raw)
name: packages/patches/pyqt-configure.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| | 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
|
debug log:
solving b922f108d8986313db4f0f8f4a1cf80aef10dec4 ...
found b922f108d8986313db4f0f8f4a1cf80aef10dec4 in https://git.savannah.gnu.org/cgit/guix.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).