telepathy-gabble:add pisi-2.0 and v.bump
This commit is contained in:
@@ -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")
|
||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>telepathy-gabble</Name>
|
||||||
|
<Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2+</License>
|
||||||
|
<License>BSD</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>A Jabber/XMPP connection manager for Telepathy</Summary>
|
||||||
|
<Description>telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls.</Description>
|
||||||
|
<Archive sha1sum="1c71c5acf2c506788aa4b1604390f38979d88887" type="targz">http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<!-- <Dependency>loudmouth-devel</Dependency> -->
|
||||||
|
<Dependency>libnice-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>dbus-devel</Dependency>
|
||||||
|
<Dependency>dbus-glib-devel</Dependency>
|
||||||
|
<Dependency>telepathy-glib-devel</Dependency>
|
||||||
|
<Dependency>libxslt-devel</Dependency>
|
||||||
|
<Dependency>gnutls-devel</Dependency>
|
||||||
|
<Dependency>sqlite-devel</Dependency>
|
||||||
|
<Dependency>libsoup-devel</Dependency>
|
||||||
|
<Dependency>libnice-devel</Dependency>
|
||||||
|
<Dependency>cyrus-sasl-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>telepathy-gabble</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>dbus</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>gnutls</Dependency>
|
||||||
|
<Dependency>sqlite</Dependency>
|
||||||
|
<Dependency>libnice</Dependency>
|
||||||
|
<Dependency>libsoup</Dependency>
|
||||||
|
<Dependency>libxml2</Dependency>
|
||||||
|
<Dependency>dbus-glib</Dependency>
|
||||||
|
<Dependency>telepathy-glib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="executable">/usr/libexec</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="5" type="security">
|
||||||
|
<Date>2015-11-21</Date>
|
||||||
|
<Version>0.18.3</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Alihan Öztürk</Name>
|
||||||
|
<Email>alihan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="4" type="security">
|
||||||
|
<Date>2014-03-09</Date>
|
||||||
|
<Version>0.15.3</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Varol Maksutoğlu</Name>
|
||||||
|
<Email>waroi@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="3" type="security">
|
||||||
|
<Date>2013-07-29</Date>
|
||||||
|
<Version>0.15.3</Version>
|
||||||
|
<Comment>Dep Fixed</Comment>
|
||||||
|
<Name>Osman Erkan</Name>
|
||||||
|
<Email>osman.erkan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2" type="security">
|
||||||
|
<Date>2013-05-03</Date>
|
||||||
|
<Version>0.15.3</Version>
|
||||||
|
<Comment>Dep added</Comment>
|
||||||
|
<Name>Osman Erkan</Name>
|
||||||
|
<Email>osman.erkan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1" type="security">
|
||||||
|
<Date>2012-09-01</Date>
|
||||||
|
<Version>0.15.3</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Osman Erkan</Name>
|
||||||
|
<Email>osman.erkan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>telepathy-gabble</Name>
|
||||||
|
<Summary xml:lang="tr">Telepathy için Jabber/XMPP bağlantı yöneticisi</Summary>
|
||||||
|
<Description xml:lang="tr">telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user