ktp-text-ui:first release

This commit is contained in:
alihanozturk
2015-11-26 17:29:36 +02:00
parent f438582729
commit c1b52b2a6b
2 changed files with 114 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", "LICENSE")
@@ -0,0 +1,95 @@
<PISI>
<Source>
<Name>ktp-text-ui</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>Telepathy handler for Text Chats</Summary>
<Description>Telepathy handler for Text Chats</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>sonnet-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kdewebkit-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>kitemviews-devel</Dependency>
<Dependency>ktextwidgets-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>ktp-common-internals-devel</Dependency>
<Dependency>telepathy-logger-qt-devel</Dependency>
<Dependency>telepathy-qt5-devel</Dependency>
<Dependency>qt5-location-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="6414d75cca764fbfaf990a43c024a3ac020789b5" type="tarxz">http://download.kde.org/stable/applications/15.08.3/src/ktp-text-ui-15.08.3.tar.xz</Archive>
</Source>
<Package>
<Name>ktp-text-ui</Name>
<Summary>Telepathy handler for Text Chats</Summary>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>sonnet</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kdewebkit</Dependency>
<Dependency>kemoticons</Dependency>
<Dependency>kitemviews</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>knotifyconfig</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>telepathy-qt5</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>ktp-common-internals</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/ktelepathy</Path>
<Path fileType="data">/usr/share/ktp-log-viewer</Path>
<Path fileType="data">/usr/share/kxmlgui5</Path>
<Path fileType="data">/usr/share/telepathy</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/kservicetypes5</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>