gloox:ver.bump

This commit is contained in:
blue-devil
2020-03-04 00:36:13 +03:00
parent 272d5b3d09
commit 2c9daedacb
3 changed files with 18 additions and 6 deletions
+4 -2
View File
@@ -4,15 +4,17 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("PTHREAD_LIBS", "-lpthread")
def setup():
autotools.autoreconf("-vfi")
# suppress compiler warnings
pisitools.cxxflags.add("-Wno-conversion -Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-format-nonliteral -Wno-unused-parameter -Wno-format -Wno-misleading-indentation -Wno-format-security")
autotools.configure("--with-gnutls \
--disable-static")
@@ -22,4 +24,4 @@ def build():
def install():
autotools.install()
pisitools.dodoc("README", "AUTHORS", "LICENSE", "ChangeLog")
pisitools.dodoc("COPYING", "README", "LICENSE")
+12 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gloox</Name>
@@ -8,19 +8,21 @@
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>network.chat</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Full-featured Jabber/XMPP client library</Summary>
<Description>gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.</Description>
<Archive sha1sum="8ed03ee600675efc092055bf52fea799e7f83a43" type="tarbz2">https://camaya.net/download/gloox-1.0.22.tar.bz2</Archive>
<Archive sha1sum="7906fb71deec540b90e02bd945fd3d08e0458821" type="tarbz2">https://camaya.net/download/gloox-1.0.23.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gloox</Name>
<Summary>Full-featured Jabber/XMPP client library</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
@@ -47,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-02-27</Date>
<Version>1.0.23</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-10-30</Date>
<Version>1.0.20</Version>
+1
View File
@@ -9,5 +9,6 @@
<Package>
<Name>gloox-devel</Name>
<Summary xml:lang="tr">gloox için geliştirme dosyaları</Summary>
<Description xml:lang="tr">gloox-devel, gloox için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>