gnu: dotherside: Update to 0.9.0.
* gnu/packages/qt.scm (dotherside): Update to 0.9.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
1dd5b07955
commit
9ebed88cf6
|
@ -3634,7 +3634,7 @@ time Web content can be enhanced with native controls.")
|
||||||
(define-public dotherside
|
(define-public dotherside
|
||||||
(package
|
(package
|
||||||
(name "dotherside")
|
(name "dotherside")
|
||||||
(version "0.6.4")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3644,11 +3644,12 @@ time Web content can be enhanced with native controls.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
|
"13n2qb8q9jz4ihwlbs7y15lw90w9113gb1bgnb1dggpxkj64r953"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list qttools-5))
|
(list qttools-5))
|
||||||
(inputs
|
(inputs
|
||||||
|
;; TODO: Support Qt 6 (requires qtdeclarative of Qt6).
|
||||||
(list qtbase-5 qtdeclarative-5))
|
(list qtbase-5 qtdeclarative-5))
|
||||||
(home-page "https://filcuc.github.io/DOtherSide/index.html")
|
(home-page "https://filcuc.github.io/DOtherSide/index.html")
|
||||||
(synopsis "C language library for creating bindings for the Qt QML language")
|
(synopsis "C language library for creating bindings for the Qt QML language")
|
||||||
|
|
Reference in New Issue