frameworks-6.0.0
This commit is contained in:
@@ -41714,6 +41714,60 @@ Gnome session.</Summary>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kdsoap6</Name>
|
||||
<Homepage>https://github.com/KDAB/KDSoap</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>server.web</PartOf>
|
||||
<Summary xml:lang="en">Qt-based client-side and server-side SOAP component</Summary>
|
||||
<Description xml:lang="en">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.</Description>
|
||||
<Archive type="targz" sha1sum="147488c56d406cb1fb0b5442e1f86dee2f97c48d" name="kdsoap-2.1.1.tar.gz">https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>server/web/kdsoap6/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>kdsoap6</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>kdsoap6-devel</Name>
|
||||
<Summary xml:lang="en">Development files for kdsoap</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">kdsoap6</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>2.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libmicrohttpd</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0156814a35e3a5a16b06da854330d66554b6b1ef
|
||||
cb6e57299af1bf749afbb9981a4210db2e76c20e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2eaee9c2f5200d86aed4eb8dd5beeb97362647a1
|
||||
0e567b1ab9f16756d5f97f699f877b2c75caf0f3
|
||||
@@ -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*")
|
||||
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kdsoap6</Name>
|
||||
<Homepage>https://github.com/KDAB/KDSoap</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt-based client-side and server-side SOAP component</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="147488c56d406cb1fb0b5442e1f86dee2f97c48d" type="targz">https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.1.1/kdsoap-2.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>kdsoap.patch</Patch>
|
||||
<Patch level="1">kdsoap.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kdsoap6</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kdsoap6-devel</Name>
|
||||
<Summary>Development files for kdsoap</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kdsoap6</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>2.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kdsoap</Name>
|
||||
<Summary xml:lang="tr">Qt tabanlı istemci tarafı ve sunucu tarafı SOAP bileşeni</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user