Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-qt4 | name : python-qt4 | ||||
| version : '4.12' | version : 4.12.1 | ||||
| release : 6 | release : 7 | ||||
| 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 : python-qt4 are the python2 bindings for Qt4. | summary : python-qt4 are the python2 bindings for Qt4. | ||||
| description: | | description: | | ||||
| python-qt4 are the python2 bindings for Qt4. | python-qt4 are the python2 bindings for Qt4. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(dbus-python) | - pkgconfig(dbus-python) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(python-2.7) | - pkgconfig(harfbuzz) | ||||
| - pkgconfig(QtGui) | - pkgconfig(QtGui) | ||||
| - python-sip-devel | - python-sip-devel | ||||
| rundeps : | rundeps : | ||||
| - python-sip | - python-sip | ||||
| setup : | | setup : | | ||||
| python2 configure-ng.py --confirm-license --no-sip-files --qsci-api -q /usr/bin/qmake-qt4 | python2 configure-ng.py --confirm-license \ | ||||
| --no-sip-files \ | |||||
| --qsci-api \ | |||||
| -q /usr/bin/qmake-qt4 \ | |||||
| CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS" | |||||
JoshStrobl: Spacing looks like 8 rather than 4. | |||||
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" | ||||
| install -d $installdir/usr/share/sip/PyQt4 | install -d $installdir/usr/share/sip/PyQt4 | ||||
| cp -r sip/* $installdir/usr/share/sip/PyQt4 | cp -r sip/* $installdir/usr/share/sip/PyQt4 | ||||
| mv $installdir/usr/bin/{,python2-}pyuic4 | mv $installdir/usr/bin/{,python2-}pyuic4 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Spacing looks like 8 rather than 4.