libkgapi build and check

This commit is contained in:
groni
2015-08-24 17:42:51 +02:00
parent 7c7e715c76
commit 4a7d554289
2 changed files with 87 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSE", "AUTHORS", "README")
+68
View File
@@ -0,0 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libkgapi</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:library</IsA>
<Summary>Google API library for KDE</Summary>
<Description>A KDE-based library for accessing various Google services via their public API</Description>
<Archive sha1sum="63b8ee4a61febe9ff60295955045ccf65c73f98f" type="tarxz">http://download.kde.org/stable/libkgapi/5.0.0/src/libkgapi-5.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libkgapi</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kcalcore</Dependency>
<Dependency>kcontacts</Dependency>
<Dependency>kio</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kdelibs4-support</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libkgapi-devel</Name>
<Summary>Development files for libkgapi</Summary>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency release="current">libkgapi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="config">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-24</Date>
<Version>5.0.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>