From d4e75d6769631848ee57076aaa584a04e11ce339 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Fri, 20 Nov 2015 19:32:01 +0200 Subject: [PATCH] telepathy-glib:add pisi-2.0 and v.bump --- network/chat/telepathy-glib/actions.py | 24 ++++ network/chat/telepathy-glib/pspec.xml | 110 +++++++++++++++++++ network/chat/telepathy-glib/translations.xml | 18 +++ 3 files changed, 152 insertions(+) create mode 100644 network/chat/telepathy-glib/actions.py create mode 100644 network/chat/telepathy-glib/pspec.xml create mode 100644 network/chat/telepathy-glib/translations.xml diff --git a/network/chat/telepathy-glib/actions.py b/network/chat/telepathy-glib/actions.py new file mode 100644 index 0000000000..e06074d137 --- /dev/null +++ b/network/chat/telepathy-glib/actions.py @@ -0,0 +1,24 @@ +#!/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 shelltools +from pisi.actionsapi import get + + +def setup(): + autotools.configure("--disable-static \ + --enable-vala-bindings \ + --enable-introspection") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/network/chat/telepathy-glib/pspec.xml b/network/chat/telepathy-glib/pspec.xml new file mode 100644 index 0000000000..d36cf7de7a --- /dev/null +++ b/network/chat/telepathy-glib/pspec.xml @@ -0,0 +1,110 @@ + + + + + telepathy-glib + http://telepathy.freedesktop.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + GLib bindings for the Telepathy D-Bus protocol + Telepathy-glib is the glib binding for the Telepathy unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. + http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.24.1.tar.gz + + gobject-introspection-devel + dbus-devel + dbus-glib-devel + libxslt-devel + vala-devel + + + + + telepathy-glib + library + GLib bindings for the Telepathy D-Bus protocol + + dbus + glib2 + dbus-glib + + + /usr/lib + /usr/share/gir-1.0 + /usr/share/doc + + + + + telepathy-glib-docs + data:doc + Help files and API documents of telepathy-glib library + + telepathy-glib + + + /usr/share/gtk-doc + + + + + telepathy-glib-devel + Development files for telepathy-glib + + telepathy-glib + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala/vapi + + + + + + 2015-11-20 + 0.24.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-25 + 0.24.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2013-11-26 + 0.23.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-09 + 0.20.2 + Enable vala bindings + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-12 + 0.20.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-22 + 0.20.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/network/chat/telepathy-glib/translations.xml b/network/chat/telepathy-glib/translations.xml new file mode 100644 index 0000000000..7a6ac48081 --- /dev/null +++ b/network/chat/telepathy-glib/translations.xml @@ -0,0 +1,18 @@ + + + + telepathy-glib + Telepathy D-Bus protokolü için GLib bağlayıcıları + Telepathy-glib, anında mesajlaşma, IRC, sesli ve görüntülü görüşmeler dahil her türlü anlık iletişim türlerini destekleyen Telepathy altyapısının GLib bağlayıcılarıdır. + + + + telepathy-glib-docs + telepathy-glib kitaplığına ait yardım dosyaları ve API belgeleri + + + + telepathy-glib-devel + telepathy-glib için geliştirme dosyaları + +