Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-qscintilla | name : python-qscintilla | ||||
| version : 2.11.6 | version : 2.11.6 | ||||
| release : 15 | release : 16 | ||||
| source : | source : | ||||
| - https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.6/QScintilla-2.11.6.tar.gz : e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7 | - https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.11.6/QScintilla-2.11.6.tar.gz : e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7 | ||||
| homepage : https://www.riverbankcomputing.com/software/qscintilla/ | homepage : https://www.riverbankcomputing.com/software/qscintilla/ | ||||
| license : GPL-3.0-only | license : GPL-3.0-only | ||||
| component : programming | component : programming | ||||
| summary : QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. | summary : QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control | ||||
| description: | | description: | | ||||
| QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. | QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - pkgconfig(Qt5Widgets) | - pkgconfig(Qt5Widgets) | ||||
| - python3-qt5 | - python3-qt5 | ||||
| - python3-sip-devel | |||||
| - qscintilla-devel | - qscintilla-devel | ||||
| rundeps : | rundeps : | ||||
| - python3-qt5 | - python3-qt5 | ||||
| replaces : | replaces : | ||||
| - python-qscintilla-qt5 | - python-qscintilla-qt5 | ||||
| setup : | | setup : | | ||||
| cp -R Python Python3-Qt5 | cd $workdir/Python | ||||
| cd $workdir/Python3-Qt5 | |||||
| # Python 3 / Qt5 | |||||
| sed -i "s|self._find_exe('sip5', 'sip')|self.sip = self._find_exe('sip5', 'sip3')|" configure.py | |||||
| python3 configure.py --pyqt=PyQt5 | python3 configure.py --pyqt=PyQt5 | ||||
| build : | | build : | | ||||
| cd Python3-Qt5/Qsci | cd Python/Qsci | ||||
| %qmake QMAKE_CFLAGS_ISYSTEM=-I INCLUDEPATH+='/usr/include/QtWidgets /usr/include/QtPrintSupport' LIBS+='-lqscintilla2_qt5' | %qmake QMAKE_CFLAGS_ISYSTEM=-I INCLUDEPATH+='/usr/include/QtWidgets /usr/include/QtPrintSupport' LIBS+='-lqscintilla2_qt5' | ||||
| cd .. | cd .. | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| pushd Python3-Qt5 | pushd Python | ||||
| %make_install INSTALL_ROOT=$installdir | %make_install INSTALL_ROOT=$installdir | ||||
| popd | popd | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.