ktp-contact-runner:first release

This commit is contained in:
alihanozturk
2015-11-26 15:07:14 +02:00
parent e417e7c2c7
commit 8c8ac8d2c6
2 changed files with 74 additions and 0 deletions
@@ -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/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING")
@@ -0,0 +1,55 @@
<PISI>
<Source>
<Name>ktp-contact-runner</Name>
<Homepage>http://community.kde.org/Real-Time_Communication_and_Collaboration</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Summary> KRunner plugin for KDE Telepathy</Summary>
<Description>KRunner plugin for KDE Telepathy</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>krunner-devel</Dependency>
<Dependency>ktp-common-internals-devel</Dependency>
<Dependency>telepathy-logger-qt-devel</Dependency>
<Dependency>telepathy-qt5-devel</Dependency>
</BuildDependencies>
<Archive type="tarxz" sha1sum="1c1efb3a0bad4a12dd075361353393c4d7f9a428">http://download.kde.org/stable/applications/15.08.3/src/ktp-contact-runner-15.08.3.tar.xz</Archive>
</Source>
<Package>
<Name>ktp-contact-runner</Name>
<Summary>KRunner plugin for KDE Telepathy</Summary>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>krunner</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>telepathy-qt5</Dependency>
<Dependency>ktp-common-internals</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-11-23</Date>
<Version>15.08.3</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>