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:
parent
a424e36d8f
commit
b5ba192623
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=gajim
|
PRGNAM=gajim
|
||||||
VERSION=${VERSION:-0.16.9}
|
VERSION=${VERSION:-1.3.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -71,8 +71,8 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -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 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
python3 setup.py install --root=$PKG
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
mv $PKG/usr/share/man $PKG/usr/man
|
||||||
./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
|
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gajim"
|
PRGNAM="gajim"
|
||||||
VERSION="0.16.9"
|
VERSION="1.3.3"
|
||||||
HOMEPAGE="http://www.gajim.org"
|
HOMEPAGE="https://gajim.org/"
|
||||||
DOWNLOAD="https://gajim.org/downloads/0.x/0.16/gajim-0.16.9.tar.bz2"
|
DOWNLOAD="https://gajim.org/downloads/1.3/gajim-1.3.3.tar.gz"
|
||||||
MD5SUM="87684533b7d6a9611fe28a9b7fca296d"
|
MD5SUM="2fa77eadb4323aed392664664c706fb2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pyOpenSSL python-nbxmpp python2-pycrypto"
|
REQUIRES="pyOpenSSL python-nbxmpp python3-pycrypto python-keyring css-parser"
|
||||||
MAINTAINER="Ruben Schuller"
|
MAINTAINER="Ruben Schuller"
|
||||||
EMAIL="sb@rbn.im"
|
EMAIL="sb@rbn.im"
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
gajim: gajim (full featured and easy to use Jabber client)
|
gajim: gajim (full featured and easy to use Jabber client)
|
||||||
gajim:
|
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: 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:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim: Website: http://www.gajim.org
|
gajim: Website: https://gajim.org/
|
||||||
gajim:
|
gajim:
|
||||||
|
|
Loading…
Reference in New Issue