Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Sun, 07 May 2006 11:03:06 -0500

That in because I am waiting on the compile to finish to do the p4
submit on python.

CuZnDragon
Robin Cook

On Sun, 2006-05-07 at 17:42 +0200, Arwed von Merkatz wrote:
> On Sun, May 07, 2006 at 09:36:54AM -0500, Robin Cook wrote:
> > GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:
> >
> > gnome2-libs/libglade2/DEPENDS | 4 +++-
> > gnome2-libs/libglade2/HISTORY | 4 ++++
> > gnome2-libs/libglade2/PREPARE | 12 ------------
> > 3 files changed, 7 insertions(+), 13 deletions(-)
> >
> > New commits:
> > commit 1131b34970474e70af3dcae1a6e870a08cb60f59
> > Author: Robin Cook <rcook AT wyrms.net>
> > Commit: Robin Cook <rcook AT wyrms.net>
> >
> > libglade2: added sub_depends for python with expat
>
> The python spell doesn't provide such a sub_depends, so this doesn't
> work. See the documentation in the wiki[1] and some other spells (e.g.
> libxml2) as examples.
>
> [1] http://wiki.sourcemage.org/SUB_DEPENDS
>
> > diff --git a/gnome2-libs/libglade2/DEPENDS b/gnome2-libs/libglade2/DEPENDS
> > index df492b3..d473641 100755
> > --- a/gnome2-libs/libglade2/DEPENDS
> > +++ b/gnome2-libs/libglade2/DEPENDS
> > @@ -1,7 +1,9 @@
> > depends expat &&
> > -depends python &&
> > depends gtk+2 &&
> > depends libxml2 &&
> > +depends python &&
> > +
> > +sub_depends python expat &&
> >
> > optional_depends gtk-doc \
> > "--enable-gtk-doc" \
> > diff --git a/gnome2-libs/libglade2/HISTORY b/gnome2-libs/libglade2/HISTORY
> > index 53b7129..fa96846 100644
> > --- a/gnome2-libs/libglade2/HISTORY
> > +++ b/gnome2-libs/libglade2/HISTORY
> > @@ -1,3 +1,7 @@
> > +2006-05-07 Robin Cook <rcook AT wyrms.net>
> > + * PREPARE: removed
> > + * DEPENDS: added sub-depends
> > +
> > 2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
> > * DETAILS: (automated) Add KEYWORDS
> >
> > diff --git a/gnome2-libs/libglade2/PREPARE b/gnome2-libs/libglade2/PREPARE
> > deleted file mode 100755
> > index 86f6c45..0000000
> > --- a/gnome2-libs/libglade2/PREPARE
> > +++ /dev/null
> > @@ -1,12 +0,0 @@
> > -if spell_ok python; then
> > - if ! grep -q "python:expat:on:optional:" $DEPENDS_STATUS; then
> > - message "${PROBLEM_COLOR}python is not cast with expat enabled."
> > \
> > - "Please recast python and enable the expat optional"
> > \
> > - "depends.${DEFAULT_COLOR}"
> > - return 1
> > - fi
> > -else
> > - message "${QUERY_COLOR}Please enable expat during the python
> > configure" \
> > - "or casting will hang.${DEFAULT_COLOR}"
> > &&
> > - sleep 5
> > -fi
> > _______________________________________________
> > SM-Commit mailing list
> > SM-Commit AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/sm-commit
> >
>

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




Archive powered by MHonArc 2.6.24.

Top of Page