diff --git a/network/chat/telepathy-haze/actions.py b/network/chat/telepathy-haze/actions.py new file mode 100644 index 0000000000..4042d9c30e --- /dev/null +++ b/network/chat/telepathy-haze/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", "NEWS") diff --git a/network/chat/telepathy-haze/pspec.xml b/network/chat/telepathy-haze/pspec.xml new file mode 100644 index 0000000000..ed480ef0fd --- /dev/null +++ b/network/chat/telepathy-haze/pspec.xml @@ -0,0 +1,73 @@ + + + + + telepathy-haze + http://developer.pidgin.im/wiki/Telepathy + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + A multi-protocol Libpurple connection manager for Telepathy + telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too. + http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz + + glib2-devel + dbus-devel + dbus-glib-devel + libpurple-devel + telepathy-glib-devel + libxslt-devel + + + + + telepathy-haze + + dbus + glib2 + dbus-glib + libpurple + telepathy-glib + + + /usr/libexec + /usr/share + /usr/share/doc + /usr/share/man + + + + + + 2015-11-21 + 0.8.0 + version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2013-09-19 + 0.5.0 + Fix dep, we have no kdenetwork package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 0.5.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.5.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/network/chat/telepathy-haze/translations.xml b/network/chat/telepathy-haze/translations.xml new file mode 100644 index 0000000000..2ba89b00cd --- /dev/null +++ b/network/chat/telepathy-haze/translations.xml @@ -0,0 +1,8 @@ + + + + telepathy-haze + Çok protokol destekli, libpurple üzerine kurulu bir Telepathy bağlantı yöneticisi + Telepathy-haze Pidgin'in de kullandığı libpurple üzerine kurulu bir bağlantı yöneticisidir. Libpurple tarafından desteklenen tüm protokol teoride telepathy-haze ile de desteklenmektedir. + +