all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] Add webkitgtk-2.4/gtk+-3.0.patch
@ 2015-05-25 12:07 Feng Shu
  2015-05-29  8:14 ` 宋文武
  0 siblings, 1 reply; 5+ messages in thread
From: Feng Shu @ 2015-05-25 12:07 UTC (permalink / raw
  To: guix-devel; +Cc: Feng Shu

[-- 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 --]


-- 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-31 19:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 12:07 [patch] Add webkitgtk-2.4/gtk+-3.0.patch Feng Shu
2015-05-29  8:14 ` 宋文武
2015-05-29 20:52   ` Feng Shu
2015-05-30  2:23     ` 宋文武
2015-05-31 19:23       ` Ludovic Courtès

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.