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
|
For encryption PyOpenSSL is used, which is not required for building, but
|
||||||
tabbed interface, tray icon and notifications,
|
produces a warning message on connection if not installed.
|
||||||
encryption support, local link (Zeroconf/Bonjour)
|
|
||||||
and other interesting things.
|
|
||||||
|
|
|
@ -1,11 +1,30 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for Gajim
|
# 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
|
PRGNAM=gajim
|
||||||
VERSION=${VERSION:-0.13.4}
|
VERSION=${VERSION:-0.16}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gajim"
|
PRGNAM="gajim"
|
||||||
VERSION="0.13.4"
|
VERSION="0.16"
|
||||||
HOMEPAGE="http://www.gajim.org"
|
HOMEPAGE="http://www.gajim.org"
|
||||||
DOWNLOAD="http://gajim.org/downloads/0.13/gajim-0.13.4.tar.bz2"
|
DOWNLOAD="http://gajim.org/downloads/0.16/gajim-0.16.tar.bz2"
|
||||||
MD5SUM="097e96c2f73a13be4edadea11b495ce6"
|
MD5SUM="850c8fa9a41d3550eaa00641e6f61132"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pyOpenSSL"
|
REQUIRES="pyOpenSSL python-nbxmpp"
|
||||||
MAINTAINER="Bradley D. Thornton"
|
MAINTAINER="Ruben Schuller"
|
||||||
EMAIL="Bradley@NorthTech.US"
|
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: tray icon and notifications, encryption support, local link
|
||||||
gajim: (Zeroconf/Bonjour) and other interesting things.
|
gajim: (Zeroconf/Bonjour) and other interesting things.
|
||||||
gajim:
|
gajim:
|
||||||
gajim: For encryption, Gajim requires PyOpenSSL, also available at
|
gajim:
|
||||||
gajim: Slackbuilds.org.
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim: Website: http://www.gajim.org
|
gajim: Website: http://www.gajim.org
|
||||||
gajim:
|
gajim:
|
||||||
|
|
Loading…
Reference in New Issue