Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python3-qt4 | name : python3-qt4 | ||||
| version : '4.12' | version : 4.12.1 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://pilotfiber.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-4.12/PyQt4_gpl_x11-4.12.tar.gz : 3c1d4b55314adb3e1132de8fc2a92eed216d37e58aceed41294dbca210ca88db | - https://netcologne.dl.sourceforge.net/project/pyqt/PyQt4/PyQt-4.12.1/PyQt4_gpl_x11-4.12.1.tar.gz : 45d724461ae58b019b9be95076ca07e212eb73084aec9125bb254825c3a05383 | ||||
| license : GPL-3.0 | license : GPL-3.0 | ||||
| component : programming.python | component : programming.python | ||||
| summary : python3-qt4 are the python3 bindings for Qt4. | summary : python3-qt4 are the python3 bindings for Qt4. | ||||
| description: | | description: | | ||||
| python3-qt4 are the python3 bindings for Qt4. | python3-qt4 are the python3 bindings for Qt4. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(harfbuzz) | |||||
| - pkgconfig(python-3.5) | - pkgconfig(python-3.5) | ||||
| - pkgconfig(QtGui) | - pkgconfig(QtGui) | ||||
| - python3-dbus | - python3-dbus | ||||
| - python3-sip-devel | - python3-sip-devel | ||||
| rundeps : | rundeps : | ||||
| - python3-sip | - python3-sip | ||||
| - python-qt4 | - python-qt4 | ||||
| setup : | | setup : | | ||||
| python3 configure-ng.py --confirm-license --no-sip-files -q /usr/bin/qmake-qt4 | python3 configure-ng.py --confirm-license \ | ||||
| --no-sip-files \ | |||||
| -q /usr/bin/qmake-qt4 \ | |||||
| CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS" | |||||
JoshStrobl: Spacing should be 4 not 8. | |||||
Not Done Inline ActionsWat no I meant 4 space indentation. You had 8 on top of the 4 indented. JoshStrobl: Wat no I meant 4 space indentation. You had 8 on top of the 4 indented. | |||||
| build : | | build : | | ||||
| sed -i "s|/usr/bin/moc|/usr/bin/moc-qt4|g" ./*/Makefile | sed -i "s|/usr/bin/moc|/usr/bin/moc-qt4|g" ./*/Makefile | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install INSTALL_ROOT="$installdir" | %make_install INSTALL_ROOT="$installdir" | ||||
| rm -rf $installdir/usr/bin | rm -rf $installdir/usr/bin | ||||
| rm -rf $installdir/usr/lib64 | rm -rf $installdir/usr/lib64 | ||||
| rm -rf $installdir/usr/share | rm -rf $installdir/usr/share | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Spacing should be 4 not 8.