Merge pull request #882 from alihanozturk/master

applications
This commit is contained in:
Ertuğrul Erata
2015-11-23 15:45:59 +02:00
6 changed files with 241 additions and 9 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,125 @@
<PISI>
<Source>
<Name>ktp-common-internals</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>Common components for KDE-Telepathy</Summary>
<Description>Common components for KDE-Telepathy</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kpeople-devel</Dependency>
<Dependency>signon-devel</Dependency>
<Dependency>kaccounts-integration-devel</Dependency>
<Dependency>telepathy-logger-qt-devel</Dependency>
<Dependency>libaccounts-qt5-devel</Dependency>
<Dependency>telepathy-qt5-devel</Dependency>
<Dependency>libaccounts-glib-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>telepathy-mission-control-devel</Dependency>
<Dependency>libotr-devel</Dependency>
</BuildDependencies>
<Archive type="tarxz" sha1sum="69f3d2b38950e1056378ca0c5e0f65a0ec5d6158">http://download.kde.org/stable/applications/15.08.3/src/ktp-common-internals-15.08.3.tar.xz</Archive>
</Source>
<Package>
<Name>ktp-common-internals</Name>
<Summary>Common components for KDE-Telepathy</Summary>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>kparts</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libotr</Dependency>
<Dependency>signon</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kpeople</Dependency>
<Dependency>kwallet</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>ktexteditor</Dependency>
<Dependency>knotifyconfig</Dependency>
<Dependency>telepathy-qt5</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>libaccounts-qt5</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>telepathy-logger-qt</Dependency>
<Dependency>kaccounts-integration</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libKTpCommonInternals.so.*</Path>
<Path fileType="library">/usr/lib/libKTpModels.so.*</Path>
<Path fileType="library">/usr/lib/libKTpLogger.so.*</Path>
<Path fileType="library">/usr/lib/libKTpWidgets.so.*</Path>
<Path fileType="library">/usr/lib/libKTpOTR.so.*</Path>
<Path fileType="library">/usr/lib/ktp-proxy</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/kservicetypes5</Path>
<Path fileType="data">/usr/share/knotifications5</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/telepathy</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/katepart5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ktp-common-internals-devel</Name>
<Summary>Development files for ktp-common-internals</Summary>
<RuntimeDependencies>
<Dependency release="current">ktp-common-internals</Dependency>
<Dependency>libotr-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/KTp</Path>
<Path fileType="data">/usr/lib/cmake/KTp</Path>
<Path fileType="library">/usr/lib/libKTpCommonInternals.so</Path>
<Path fileType="library">/usr/lib/libKTpModels.so</Path>
<Path fileType="library">/usr/lib/libKTpLogger.so</Path>
<Path fileType="library">/usr/lib/libKTpWidgets.so</Path>
<Path fileType="library">/usr/lib/libKTpOTR.so</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-11-22</Date>
<Version>15.08.3</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
#!/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("AUTHORS", "COPYING", "TODO")
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>telepathy-logger-qt</Name>
<Homepage>https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Summary>Qt bindings for telepathy logger</Summary>
<Description>Qt Wrapper around TpLogger client library.</Description>
<Archive type="tarxz" sha1sum="3f71e607980b601b46ff45be6e72d066926fc912">http://download.kde.org/stable/telepathy-logger-qt/15.04/src/telepathy-logger-qt-15.04.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>telepathy-qt5-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>telepathy-logger-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>telepathy-logger-qt</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>telepathy-qt5</Dependency>
<Dependency>telepathy-glib</Dependency>
<Dependency>telepathy-logger</Dependency>
</RuntimeDependencies>
<Summary>Qt bindings for telepathy logger</Summary>
<Files>
<Path fileType="library">/usr/lib/libtelepathy-logger-qt.so.*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>telepathy-logger-qt-devel</Name>
<Summary>Development files for telepathy-logger-qt</Summary>
<RuntimeDependencies>
<Dependency release="current">telepathy-logger-qt</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/libtelepathy-logger-qt.so</Path>
<Path fileType="library">/usr/lib/cmake/TelepathyLoggerQt</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-11-22</Date>
<Version>15.04.0</Version>
<Comment>First Release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -9,10 +9,11 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static \
--libexecdir=/usr/lib \
--enable-gnome-keyring \
autotools.configure("--prefix=/usr \
--disable-static \
--libexecdir=/usr/lib/telepathy \
--with-connectivity=nm \
--with-pic \
--enable-gtk-doc \
--disable-upower \
--disable-static \
@@ -36,10 +36,8 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libmission-control-plugins.so*</Path>
<Path fileType="library">/usr/lib/mission-control-5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="library">/usr/lib/libmission-control-plugins.so.0*</Path>
<Path fileType="library">/usr/lib/telepathy/mission-control-5</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
@@ -55,8 +53,10 @@
<Dependency>telepathy-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/mission-control-5.5/mission-control-plugins</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/mission-control-5.5</Path>
<Path fileType="library">/usr/lib/libmission-control-plugins.so</Path>
<Path fileType="data">/usr/lib/pkgconfig/mission-control-plugins.pc</Path>
<Path fileType="doc">/usr/share/gtk-doc/html/mission-control-plugins</Path>
</Files>
</Package>