Archived
1
0
Fork 0

gnu: qtcolorwidgets: Update to 2.2.0.

* gnu/packages/qt.scm (qtcolorwidgets): Update to 2.2.0.
This commit is contained in:
Marius Bakke 2022-11-20 14:05:45 +01:00
parent 39de9fd90c
commit 3258eae9ee
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3741,24 +3741,21 @@ a binding language:
@end itemize\n") @end itemize\n")
(license license:lgpl3))) ;version 3 only (+ exception) (license license:lgpl3))) ;version 3 only (+ exception)
;; There have been no public releases yet.
(define-public qtcolorwidgets (define-public qtcolorwidgets
(let ((commit "a95f72e935fe9e046061a1d1c3930cbfbcb533e0")
(revision "1"))
(package (package
(name "qtcolorwidgets") (name "qtcolorwidgets")
(version (git-version "0" revision commit)) (version "2.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets") (url "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0dkiwlqh2gwhlp78c1fmchj3shl4p9inspcl96ya5aa8mn6kydy8")))) "1fp7sr5a56bjp2abc6ng331q0bwvk6mf2nxdga81aj6cd9afs22q"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) ; There are no tests (arguments '(#:tests? #f)) ;there are no tests
(native-inputs (native-inputs
(list qttools-5)) (list qttools-5))
(inputs (inputs
@ -3769,7 +3766,7 @@ a binding language:
user-friendly than the default @code{QColorDialog} and several other user-friendly than the default @code{QColorDialog} and several other
color-related widgets.") color-related widgets.")
;; Includes a license exception for combining with GPL2 code. ;; Includes a license exception for combining with GPL2 code.
(license license:lgpl3+)))) (license license:lgpl3+)))
(define-public qcustomplot (define-public qcustomplot
(package (package