network/gajim: Updated for version 0.16 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fb31b302a8
commit
80a334f5a8
|
@ -1,6 +1,5 @@
|
|||
Gajim - a full featured and easy to use Jabber client
|
||||
As of the 0.16 version, gajim uses it's own non-blocking xmpp implementation
|
||||
called nbxmpp (python-nbxmpp on slackbuilds.org). This is required to build.
|
||||
|
||||
Jabber is a GTK2-based Jabber client featuring
|
||||
tabbed interface, tray icon and notifications,
|
||||
encryption support, local link (Zeroconf/Bonjour)
|
||||
and other interesting things.
|
||||
For encryption PyOpenSSL is used, which is not required for building, but
|
||||
produces a warning message on connection if not installed.
|
||||
|
|
|
@ -1,11 +1,30 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Gajim
|
||||
|
||||
# Written by Morten Juhl-Johansen Zölde-Fejér <mjjzf@syntaktisk.dk>
|
||||
#
|
||||
# Copyright 2014 Ruben Schuller <ruben@orgizm.net>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gajim
|
||||
VERSION=${VERSION:-0.13.4}
|
||||
VERSION=${VERSION:-0.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gajim"
|
||||
VERSION="0.13.4"
|
||||
VERSION="0.16"
|
||||
HOMEPAGE="http://www.gajim.org"
|
||||
DOWNLOAD="http://gajim.org/downloads/0.13/gajim-0.13.4.tar.bz2"
|
||||
MD5SUM="097e96c2f73a13be4edadea11b495ce6"
|
||||
DOWNLOAD="http://gajim.org/downloads/0.16/gajim-0.16.tar.bz2"
|
||||
MD5SUM="850c8fa9a41d3550eaa00641e6f61132"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyOpenSSL"
|
||||
MAINTAINER="Bradley D. Thornton"
|
||||
EMAIL="Bradley@NorthTech.US"
|
||||
REQUIRES="pyOpenSSL python-nbxmpp"
|
||||
MAINTAINER="Ruben Schuller"
|
||||
EMAIL="ruben@orgizm.net"
|
||||
|
|
|
@ -12,8 +12,8 @@ gajim: Jabber is a GTK2-based Jabber client featuring tabbed interface,
|
|||
gajim: tray icon and notifications, encryption support, local link
|
||||
gajim: (Zeroconf/Bonjour) and other interesting things.
|
||||
gajim:
|
||||
gajim: For encryption, Gajim requires PyOpenSSL, also available at
|
||||
gajim: Slackbuilds.org.
|
||||
gajim:
|
||||
gajim:
|
||||
gajim:
|
||||
gajim: Website: http://www.gajim.org
|
||||
gajim:
|
||||
|
|
Loading…
Reference in New Issue