From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: [patch] Add webkitgtk-2.4/gtk+-3.0.patch Date: Mon, 25 May 2015 20:07:55 +0800 Message-ID: <87y4kc5084.fsf@163.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwrLE-0006bx-LA for guix-devel@gnu.org; Mon, 25 May 2015 08:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwrLA-0001LC-BT for guix-devel@gnu.org; Mon, 25 May 2015 08:18:48 -0400 Received: from m50-133.163.com ([123.125.50.133]:59808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwrL9-0001KD-G1 for guix-devel@gnu.org; Mon, 25 May 2015 08:18:44 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: Feng Shu --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-webkitgtk-2.4-gtk-3.0.patch >From f755ed7e31446c86ed52fc1acfda2f90690688a2 Mon Sep 17 00:00:00 2001 From: Feng Shu 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 --=-=-= Content-Type: text/plain -- --=-=-=--