network/gajim: Updated for version 1.3.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ruben Schuller 2017-09-17 16:47:07 +12:00 committed by Willy Sudiarto Raharjo
parent a424e36d8f
commit b5ba192623
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 23 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gajim
VERSION=${VERSION:-0.16.9}
VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -71,8 +71,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -80,19 +80,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
python3 setup.py install --root=$PKG
mv $PKG/usr/share/man $PKG/usr/man
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,10 +1,10 @@
PRGNAM="gajim"
VERSION="0.16.9"
HOMEPAGE="http://www.gajim.org"
DOWNLOAD="https://gajim.org/downloads/0.x/0.16/gajim-0.16.9.tar.bz2"
MD5SUM="87684533b7d6a9611fe28a9b7fca296d"
VERSION="1.3.3"
HOMEPAGE="https://gajim.org/"
DOWNLOAD="https://gajim.org/downloads/1.3/gajim-1.3.3.tar.gz"
MD5SUM="2fa77eadb4323aed392664664c706fb2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyOpenSSL python-nbxmpp python2-pycrypto"
REQUIRES="pyOpenSSL python-nbxmpp python3-pycrypto python-keyring css-parser"
MAINTAINER="Ruben Schuller"
EMAIL="sb@rbn.im"

View File

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
gajim: gajim (full featured and easy to use Jabber client)
gajim:
gajim: Jabber is a GTK2-based Jabber client featuring tabbed interface,
gajim: Jabber is a GTK3-based Jabber client featuring tabbed interface,
gajim: tray icon and notifications, encryption support, local link
gajim: (Zeroconf/Bonjour) and other interesting things.
gajim:
gajim:
gajim:
gajim:
gajim: Website: http://www.gajim.org
gajim: Website: https://gajim.org/
gajim: