* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
Apply all patches with "git -am"
Rewrite dont-install-bundle.patch as 0001-configure-Add-no-install-deps-option.patch
Add line numbers to callstacks to aid debugging
.. into qconfig.pri. Without this, the packager was required to
remove old versions of Qt software from the sysroot before
building new versions of that software.
mkspecs/features/qt_functions.prf:77..78 has the following:
MODULE_LIBS_ADD = $$MODULE_LIBS
MODULE_LIBS_ADD -= $$QMAKE_DEFAULT_LIBDIRS
.. and that did nothing since QMAKE_DEFAULT_LIBDIRS was empty
before this change.
The configure shell script does this using awk. This feature
should be made to work for other compilers too, currently only
g++ is supported.