diff --git a/network/chat/telepathy-gabble/actions.py b/network/chat/telepathy-gabble/actions.py new file mode 100644 index 0000000000..2bbca8d65f --- /dev/null +++ b/network/chat/telepathy-gabble/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS") diff --git a/network/chat/telepathy-gabble/pspec.xml b/network/chat/telepathy-gabble/pspec.xml new file mode 100644 index 0000000000..553c15ac2a --- /dev/null +++ b/network/chat/telepathy-gabble/pspec.xml @@ -0,0 +1,94 @@ + + + + + telepathy-gabble + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + library + A Jabber/XMPP connection manager for Telepathy + telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls. + http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz + + + libnice-devel + gobject-introspection-devel + glib2-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + libxslt-devel + gnutls-devel + sqlite-devel + libsoup-devel + libnice-devel + cyrus-sasl-devel + + + + + telepathy-gabble + + dbus + glib2 + gnutls + sqlite + libnice + libsoup + libxml2 + dbus-glib + telepathy-glib + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man + + + + + + 2015-11-21 + 0.18.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.15.3 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.15.3 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-03 + 0.15.3 + Dep added + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.15.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/network/chat/telepathy-gabble/translations.xml b/network/chat/telepathy-gabble/translations.xml new file mode 100644 index 0000000000..37b750811a --- /dev/null +++ b/network/chat/telepathy-gabble/translations.xml @@ -0,0 +1,8 @@ + + + + telepathy-gabble + Telepathy için Jabber/XMPP bağlantı yöneticisi + telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir. + +