Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c87e68f572655d9819020fe4e7a8e8b33a503b99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <samuel AT dragonboricua.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (c87e68f572655d9819020fe4e7a8e8b33a503b99)
  • Date: Thu, 19 Jun 2008 05:09:13 -0400

On Thu, 19 Jun 2008 10:48:33 +0200, Jaka Kranjc wrote:
> On Thursday 19 of June 2008 09:27:29 Elisamuel Resto wrote:
> > +++ b/kde-look/qtcurve-gtk2/CONFIGURE
> > @@ -0,0 +1 @@
> > +config_query_list QTCURVEGTK_KDEVER "Which KDE version do you want to
> > build against?" 3.x 4.x
>
> > diff --git a/kde-look/qtcurve-gtk2/DEPENDS
> > b/kde-look/qtcurve-gtk2/DEPENDS index 34048ae..db289e6 100755
> > --- a/kde-look/qtcurve-gtk2/DEPENDS
> > +++ b/kde-look/qtcurve-gtk2/DEPENDS
> > @@ -1,3 +1,10 @@
> > depends cmake &&
> > -depends qt-x11 &&
> > -depends kdebase
> > +depends gtk+2 &&
> > +
> > +if [[ $QTCURVEGTK_KDEVER == "3.x" ]]; then
> > + depends qt-x11 &&
> > + depends kdebase
> > +elif [[ $QTCURVEGTK_KDEVER == "4.x" ]]; then
> > + depends qt4 &&
> > + depends kdebase4
> > +fi
> How does the spell know what to use if you have all four installed?
>
Woop! that peculiarity escaped me inbetween all the disconnects. It
should be handled in BUILD where the injection to PATH happens, in
which I did not make it conditional either!

Fix will be pushed soon-ish.

--
Elisamuel Resto <samuel AT dragonboricua.net>
Source Mage General Guru / http://sourcemage.org
GPG ID: 18615F19/1024D / http://simplysam.us

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page