summaryrefslogtreecommitdiffstats
path: root/arch/3.5.13/trinity-base/trinity-qt3/qt3.install
diff options
context:
space:
mode:
authorPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-02 14:19:49 +0100
committerPawel "l0ner" Soltys <pwslts@gmail.com>2012-02-02 14:19:49 +0100
commit021036598a306d8cf7204d6d62ff090278f7ecf1 (patch)
tree7a0032138346140ff5b78ed2bfeebfcd17341ae5 /arch/3.5.13/trinity-base/trinity-qt3/qt3.install
parentead369ac94473139a2320a1c90cda64dd887b94a (diff)
downloadtde-packaging-021036598a306d8cf7204d6d62ff090278f7ecf1.tar.gz
tde-packaging-021036598a306d8cf7204d6d62ff090278f7ecf1.zip
qt3: removed no-rpath patch
- 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.
Diffstat (limited to 'arch/3.5.13/trinity-base/trinity-qt3/qt3.install')
-rw-r--r--arch/3.5.13/trinity-base/trinity-qt3/qt3.install11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/3.5.13/trinity-base/trinity-qt3/qt3.install b/arch/3.5.13/trinity-base/trinity-qt3/qt3.install
index 2a8dc4c98..3d7119d05 100644
--- a/arch/3.5.13/trinity-base/trinity-qt3/qt3.install
+++ b/arch/3.5.13/trinity-base/trinity-qt3/qt3.install
@@ -1,12 +1,19 @@
post_install() {
ldconfig &> /dev/null
+ echo "Note that the tools provided by this package (assistant, designer,"
+ echo "linguist, lrelease, lupdate, moc, qmake and qtconfig) have been"
+ echo "renamet to qt3<toolname> to ensure compatibility with Qt4 and should"
+ echo "be run through new command scheme."
+ echo "\nIn order to update PATH to include Qt3 binaries location, You should"
+ echo "reboot your system. Before you do that you can access Qt3 bin path by"
+ echo "sourcing /etc/profile.d/qt3.sh"
}
post_upgrade() {
- post_install
+ ldconfig &> /dev/null
}
post_remove() {
- post_install
+ ldconfig &> /dev/null
}