2019-05-04 08:53:49 +00:00
|
|
|
{
|
2019-11-04 07:31:21 +00:00
|
|
|
"name": "pyqt5",
|
|
|
|
"config-opts": [
|
|
|
|
"--disable-static",
|
|
|
|
"--enable-x11"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "archive",
|
|
|
|
"url": "https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.11.3/PyQt5_gpl-5.11.3.zip",
|
|
|
|
"sha256": "7cacf0712d76a702e0e2102a65f411fd72e7f64a851a47a72c03fbafbe447aae"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "script",
|
|
|
|
"commands": [
|
|
|
|
"python3 configure.py --assume-shared --confirm-license --no-designer-plugin --no-qml-plugin --sysroot=/app --qsci-api --qsci-api-destdir=/app/qsci --sipdir=/app/share/sip --sip=/app/bin/sip --sip-incdir=/app/include QMAKE_CFLAGS_RELEASE='-I/usr/include/python3.7m/' QMAKE_CXXFLAGS_RELEASE='-I/usr/include/python3.7m/'"
|
2019-05-04 08:53:49 +00:00
|
|
|
],
|
2019-11-04 07:31:21 +00:00
|
|
|
"dest-filename": "configure"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "sip",
|
|
|
|
"sources": [
|
2019-05-04 08:53:49 +00:00
|
|
|
{
|
2019-11-04 07:31:21 +00:00
|
|
|
"type": "archive",
|
|
|
|
"url": "https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.12/sip-4.19.12.tar.gz",
|
|
|
|
"sha256": "24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822"
|
2019-05-04 08:53:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "script",
|
|
|
|
"commands": [
|
2019-11-04 07:31:21 +00:00
|
|
|
"python3 configure.py --sip-module PyQt5.sip -b ${FLATPAK_DEST}/bin -d ${FLATPAK_DEST}/lib/python3.7/site-packages -e ${FLATPAK_DEST}/include -v ${FLATPAK_DEST}/share/sip --stubsdir=${FLATPAK_DEST}/lib/python3.7/site-packages"
|
2019-05-04 08:53:49 +00:00
|
|
|
],
|
|
|
|
"dest-filename": "configure"
|
|
|
|
}
|
|
|
|
],
|
2019-11-04 07:31:21 +00:00
|
|
|
"cleanup": [
|
|
|
|
"/bin",
|
|
|
|
"/include"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|