all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Feng Shu <tumashu@163.com>
To: guix-devel@gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: [patch] Add webkitgtk-2.4/gtk+-3.0.patch
Date: Mon, 25 May 2015 20:07:55 +0800	[thread overview]
Message-ID: <87y4kc5084.fsf@163.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-webkitgtk-2.4-gtk-3.0.patch --]
[-- Type: text/x-diff, Size: 875 bytes --]

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


[-- Attachment #2: Type: text/plain, Size: 5 bytes --]


-- 

             reply	other threads:[~2015-05-25 12:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 12:07 Feng Shu [this message]
2015-05-29  8:14 ` [patch] Add webkitgtk-2.4/gtk+-3.0.patch 宋文武
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

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

  git send-email \
    --in-reply-to=87y4kc5084.fsf@163.com \
    --to=tumashu@163.com \
    --cc=guix-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.