Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 76838 by Eric Sandall for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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.

Affected files ...

... //sgl/grimoires/devel/x11-toolkits/qt-x11/DETAILS#12 edit
... //sgl/grimoires/devel/x11-toolkits/qt-x11/HISTORY#19 edit
... //sgl/grimoires/devel/x11-toolkits/qt-x11/INSTALL#5 edit
... //sgl/grimoires/devel/x11-toolkits/qt-x11/WIP#3 add

Differences ...

==== //sgl/grimoires/devel/x11-toolkits/qt-x11/DETAILS#12 (xtext) ====

@@ -1,18 +1,18 @@
SPELL=qt-x11
VERSION=3.3.6
+ SOURCE=$SPELL-free-$VERSION.tar.bz2

SOURCE_HASH=sha512:11b15c71547c6ca0a1f87b5faddc66c393a685148e4ffe6acd1fd4e5f691f998fe350458f620c7508a03c74d23c0cb67b593abe31f3719db8fd421519716dcda
- SOURCE=$SPELL-free-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-free-$VERSION
SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source/$SOURCE
SOURCE_URL[1]=ftp://ftp.silug.org/pub/qt/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.planetmirror.com.au/pub/trolltech/qt/source/$SOURCE
+ PATCHLEVEL=1
+ LICENSE[0]=GPL
+ BUILD_API=2
WEB_SITE=http://www.trolltech.com/qt/x11.html
+ KEYWORDS="qt x11 libs"
ENTERED=20020410
- UPDATED=20040914
- LICENSE[0]=GPL
- BUILD_API=2
DOCS="FAQ README README-QT.TXT"
- KEYWORDS="qt x11 libs"
SHORT="Qt simplifies writing and maintaining GUI applications"
cat << EOF
Qt is a toolkit for software developers. Qt simplifies the task of

==== //sgl/grimoires/devel/x11-toolkits/qt-x11/HISTORY#19 (text) ====

@@ -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)

2002-04-07 Insomniac <insomniac AT japh.nl>

==== //sgl/grimoires/devel/x11-toolkits/qt-x11/INSTALL#5 (xtext) ====

@@ -1,6 +1,6 @@
default_install &&
-ln -sf ${INSTALL_ROOT}/usr/lib/libqt-mt.so.${VERSION} /usr/lib/libqt-mt.so
&&
-ln -sf ${INSTALL_ROOT}/usr/lib/libqt-mt.so /usr/lib/libqt.so
&&
+ln -sf ${INSTALL_ROOT}/usr/lib/libqt.so /usr/lib/libqt-mt.so &&
+ln -sf ${INSTALL_ROOT}/usr/lib/libqt-mt.so /usr/lib/libqt-mt.so.$VERSION &&

mkdir -p ${INSTALL_ROOT}/etc/profile.d/ &&
install -m 0644 $SCRIPT_DIRECTORY/qt.sh \



  • [SM-Commit] PERFORCE change 76838 by Eric Sandall for review, Perforce Review Daemon, 03/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page