gnu: kdsoap: Update to 2.2.0.
* gnu/packages/qt.scm (kdsoap): Update to 2.2.0. [inputs]: Update stype. [arguments]<#:phases>: Adjust check phase; Use Gexps. Change-Id: I92c442d016de4867e7a17f8d4f33b76ac45f4b01
This commit is contained in:
parent
ea812cf80c
commit
1621e22e30
1 changed files with 11 additions and 11 deletions
|
@ -5180,7 +5180,7 @@ and import their menus over DBus.")
|
||||||
(define-public kdsoap
|
(define-public kdsoap
|
||||||
(package
|
(package
|
||||||
(name "kdsoap")
|
(name "kdsoap")
|
||||||
(version "2.0.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5188,18 +5188,18 @@ and import their menus over DBus.")
|
||||||
"kdsoap-" version "/kdsoap-" version ".tar.gz"))
|
"kdsoap-" version "/kdsoap-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vh4rzb09kks1ilay1y60q7gf64gwzdwsca60hmx1xx69w8672fi"))))
|
"0mpkg9iyvzb6mxvhbi6zc052ids2r2nzpmjbljgpq6a2hja13vyr"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(inputs `(("qtbase" ,qtbase-5)))
|
(inputs (list qtbase-5))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DKDSoap_TESTS=true")
|
(list #:configure-flags #~(list "-DKDSoap_TESTS=true")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "ctest" "-E" ;; These tests try connect to the internet.
|
(invoke "ctest" "-E" ;; These tests try connect to the internet.
|
||||||
"(kdsoap-webcalls|kdsoap-webcalls_wsdl|kdsoap-test_calc)")))))))
|
"(kdsoap-test_webcalls|kdsoap-test_webcalls_wsdl|kdsoap-test_calc)")))))))
|
||||||
(home-page "https://www.kdab.com/development-resources/qt-tools/kd-soap/")
|
(home-page "https://www.kdab.com/development-resources/qt-tools/kd-soap/")
|
||||||
(synopsis "Qt SOAP component")
|
(synopsis "Qt SOAP component")
|
||||||
(description "KD SOAP is a tool for creating client applications for web
|
(description "KD SOAP is a tool for creating client applications for web
|
||||||
|
|
Reference in a new issue