Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ddcd726a070fcbeeee0be7bcf3029343c3b6f60e)

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 master grimoire by Remko van der Vossen (ddcd726a070fcbeeee0be7bcf3029343c3b6f60e)
  • Date: Sun, 03 Jun 2012 15:48:21 -0500

Something is not working with this as I had to comment out all of the if
statemens to get gdbus-codegen to install as it is needed by gcr.

And yes I had python 2 selected.

CuZnDragon
Robin Cook



On Sun, 2012-05-27 at 07:19 -0500, Remko van der Vossen wrote:
> GIT changes to master grimoire by Remko van der Vossen
> <wich AT sourcemage.org>:
>
> gnome2-libs/glib2/DEPENDS | 5 ++++-
> gnome2-libs/glib2/HISTORY | 3 +++
> gnome2-libs/glib2/PRE_BUILD | 5 ++++-
> 3 files changed, 11 insertions(+), 2 deletions(-)
>
> New commits:
> commit ddcd726a070fcbeeee0be7bcf3029343c3b6f60e
> Author: Remko van der Vossen <wich AT sourcemage.org>
> Commit: Remko van der Vossen <wich AT sourcemage.org>
>
> glib2: make python optional
>
> diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
> index a42cab2..5fc586d 100755
> --- a/gnome2-libs/glib2/DEPENDS
> +++ b/gnome2-libs/glib2/DEPENDS
> @@ -13,7 +13,10 @@ if ! spell_installed pkgconfig; then
> fi &&
>
> depends perl &&
> -depends PYTHON &&
> +optional_depends PYTHON \
> + "" \
> + "" \
> + "Perform post-build testing" &&
>
> optional_depends gettext \
> "" \
> diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
> index 52d21ef..6dc953d 100644
> --- a/gnome2-libs/glib2/HISTORY
> +++ b/gnome2-libs/glib2/HISTORY
> @@ -1,3 +1,6 @@
> +2012-05-27 Remko van der Vossen <wich AT sourcemage.org>
> + * DEPENDS, PRE_BUILD: Make python optional
> +
> 2012-05-15 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 2.32.3
>
> diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
> index 4e459ab..e033b33 100755
> --- a/gnome2-libs/glib2/PRE_BUILD
> +++ b/gnome2-libs/glib2/PRE_BUILD
> @@ -1,3 +1,6 @@
> default_pre_build &&
> cd $SOURCE_DIRECTORY &&
> -xzcat $SPELL_DIRECTORY/py3.patch.xz |patch -p1
> +xzcat $SPELL_DIRECTORY/py3.patch.xz |patch -p1 &&
> +if ! is_depends_enabled $SPELL PYTHON; then
> + find . -name 'Makefile*' -exec sed -i -e '/^SUBDIRS =/,/[^\]$/ {;s,
> tests,,g;s, gdbus-2.0/codegen,,g;}' {} +
> +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



  • Re: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ddcd726a070fcbeeee0be7bcf3029343c3b6f60e), Robin Cook, 06/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page