gnu: soqt: Update to 1.6.2.
* gnu/packages/qt.scm (soqt): Update to 1.6.2. Change-Id: Ie4c9f0c4cff7584801952cc561f4d6fa3515d0ec Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
0b8675daf2
commit
37f76ab50a
|
@ -5081,33 +5081,31 @@ configurable also via HTTP.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public soqt
|
(define-public soqt
|
||||||
(let ((commit-ref "fb8f655632bb9c9c60e0ff9fa69a5ba22d3ff99d")
|
(package
|
||||||
(revision "1"))
|
(name "soqt")
|
||||||
(package
|
(version "1.6.2")
|
||||||
(name "soqt")
|
(source
|
||||||
(version (git-version "1.6.0" revision commit-ref))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/coin3d/soqt")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))
|
||||||
(url "https://github.com/coin3d/soqt")
|
(recursive? #t)))
|
||||||
(commit commit-ref)
|
(file-name (git-file-name name version))
|
||||||
(recursive? #t)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0rsfc4wmghl9fr4bwh9rpzjwzsmx00k4ki5gyvy85nb4kbmr9dwv"))))
|
||||||
(sha256
|
(build-system cmake-build-system)
|
||||||
(base32 "16vikb3fy8rmk10sg5g0gy2c343hi3x7zccsga90ssnkzpq6m032"))))
|
(arguments '(#:tests? #f)) ; There are no tests
|
||||||
(build-system cmake-build-system)
|
(native-inputs
|
||||||
(arguments '(#:tests? #f)) ; There are no tests
|
(list pkg-config cmake))
|
||||||
(native-inputs
|
(inputs
|
||||||
(list pkg-config cmake))
|
(list qtbase-5 coin3d))
|
||||||
(inputs
|
(home-page "https://github.com/coin3d/soqt")
|
||||||
(list qtbase-5 coin3d))
|
(synopsis "Qt GUI component toolkit library for Coin")
|
||||||
(home-page "https://github.com/coin3d/soqt")
|
(description "SoQt is a Qt GUI component toolkit library for Coin. It is
|
||||||
(synopsis "Qt GUI component toolkit library for Coin")
|
|
||||||
(description "SoQt is a Qt GUI component toolkit library for Coin. It is
|
|
||||||
also compatible with SGI and TGS Open Inventor, and the API is based on the API
|
also compatible with SGI and TGS Open Inventor, and the API is based on the API
|
||||||
of the InventorXt GUI component toolkit.")
|
of the InventorXt GUI component toolkit.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public libdbusmenu-qt
|
(define-public libdbusmenu-qt
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue