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: Jaka Kranjc <smgl AT lynxlynx.info>
  • 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 10:48:33 +0200

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?

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page