unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch
Date: Fri, 29 May 2015 16:14:11 +0800	[thread overview]
Message-ID: <871thz7qcs.fsf@gmail.com> (raw)
In-Reply-To: <87y4kc5084.fsf@163.com>

Feng Shu <tumashu@163.com> writes:

> From f755ed7e31446c86ed52fc1acfda2f90690688a2 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Mon, 25 May 2015 19:36:28 +0800
> Subject: [PATCH] gnu: Add webkitgtk-2.4/gtk+-3.0
>
> ---
>  gnu/packages/webkit.scm | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
> index b091c88..ccc2c12 100644
> --- a/gnu/packages/webkit.scm
> +++ b/gnu/packages/webkit.scm
> @@ -140,3 +140,11 @@ HTML/CSS applications to full-fledged web browsers.")
>       `(("flex" ,flex)
>         ("which" ,which)
>         ,@(package-inputs webkitgtk)))))
> +
> +(define-public webkitgtk-2.4/gtk+-3.0
> +  ;; Build webkit1 with gtk3
> +  (package (inherit webkitgtk-2.4)
> +           (name "webkitgtk")
> +           (arguments '(#:configure-flags
> +                        '("--enable-webkit2=no"
> +                          "--with-gtk=3.0")))))
> -- 
> 2.1.4
>
>
> -- 
Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end with:

* webkitgtk
  Unmodified, for upstream 'stable' release.
  GTK3 port with only WebKit2 API.

* webkitgtk-2.4
  Last version with WebKit1 API support (also with WebKit2), GTK3 port.
   
* webkitgtk/gtk+-2
  Last GTK2 port, only support WebKit1 API.

Thanks!

  reply	other threads:[~2015-05-29  8:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 12:07 [patch] Add webkitgtk-2.4/gtk+-3.0.patch Feng Shu
2015-05-29  8:14 ` 宋文武 [this message]
2015-05-29 20:52   ` Feng Shu
2015-05-30  2:23     ` 宋文武
2015-05-31 19:23       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871thz7qcs.fsf@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=tumashu@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).