Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77953 by Juuso Alasuutari 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: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.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>, "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>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77953 by Juuso Alasuutari for review
  • Date: Tue, 18 Apr 2006 18:55:02 +0100 (BST)

Change 77953 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/04/18
18:54:19

KDE_BUILD edit fix to test

Affected files ...

... //sgl/grimoires/test/ChangeLog#246 integrate
... //sgl/grimoires/test/kde-apps/KDE_BUILD#7 integrate
... //sgl/grimoires/test/kde-core/KDE_BUILD#7 integrate
... //sgl/grimoires/test/kde-look/KDE_BUILD#7 integrate

Differences ...

==== //sgl/grimoires/test/ChangeLog#246 (text) ====

@@ -1,4 +1,8 @@
2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * kde-*/KDE_BUILD: Fix previous edit: set $QTDIR only if not
+ already set
+
+2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* kde-*/KDE_BUILD: Sets $QTDIR if possible, fixes bug #10764.

2006-04-18 David Kowis <dkowis AT shlrm.org>

==== //sgl/grimoires/test/kde-apps/KDE_BUILD#7 (xtext) ====

@@ -6,7 +6,8 @@
--disable-dependency-tracking \
$OPTS" &&

-if [[ -f /etc/profile.d/qt.sh ]]; then
+if [[ -z $QTDIR ]] &&
+ [[ -f /etc/profile.d/qt.sh ]]; then
. /etc/profile.d/qt.sh
fi &&


==== //sgl/grimoires/test/kde-core/KDE_BUILD#7 (xtext) ====

@@ -6,7 +6,8 @@
--disable-dependency-tracking \
$OPTS" &&

-if [[ -f /etc/profile.d/qt.sh ]]; then
+if [[ -z $QTDIR ]] &&
+ [[ -f /etc/profile.d/qt.sh ]]; then
. /etc/profile.d/qt.sh
fi &&


==== //sgl/grimoires/test/kde-look/KDE_BUILD#7 (xtext) ====

@@ -6,7 +6,8 @@
--disable-dependency-tracking \
$OPTS" &&

-if [[ -f /etc/profile.d/qt.sh ]]; then
+if [[ -z $QTDIR ]] &&
+ [[ -f /etc/profile.d/qt.sh ]]; then
. /etc/profile.d/qt.sh
fi &&




  • [SM-Commit] PERFORCE change 77953 by Juuso Alasuutari for review, Perforce Review Daemon, 04/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page