Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0fb39986b89dc2753adf58dc376dbaa3e7c46509)
  • Date: Sat, 26 Jan 2008 19:12:00 +0100

On Sat, Jan 26, 2008 at 11:23:29AM -0600, Vlad Glagolev wrote:
> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> http/webkitgtk/BUILD | 4 ++++
> http/webkitgtk/CONFIGURE | 2 ++
> http/webkitgtk/DETAILS | 4 ++--
> http/webkitgtk/HISTORY | 5 +++++
> http/webkitgtk/PRE_BUILD | 4 ----
> 5 files changed, 13 insertions(+), 6 deletions(-)
>
> New commits:
> commit 88aa9caad7d244b9533eb24192f7e1230509bbeb
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> webkitgtk: => r29801, made SVG support configurable
>
> diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
> index 8f58e6d..a5d2518 100755
> --- a/http/webkitgtk/BUILD
> +++ b/http/webkitgtk/BUILD
> @@ -1 +1,5 @@
> +OPTS="$WEBKIT_SVG $OPTS"
> +
> +./autogen.sh --prefix=$INSTALL_ROOT/usr \
> + $OPTS &&
> make
> diff --git a/http/webkitgtk/CONFIGURE b/http/webkitgtk/CONFIGURE
> new file mode 100755
> index 0000000..82edfd2
> --- /dev/null
> +++ b/http/webkitgtk/CONFIGURE
> @@ -0,0 +1,2 @@
> +config_query_option WEBKIT_SVG "Enable SVG support?" y \
> + "--enable-svg" ""

You need to add a "--disable-svg" instead of "" or config_query_option
won't remember the answer correctly.

> diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
> index 6b0c4c8..5692098 100755
> --- a/http/webkitgtk/DETAILS
> +++ b/http/webkitgtk/DETAILS
> @@ -1,8 +1,8 @@
> SPELL=webkitgtk
> - VERSION=r29753
> + VERSION=r29801
> SOURCE=WebKit-$VERSION.tar.bz2
> SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/$SOURCE
> -
> SOURCE_HASH=sha512:2a17816db08425a143d3a330e4e0ee900601dfbe20730546f12ea1c4694c2d8ec1871624cf649a3eff018f0504c988491c196ed83f3df8bb64babecb2f311b65
> +
> SOURCE_HASH=sha512:6d4f662332d0290cba03b3abb045f288ef83d6a27c3f81e5591e8a057a119803c15938a7ebf2f52942a0a2876288904c01272721e78193626e800898fd5b2331
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/WebKit-$VERSION
> WEB_SITE=http://webkit.org/
> LICENSE[0]=GPL
> diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
> index 57b2270..8255646 100644
> --- a/http/webkitgtk/HISTORY
> +++ b/http/webkitgtk/HISTORY
> @@ -1,4 +1,9 @@
> 2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
> + * DETAILS: updated spell to r29801
> + * CONFIGURE: made SVG support configurable
> + * PRE_BUILD: => BUILD
> +
> +2008-01-24 Vlad Glagolev <stealth AT sourcemage.org>
> * DETAILS: updated spell to r29753
>
> 2008-01-22 Vlad Glagolev <stealth AT sourcemage.org>
> diff --git a/http/webkitgtk/PRE_BUILD b/http/webkitgtk/PRE_BUILD
> deleted file mode 100755
> index d0d11f7..0000000
> --- a/http/webkitgtk/PRE_BUILD
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -default_pre_build &&
> -cd $SOURCE_DIRECTORY &&
> -./autogen.sh --prefix=$INSTALL_ROOT/usr \
> - --enable-svg
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page