Merge pull request #13427 from Rmys/master

frameworks-6.0.0
This commit is contained in:
Rmys
2024-02-28 22:14:29 +03:00
committed by GitHub
7 changed files with 150 additions and 2 deletions
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import kde6
def setup():
kde6.configure()
def build():
kde6.make()
def install():
kde6.install()
pisitools.dodoc("LICENSES/*", "README*")
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kdsoap-ws-discovery-client</Name>
<Homepage>https://invent.kde.org/libraries/kdsoap-ws-discovery-client</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>WS-Discovery client library based on KDSoap</Summary>
<Description>WS-Discovery client library based on KDSoap</Description>
<Archive sha1sum="592878d23f6639a5217927f7384536ed71b588ff" type="tarxz">https://download.kde.org/stable/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>kdsoap6-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>extra-cmake-modules-kf6</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>kdsoap-ws-discovery-client.patch</Patch>
<Patch level="1">kdsoap-ws-discovery-client.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>kdsoap-ws-discovery-client</Name>
<RuntimeDependencies>
<Dependency>kdsoap6</Dependency>
<Dependency>qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kdsoap-ws-discovery-client-devel</Name>
<Summary>Development files for kdsoap-ws-discovery-client</Summary>
<RuntimeDependencies>
<Dependency release="current">kdsoap-ws-discovery-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-02-28</Date>
<Version>0.4.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kdsoap-ws-discovery-client</Name>
<Summary xml:lang="tr">WS-Discovery client library based on KDSoap</Summary>
<Description xml:lang="tr">WS-Discovery client library based on KDSoap</Description>
</Source>
</PISI>
+57
View File
@@ -175529,6 +175529,63 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>kdsoap-ws-discovery-client</Name>
<Homepage>https://invent.kde.org/libraries/kdsoap-ws-discovery-client</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<PartOf>desktop.kde.utils</PartOf>
<Summary xml:lang="en">WS-Discovery client library based on KDSoap</Summary>
<Summary xml:lang="tr">WS-Discovery client library based on KDSoap</Summary>
<Description xml:lang="en">WS-Discovery client library based on KDSoap</Description>
<Description xml:lang="tr">WS-Discovery client library based on KDSoap</Description>
<Archive type="tarxz" sha1sum="592878d23f6639a5217927f7384536ed71b588ff" name="kdsoap-ws-discovery-client-0.4.0.tar.xz">https://download.kde.org/stable/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>kdsoap6-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>extra-cmake-modules-kf6</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/utils/kdsoap-ws-discovery-client/pspec.xml</SourceURI>
</Source>
<Package>
<Name>kdsoap-ws-discovery-client</Name>
<RuntimeDependencies>
<Dependency>kdsoap6</Dependency>
<Dependency>qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kdsoap-ws-discovery-client-devel</Name>
<Summary xml:lang="en">Development files for kdsoap-ws-discovery-client</Summary>
<RuntimeDependencies>
<Dependency release="1">kdsoap-ws-discovery-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-02-28</Date>
<Version>0.4.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>subtitlecomposer</Name>
+1 -1
View File
@@ -1 +1 @@
cb6e57299af1bf749afbb9981a4210db2e76c20e
119b267155774247c71afdb4e20712295e724661
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0e567b1ab9f16756d5f97f699f877b2c75caf0f3
c998a8136329234a459a2ea25ce7dfb8e494a387