network/ekiga: Update SlackBuild, switch to i586.

Don't install the gconf schema in the SlackBuild
(the doinst.sh does that).

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Woodfall 2018-03-27 13:18:47 +00:00 committed by Willy Sudiarto Raharjo
parent 6fc009f29c
commit d3055aab03

View file

@ -26,12 +26,12 @@
PRGNAM=ekiga
VERSION=${VERSION:-4.0.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
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
@ -42,8 +42,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"
@ -123,7 +123,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--disable-gdu \
--disable-eds \
--enable-gconf \
--disable-schemas-install \
--${DO_AVAHI}able-avahi \
--${DO_XCAP}able-xcap \
--${DO_KDE}able-kde \