[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/32: gnu: Add kdsoap.
From: |
guix-commits |
Subject: |
28/32: gnu: Add kdsoap. |
Date: |
Thu, 1 Sep 2022 10:09:26 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 39460eac6d28a1b48c4e12dce80c2bf5015eeeb8
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Tue Sep 28 15:25:49 2021 +1000
gnu: Add kdsoap.
* gnu/packages/qt.scm (kdsoap): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/qt.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index f0c5aa312d..86449f327e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4091,3 +4091,34 @@ of the InventorXt GUI component toolkit.")
protocol. The DBusMenu protocol makes it possible for applications to export
and import their menus over DBus.")
(license license:lgpl2.1+)))
+
+(define-public kdsoap
+ (package
+ (name "kdsoap")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/KDAB/KDSoap/releases/download/"
+ "kdsoap-" version "/kdsoap-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1vh4rzb09kks1ilay1y60q7gf64gwzdwsca60hmx1xx69w8672fi"))))
+ (build-system qt-build-system)
+ (inputs `(("qtbase" ,qtbase-5)))
+ (arguments
+ '(#:configure-flags '("-DKDSoap_TESTS=true")
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "ctest" "-E" ;; These tests try connect to the internet.
+
"(kdsoap-webcalls|kdsoap-webcalls_wsdl|kdsoap-test_calc)"))
+ #t)))))
+ (home-page "https://www.kdab.com/development-resources/qt-tools/kd-soap/")
+ (synopsis "Qt SOAP component")
+ (description "KD SOAP is a tool for creating client applications for web
+services using the XML based SOAP protocol and without the need for a dedicated
+web server.")
+ (license (list license:gpl2 license:gpl3))))
- 18/32: gnu: kdenlive, marble-qt: Add kdoctools., (continued)
- 18/32: gnu: kdenlive, marble-qt: Add kdoctools., guix-commits, 2022/09/01
- 13/32: gnu: kgraphviewer: Fix home page., guix-commits, 2022/09/01
- 15/32: gnu: libgravatar: Move to (gnu packages kde-pim)., guix-commits, 2022/09/01
- 05/32: gnu: Add plasma-wayland-protocols., guix-commits, 2022/09/01
- 09/32: gnu: solid: Remove input labels., guix-commits, 2022/09/01
- 16/32: gnu: libgravatar: Remove input labels., guix-commits, 2022/09/01
- 02/32: gnu: libstemmer: Add release-monitoring-url and upstream-name properties., guix-commits, 2022/09/01
- 06/32: gnu: libdbusmenu-qt: Move to (gnu packages qt)., guix-commits, 2022/09/01
- 07/32: gnu: kdav: Move to (gnu packages kde-frameworks)., guix-commits, 2022/09/01
- 26/32: gnu: KDE Games: Update home-page links., guix-commits, 2022/09/01
- 28/32: gnu: Add kdsoap.,
guix-commits <=
- 20/32: gnu: labplot: Remove input labels., guix-commits, 2022/09/01
- 24/32: gnu: kmplayer: Update home-page., guix-commits, 2022/09/01
- 32/32: gnu: Add appstream-qt., guix-commits, 2022/09/01
- 29/32: gnu: Add wayland-protocols 1.26., guix-commits, 2022/09/01
- 27/32: gnu: kajongg: Add bash-minimal to inputs., guix-commits, 2022/09/01
- 21/32: gnu: KDE Utils: Update home-page links., guix-commits, 2022/09/01
- 30/32: gnu: kmessagelib: Remove qtwebkit as an input., guix-commits, 2022/09/01
- 08/32: gnu: kde-frameworkintegration: Remove input labels., guix-commits, 2022/09/01
- 11/32: gnu: ki18n: Remove input labels., guix-commits, 2022/09/01
- 17/32: gnu: KDE PIM: Update home-pages., guix-commits, 2022/09/01