kpeoplevcard pulseaudio-qt:First release

This commit is contained in:
Rmys
2019-12-08 10:31:49 +03:00
parent 811be67bac
commit 6bb11928fc
10 changed files with 209729 additions and 209279 deletions
+19
View File
@@ -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 kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*")
+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kpeoplevcard</Name>
<Homepage>https://github.com/KDE/kpeoplevcard</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Library to expose vcards to KPeople</Summary>
<Description>Library to expose vcards to KPeople</Description>
<Archive sha1sum="0401c702fe4ec2e4ae4efd3c56854e4ac81c0c0c" type="targz">https://github.com/KDE/kpeoplevcard/archive/v0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>kpeople-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kcontacts-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency versionFrom="1.0">extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kpeoplevcard</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>kpeople</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kcontacts</Dependency>
<Dependency>kcoreaddons</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>kpeoplevcard-devel</Name>
<Summary>Development files for kpeoplevcard</Summary>
<RuntimeDependencies>
<Dependency release="current">kpeoplevcard</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-08</Date>
<Version>0.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>kpeoplevcard</Name>
<Summary xml:lang="tr">Library to expose vcards to KPeople</Summary>
<Description xml:lang="tr">Library to expose vcards to KPeople</Description>
</Source>
</PISI>
+19
View File
@@ -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 kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pulseaudio-qt</Name>
<Homepage>https://kde.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Libpulse için Qt bağları</Summary>
<Description>Libpulse için Qt bağları</Description>
<Archive sha1sum="4e916d4ea2fd728b6d4a71e40c95f532be9e4af7" type="tarxz">https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.12.0">qt5-base-devel</Dependency>
<Dependency versionFrom="5.12.0">qt5-declarative-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>doxygen</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pulseaudio-qt</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>pulseaudio-libs</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>pulseaudio-qt-devel</Name>
<Summary>Development files for pulseaudio-qt</Summary>
<RuntimeDependencies>
<Dependency release="current">pulseaudio-qt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-01</Date>
<Version>1.1.0</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>pulseaudio-qt</Name>
<Summary xml:lang="tr">Libpulse için Qt bağları</Summary>
<Description xml:lang="tr">Libpulse için Qt bağları</Description>
</Source>
</PISI>
+209550 -209277
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
51b4ead81c76b8ca91ddffc3520c2b07a21128cd
eec6c8191b17ef63aa8256215d8e817fd1db0625
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d0227a0a357a8f094f53bdfde556de13a0090045
2904a7b104723ef6cdc88ae32ce803eb1927a876