Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0456044e3df37c327f07f780bd08e15216e4d3a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0456044e3df37c327f07f780bd08e15216e4d3a4)
  • Date: Sat, 10 Nov 2007 21:42:51 +0000

On Saturday 10 of November 2007 16:14:49 Vlad Glagolev wrote:
> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> ChangeLog | 3 +++
> python-devel/driconf/DEPENDS | 3 +++
> python-devel/driconf/DETAILS | 16 ++++++++++++++++
> python-devel/driconf/HISTORY | 10 ++++++++++
> python-devel/driconf/PRE_BUILD | 3 +++
> 5 files changed, 35 insertions(+)
>
> New commits:
> commit 0456044e3df37c327f07f780bd08e15216e4d3a4
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> driconf: new spell, dri configuration tool
>
> diff --git a/ChangeLog b/ChangeLog
> index 2d4aafa..93b639c 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2007-11-10 Vlad Glagolev <stealth AT sourcemage.org>
> + * python-devel/driconf: new spell, dri conf tool
> +
> 2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
> * e/entice: Deprecated in favour of exhibit
>
> diff --git a/python-devel/driconf/DEPENDS b/python-devel/driconf/DEPENDS
> new file mode 100755
> index 0000000..b8afbcd
> --- /dev/null
> +++ b/python-devel/driconf/DEPENDS
> @@ -0,0 +1,3 @@
> +depends python &&
> +depends pygtk2 &&
> +depends xdriinfo
This is available only in the modular x. But since I was told that this spell
doesn't work with older x, no check is needed *here*. It should still fail
gracefully for users of older x though. I suggest something along the next
lines in PREPARE:

if check_if_xorg_modular_libs gtk+2
then
message explaining why this doesn't work
return 1
fi

> diff --git a/python-devel/driconf/PRE_BUILD
> b/python-devel/driconf/PRE_BUILD new file mode 100755
> index 0000000..29d09b8
> --- /dev/null
> +++ b/python-devel/driconf/PRE_BUILD
> @@ -0,0 +1,3 @@
> +default_pre_build &&
> +cd $SOURCE_DIRECTORY &&
> +sed -i -e "s:/usr/local:/usr:g" driconf setup.cfg
Should change to $INSTALL_ROOT/usr .

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