From: Perforce Review Daemon <p4review AT smee.org>
To: "Andraž " ruskie " Levstik" <ruskie AT mages.ath.cx>, "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT gmail.com>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 76838 by Eric Sandall for review
Date: Sun, 26 Mar 2006 21:55:06 +0100 (BST)
Change 76838 by eric_sandall@sandalle-moby on 2006/03/26 21:51:06
* DETAILS: Added PATCHLEVEL so people get the fixed symlinks
* INSTALL: 3.3.6 doesn't install libqt-mt.so, but rather libqt.so,
so
reverse the symlink creation so we have libqt-mt.so -> libqt.so,
otherwise
KDE apps cannot find QT.
@@ -1,3 +1,9 @@
+2006-03-26 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Added PATCHLEVEL so people get the fixed symlinks
+ * INSTALL: 3.3.6 doesn't install libqt-mt.so, but rather libqt.so, so
+ reverse the symlink creation so we have libqt-mt.so -> libqt.so,
otherwise
+ KDE apps cannot find QT.
+
2006-03-23 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: Updated to 3.3.6
@@ -121,8 +127,10 @@
2003-10-09 hgg <hgreig AT bigpond.net.au>
* DEPENDS: update to uppercase for providers
- * CONFLICTS: reinstate conflicts on itself as major version changes
do conflict
- * BUILD: Add a binary check and subsequent removal of old files using
a 3.1.2 log
+ * CONFLICTS: reinstate conflicts on itself as major version changes do
+ conflict
+ * BUILD: Add a binary check and subsequent removal of old files using
a
+ 3.1.2 log
2003-10-03 hgg <hgreig AT bigpond.net.au>
* DEPENDS: Change requires x11-libs to depends x11-libs
@@ -155,7 +163,8 @@
* DETAILS: Updated web page and cleaned up DETAILS
2003-05-01 Eric Womack <eric AT sourcemage.com>
- * DEPENDS: mysql & postgresql commented out until fixed(See Bug 3136
for details)
+ * DEPENDS: mysql & postgresql commented out until fixed(See Bug 3136
for
+ details)
2003-03-27 Gareth Clay <garethclay AT ntlworld.com>
* DEPENDS: Removed Xft2 dependency (now uses XFree86 Xft2)
@@ -184,7 +193,8 @@
* ALL: Added to KDE section for Eric
2002-08-29 Treeve Jelbert <treeve01 AT pi.be>
- * BUILD: improve optimisations, speed up build process by removing
some examples
+ * BUILD: improve optimisations, speed up build process by removing
some
+ examples
* DETAILS: update md5sum
2002-08-01 Gareth Clay <g.clay AT warwick.ac.uk>
@@ -211,7 +221,8 @@
2002-04-07 George Mochrie <geo AT drasil.uklinux.net>
* BUILD: changed -prefix in BUILD to /usr/lib/qt
- changed BUILD to copy the contents of /usr/lib/qt/bin to /usr/bin
then delete bin
+ changed BUILD to copy the contents of /usr/lib/qt/bin to /usr/bin
then
+ delete bin
changed BUILD to skip building examples and tutorial (thanx unet)