emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31668: closed ([PATCH 1/2] gnu: Add qtwebview.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31668: closed ([PATCH 1/2] gnu: Add qtwebview.)
Date: Tue, 12 Jun 2018 20:50:02 +0000

Your message dated Tue, 12 Jun 2018 22:49:38 +0200
with message-id <address@hidden>
and subject line Re: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin.
has caused the debbugs.gnu.org bug report #31668,
regarding [PATCH 1/2] gnu: Add qtwebview.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31668
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add qtwebview. Date: Thu, 31 May 2018 15:53:22 +0200
* gnu/packages/qt.scm (qtwebview): New variable.
---
 gnu/packages/qt.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c3d0bff2f..894269515 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2017 Quiliro <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2018 Hartmut Goebel <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1057,6 +1058,27 @@ between the host (QML/C++ application) and the client 
(HTML/JavaScript
 application).  The transport mechanism is supported out of the box by the two
 popular web engines, Qt WebKit 2 and Qt WebEngine.")))
 
+(define-public qtwebview
+  (package (inherit qtsvg)
+    (name "qtwebview")
+    (version "5.11.0")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "https://download.qt.io/official_releases/qt/";
+                                 (version-major+minor version) "/" version
+                                 "/submodules/" name "-everywhere-src-"
+                                 version ".tar.xz"))
+             (sha256
+              (base32
+               "0a89v8mj5pb7a7whyhasf4ms0n34ghfmv2qp0pyxnq56f2bsjbl4"))))
+    (native-inputs
+     `(("perl" ,perl)
+       ("qtdeclarative" ,qtdeclarative)))
+    (synopsis "Display web content in a QML application")
+    (description "Qt WebView provides a way to display web content in a QML
+application without necessarily including a full web browser stack by using
+native APIs where it makes sense.")))
+
 (define-public qtlocation
   (package (inherit qtsvg)
     (name "qtlocation")
-- 
2.13.6




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. Date: Tue, 12 Jun 2018 22:49:38 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
Pushed as b5792b9cb8c592d4b6da76bbb2acb55cd233e715, crediting your work.

Thanks for the review.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]