mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/gajim: Updated for version 0.16.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e74ff3032
commit
112800172b
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Gajim
|
||||
#
|
||||
# Copyright 2014-2016 Ruben Schuller
|
||||
# Copyright 2014-2018 Ruben Schuller
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gajim
|
||||
VERSION=${VERSION:-0.16.6}
|
||||
VERSION=${VERSION:-0.16.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -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" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gajim"
|
||||
VERSION="0.16.6"
|
||||
VERSION="0.16.9"
|
||||
HOMEPAGE="http://www.gajim.org"
|
||||
DOWNLOAD="https://gajim.org/downloads/0.16/gajim-0.16.6.tar.bz2"
|
||||
MD5SUM="88ca7a0d0b7deb86a55fe7ba5156f27f"
|
||||
DOWNLOAD="https://gajim.org/downloads/0.16/gajim-0.16.9.tar.bz2"
|
||||
MD5SUM="87684533b7d6a9611fe28a9b7fca296d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyOpenSSL python-nbxmpp pycrypto"
|
||||
|
|
Loading…
Reference in a new issue