- changed posgresql-lib dep to postgresql since postgers.h is provided by
second one, and not by the first and is needed at the compilation stage
- fixed messages in qt3.install file
- cleaned up and commented
- removed default ./configure options
- added documentation build
- changed make to make sub-tools so we don't build examples and tutorials
change it back to make to get them
- added unset _p patch so we free the variables after we don't need them anymore
- removed libtool slay
- moved libmng from makedepends to depends. Since we are using it, it is
more like runtime dependency, than build-only optdep.
- fixed another typo in patches (001-qiconview-rebuildcontainer.patch)
- added accidentaly removed qt-unixodbc.patch
- added postgresql and mysql include and library location to ./configure options
those should probably be detected automatically. fix needed.
- added links to tools provided by qt3 with naming scheme qt3* so we can run
them with qt4 installed.
- changed optdepends from libs to full packages
- added optdepens descriptions
- changed builddepds from full packages to libraries
- added post-install message about new naming scheme of the provided tools.
- added things pulled from kdemod3 (agent-{startup,shutdown},arch logo for system shutdown dialog)
- added mkpamsrv script install
- added install file
- added pam.d rules post-install generation
- pulled minor fixups form kdmod3
- fixed problem with missin default avatar in kdm
- added patches pulled form kdemod3, those prefixed with
number come from http://websvn.kde.org/trunk/qt-copy/patches/
oters come form fedora, gentoo and debian
- changed QTDIR to QT3DIR in order to allow Qt4 compatibility
[is this needed? dunno but you never know]
- added xinerama, xcursor, xrender options to configure
- pulled libtool slay and Arch64 fix from kdemod3 PKGBUILDs
- pulled GCC4 fix from kdemod3 PKGBUILDs