diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,3 +1,4 @@ +libGL.so.1 libQtCore.so.4 libQtDBus.so.4 libQtDeclarative.so.4 @@ -16,4 +17,7 @@ libQtXmlPatterns.so.4 libc.so.6 libdbus-1.so.3 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 libstdc++.so.6 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : python3-qt4 -version : '4.12' -release : 5 +version : 4.12.1 +release : 6 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 component : programming.python summary : python3-qt4 are the python3 bindings for Qt4. @@ -10,6 +10,7 @@ python3-qt4 are the python3 bindings for Qt4. builddeps : - pkgconfig(gl) + - pkgconfig(harfbuzz) - pkgconfig(python-3.5) - pkgconfig(QtGui) - python3-dbus @@ -18,7 +19,10 @@ - python3-sip - python-qt4 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" build : | sed -i "s|/usr/bin/moc|/usr/bin/moc-qt4|g" ./*/Makefile %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ python3-qt4 - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net GPL-3.0 programming.python @@ -95,12 +95,12 @@ - - 2016-02-02 - 4.12 + + 2017-11-16 + 4.12.1 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file