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,35 +3741,32 @@ 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") (package
(revision "1")) (name "qtcolorwidgets")
(package (version "2.2.0")
(name "qtcolorwidgets") (source (origin
(version (git-version "0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
(uri (git-reference (commit (string-append "v" version))))
(url "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1fp7sr5a56bjp2abc6ng331q0bwvk6mf2nxdga81aj6cd9afs22q"))))
(base32 (build-system cmake-build-system)
"0dkiwlqh2gwhlp78c1fmchj3shl4p9inspcl96ya5aa8mn6kydy8")))) (arguments '(#:tests? #f)) ;there are no tests
(build-system cmake-build-system) (native-inputs
(arguments `(#:tests? #f)) ; There are no tests (list qttools-5))
(native-inputs (inputs
(list qttools-5)) (list qtbase-5))
(inputs (home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets")
(list qtbase-5)) (synopsis "Color management widgets")
(home-page "https://gitlab.com/mattia.basaglia/Qt-Color-Widgets") (description "QtColorWidgets provides a Qt color dialog that is more
(synopsis "Color management widgets")
(description "QtColorWidgets provides a Qt color dialog that is more
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