Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402700 Details for
Bug 541604
x11-libs/qscintilla & dev-python/qscintilla-python: add support for Qt5/PyQt5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt5_python_libname.patch
qt5_python_libname.patch (text/plain), 1.28 KB, created by
Joakim Gebart Nohlgård
on 2015-05-05 08:06:45 UTC
(
hide
)
Description:
qt5_python_libname.patch
Filename:
MIME Type:
Creator:
Joakim Gebart Nohlgård
Created:
2015-05-05 08:06:45 UTC
Size:
1.28 KB
patch
obsolete
>diff --git a/QScintilla-gpl-2.9/Python/configure.py b/QScintilla-gpl-2.9/Python/configure.py >index 0e006ad..bfd8a4b 100644 >--- a/QScintilla-gpl-2.9/Python/configure.py >+++ b/QScintilla-gpl-2.9/Python/configure.py >@@ -210,9 +210,17 @@ class ModuleConfiguration(object): > if lib_dir is None: > lib_dir = target_configuration.qt_lib_dir > >- if not glob.glob(os.path.join(lib_dir, '*qscintilla2*')): >- error( >- "The QScintilla library could not be found in %s. If " >+ if target_configuration.pyqt_package == 'PyQt5': >+ if not glob.glob(os.path.join(lib_dir, '*qt5scintilla2*')): >+ error( >+ "The qt5scintilla2 library could not be found in %s. If " >+ "QScintilla is installed then use the --qsci-libdir " >+ "argument to explicitly specify the correct " >+ "directory." % lib_dir) >+ else: >+ if not glob.glob(os.path.join(lib_dir, '*qscintilla2*')): >+ error( >+ "The qscintilla2 library could not be found in %s. If " > "QScintilla is installed then use the --qsci-libdir " > "argument to explicitly specify the correct " > "directory." % lib_dir)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 541604
:
402688
|
402690
|
402692
|
402694
|
402696
|
402698
| 402700 |
402706
|
429376