guix-commits
[Top][All Lists]
Advanced

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

15/36: gnu: Add qtquickcontrols.


From: David Craven
Subject: 15/36: gnu: Add qtquickcontrols.
Date: Thu, 18 Aug 2016 15:58:29 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit ae0e51330ccaeb170eb2a42d7d99883739694135
Author: David Craven <address@hidden>
Date:   Sun Aug 14 19:54:02 2016 +0200

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

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a12c526..ca777dd 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -802,6 +802,23 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
     (inputs
      `(("qtbase" ,qtbase)))))
 
+(define-public qtquickcontrols
+  (package (inherit qtsvg)
+    (name "qtquickcontrols")
+    (version "5.6.1-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
+               "0cjzf844r7wi32ssc9vbw1a2m9hnr8c0i1p7yyljy962ifplf401"))))
+    (inputs
+     `(("qtbase" ,qtbase)
+       ("qtdeclarative" ,qtdeclarative)))))
+
 (define-public python-sip
   (package
     (name "python-sip")



reply via email to

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