diff --git a/pisi-index.xml b/pisi-index.xml index d8f5c54636..454fb28ffd 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -41714,6 +41714,60 @@ Gnome session. + + + kdsoap6 + https://github.com/KDAB/KDSoap + + PisiLinux Community + admins@pisilinux.org + + custom + library + server.web + Qt-based client-side and server-side SOAP component + It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. + https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz + + cmake + qt6-base-devel + + server/web/kdsoap6/pspec.xml + + + kdsoap6 + + libgcc + qt5-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + kdsoap6-devel + Development files for kdsoap + + kdsoap6 + + + /usr/include + /usr/lib/cmake + + + + + 2024-02-28 + 2.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + libmicrohttpd diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f42818c75c..483377f7a7 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -0156814a35e3a5a16b06da854330d66554b6b1ef \ No newline at end of file +cb6e57299af1bf749afbb9981a4210db2e76c20e \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 7ab9a4cca7..6d3ad19ff3 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 6d935a6460..4081d69524 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2eaee9c2f5200d86aed4eb8dd5beeb97362647a1 \ No newline at end of file +0e567b1ab9f16756d5f97f699f877b2c75caf0f3 \ No newline at end of file diff --git a/server/web/kdsoap6/actions.py b/server/web/kdsoap6/actions.py new file mode 100644 index 0000000000..075d8ea9e7 --- /dev/null +++ b/server/web/kdsoap6/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \ + -DKDSoap_QT6=True") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE.*", "README*") diff --git a/server/web/kdsoap6/pspec.xml b/server/web/kdsoap6/pspec.xml new file mode 100644 index 0000000000..ba765e01a7 --- /dev/null +++ b/server/web/kdsoap6/pspec.xml @@ -0,0 +1,63 @@ + + + + + kdsoap6 + https://github.com/KDAB/KDSoap + + PisiLinux Community + admins@pisilinux.org + + custom + library + Qt-based client-side and server-side SOAP component + It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. + https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz + + cmake + qt6-base-devel + + + + + + kdsoap6 + + libgcc + qt5-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + kdsoap6-devel + Development files for kdsoap + + kdsoap6 + + + /usr/include + /usr/lib/cmake + + + + + + 2024-02-28 + 2.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/server/web/kdsoap6/translations.xml b/server/web/kdsoap6/translations.xml new file mode 100644 index 0000000000..d52fc7b3ae --- /dev/null +++ b/server/web/kdsoap6/translations.xml @@ -0,0 +1,8 @@ + + + + kdsoap + Qt tabanlı istemci tarafı ve sunucu tarafı SOAP bileşeni + Web hizmetleri için istemci uygulamaları oluşturmak için kullanılabilir ve ayrıca özel bir web sunucusu gibi başka bir bileşene ihtiyaç duymadan web hizmetleri oluşturmak için araçlar sağlar. + +