[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/458: gnu: Add kdsoap-ws-discovery-client.
From: |
guix-commits |
Subject: |
137/458: gnu: Add kdsoap-ws-discovery-client. |
Date: |
Mon, 15 Jul 2024 08:00:09 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 333e06de75a914bf609c9497e14790c923d96f90
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 18:17:57 2024 +0800
gnu: Add kdsoap-ws-discovery-client.
* gnu/packages/kde.scm (kdsoap-ws-discovery-client): New variable.
Change-Id: I54673b53072308f4f2a0eda41f44e79037d633a9
---
gnu/packages/kde.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 5e07bd9e0d..e909c60374 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -524,6 +524,32 @@ a module for implementing ODF Gantt charts, which are bar
charts that
illustrate project schedules.")
(license license:gpl2+)))
+(define-public kdsoap-ws-discovery-client
+ (package
+ (name "kdsoap-ws-discovery-client")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/kdsoap-ws-discovery-client/"
+ "/kdsoap-ws-discovery-client-" version ".tar.xz"))
+ (sha256
+ (base32 "0yj2ngw4li5r6zhmkh2lb8fdf8ixz6pp5hxsb4342pz72g04glic"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs (list kdsoap-qt6))
+ (arguments (list
+ ;; test require network.
+ #:tests? #f
+ #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")
+ #:qtbase qtbase))
+ (home-page "https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client/")
+ (synopsis "WS-Discovery client library based on KDSoap")
+ (description "This package provides a ws-Discovery client library based on
+KDSoap.")
+ (license license:gpl3+)))
+
(define-public kio-extras
(package
(name "kio-extras")
- 417/458: gnu: kaffeine: Use new style., (continued)
- 417/458: gnu: kaffeine: Use new style., guix-commits, 2024/07/15
- 427/458: gnu: Remove zeroconf-ioslave., guix-commits, 2024/07/15
- 434/458: gnu: Remove kjsembed., guix-commits, 2024/07/15
- 436/458: gnu: nextcloud-client: Fix build., guix-commits, 2024/07/15
- 441/458: gnu: kmahjongg: Update to 24.05.2., guix-commits, 2024/07/15
- 443/458: gnu: kajongg: Update to 24.05.2., guix-commits, 2024/07/15
- 437/458: gnu: kwin: Skip flakey tests., guix-commits, 2024/07/15
- 453/458: gnu: kemoticons: Update to 5.116.0., guix-commits, 2024/07/15
- 445/458: gnu: kommit: Update to 1.6.0., guix-commits, 2024/07/15
- 124/458: gnu: kactivitymanagerd: Update to 6.1.2., guix-commits, 2024/07/15
- 137/458: gnu: Add kdsoap-ws-discovery-client.,
guix-commits <=
- 199/458: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/15
- 191/458: gnu: falkon: Update to 24.05.2., guix-commits, 2024/07/15
- 180/458: gnu: Add ktexttemplate., guix-commits, 2024/07/15
- 223/458: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/15
- 238/458: gnu: kfind: Update to 24.05.2., guix-commits, 2024/07/15
- 266/458: gnu: libkdepim: Update to 24.05.2., guix-commits, 2024/07/15
- 283/458: gnu: kid3: Update to 3.9.5., guix-commits, 2024/07/15
- 276/458: gnu: Remove kmplayer., guix-commits, 2024/07/15
- 302/458: gnu: Remove kalendar., guix-commits, 2024/07/15
- 311/458: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/15