From aeaecdbf798fabfbc3d9f02ab2b20dbea67c2bc0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 Mar 2017 18:20:14 -0400 Subject: libre/pyqt5: bump pkgrel for rebuild, tidy the PKGBUILD --- libre/pyqt5/pyqt5-verbose-configure.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/pyqt5/pyqt5-verbose-configure.patch (limited to 'libre/pyqt5/pyqt5-verbose-configure.patch') diff --git a/libre/pyqt5/pyqt5-verbose-configure.patch b/libre/pyqt5/pyqt5-verbose-configure.patch new file mode 100644 index 000000000..9ddcfd0ef --- /dev/null +++ b/libre/pyqt5/pyqt5-verbose-configure.patch @@ -0,0 +1,15 @@ +diff --git a/configure.py b/configure.py +index 94345c3..3d31a43 100644 +--- a/configure.py ++++ b/configure.py +@@ -2231,7 +2231,10 @@ int main(int, char **) + ''' % ('\n'.join(incfile), test) + + if compile_qt_program(target_config, verbose, 'cfgtest_' + mname, source, mname) is not None: ++ inform("Yes") + target_config.pyqt_modules.append(mname) ++ else: ++ inform("No") + + + def compile_qt_program(target_config, verbose, name, source, mname, debug=None): -- cgit v1.2.3