network/vacuum-im: Updated for version 1.2.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Oleg A. Deordiev 2016-09-27 07:04:38 +07:00 committed by Willy Sudiarto Raharjo
parent e60710c622
commit c94e1fb56f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 13 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for vacuum-im
# Copyright 2013-2014 Oleg A. Deordiev Ukraine
# Copyright 2013-2016 Oleg A. Deordiev Ukraine
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,13 +24,13 @@
PRGNAM=vacuum-im
SRCNAM=vacuum
VERSION=${VERSION:-1.2.4}
VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -60,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z*
cd $SRCNAM-$VERSION
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -70,7 +70,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 {} \;
# Add capabilities to determine we're on a slackware distro by vacuum-im
# Add capabilities to read file /etc/slackware-version
# for determine slackware version
patch -p0 < $CWD/clientinfo.patch
mkdir -p build

View file

@ -1,8 +1,8 @@
PRGNAM="vacuum-im"
VERSION="1.2.4"
VERSION="1.2.5"
HOMEPAGE="http://www.vacuum-im.org"
DOWNLOAD="https://googledrive.com/host/0B7A5K_290X8-d1hjQmJaSGZmTTA/vacuum-1.2.4.tar.gz"
MD5SUM="be949999dfe05695f2d1434096d46717"
DOWNLOAD="https://github.com/Vacuum-IM/vacuum-im/archive/1.2.5.tar.gz"
MD5SUM="2004a882c95207b3244aadf77e822b9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""