qt5-remoteobjects:first pisi rel

This commit is contained in:
blue-devil
2020-05-27 00:03:22 +03:00
parent c26ac34980
commit 5da30e891a
3 changed files with 116 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/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 get
from pisi.actionsapi import qt5
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
qt5.configure()
def build():
qt5.make()
qt5.make("docs")
def install():
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
pisitools.dodoc("LICENSE*")
+74
View File
@@ -0,0 +1,74 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt5-remoteobjects</Name>
<Homepage>https://www.qt.io</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>desktop.toolkit.qt5</PartOf>
<License>LGPLv2.1-linking-exception</License>
<Summary>Inter-process communication (IPC) module developed for Qt</Summary>
<Description>qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt</Description>
<Archive sha1sum="f7b72bf35e4f9bc501d25b0083bfe8927405b451" type="tarxz">http://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/qtremoteobjects-everywhere-src-5.14.2.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.14.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.14.2">qt5-sql-sqlite</Dependency>
<Dependency versionFrom="5.14.2">qt5-assistant-devel</Dependency>
<Dependency versionFrom="5.14.2">qt5-declarative-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qt5-remoteobjects</Name>
<Summary>Inter-process communication (IPC) module developed for Qt</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.14.2">qt5-base</Dependency>
<Dependency versionFrom="5.14.2">qt5-assistant</Dependency>
<Dependency versionFrom="5.14.2">qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share/licenses</Path>
</Files>
</Package>
<Package>
<Name>qt5-remoteobjects-devel</Name>
<Summary>Development files for qt5-remoteobjects</Summary>
<Files>
<Path fileType="header">/usr/include/qt5</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
<RuntimeDependencies>
<Dependency release="current">qt5-remoteobjects</Dependency>
<Dependency versionFrom="5.14.2">qt5-base-devel</Dependency>
<Dependency versionFrom="5.14.2">qt5-declarative-devel</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>qt5-remoteobjects-docs</Name>
<Summary>Documentation files for qt5-remoteobjects</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.14.2">qt5-remoteobjects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-26</Date>
<Version>5.14.2</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qt5-remoteobjects</Name>
<Summary xml:lang="tr">Qt için işlemler-arası iletişim modülü.</Summary>
<Description xml:lang="tr">qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar.</Description>
</Source>
<Package>
<Name>qt5-remoteobjects-devel</Name>
<Summary xml:lang="tr">qt5-remoteobjects için geliştirme dosyaları</Summary>
<Description xml:lang="tr">qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir.</Description>
</Package>
<Package>
<Name>qt5-remoteobjects-docs</Name>
<Summary xml:lang="tr">qt5-remoteobjects için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir.</Description>
</Package>
</PISI>