guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: Add qtconnectivity.


From: Efraim Flashner
Subject: 06/14: gnu: Add qtconnectivity.
Date: Wed, 15 Jun 2016 08:14:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e98cb96d69b8aa743c62c4f73c69e8cb16c0e5e4
Author: Efraim Flashner <address@hidden>
Date:   Mon Jun 6 19:43:59 2016 +0300

    gnu: Add qtconnectivity.
    
    * gnu/packages/qt.scm (qtconnectivity): New variable.
---
 gnu/packages/qt.scm |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index fb87163..c977005 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -544,6 +544,27 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
      `(("mesa" ,mesa)
        ("qtbase" ,qtbase)))))
 
+(define-public qtconnectivity
+  (package (inherit qtsvg)
+    (name "qtconnectivity")
+    (version "5.6.1")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "https://download.qt.io/official_releases/qt/";
+                                 (version-major+minor version) "/" version
+                                 "/submodules/" name "-opensource-src-"
+                                 version ".tar.xz"))
+             (sha256
+              (base32
+               "06fr9321f52kf0nda9zjjfzp5694hbnx0y0v315iw28mnpvandas"))))
+    (native-inputs
+     `(("perl" ,perl)
+       ("pkg-config" ,pkg-config)
+       ("qtdeclarative" ,qtdeclarative)))
+    (inputs
+     `(("bluez" ,bluez)
+       ("qtbase" ,qtbase)))))
+
 (define-public qjson
   (package
     (name "qjson")



reply via email to

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