summaryrefslogtreecommitdiffstats
path: root/network/ekiga/ekiga.SlackBuild
diff options
context:
space:
mode:
author David Woodfall2011-11-28 07:19:42 +0100
committer Niels Horn2011-12-11 00:51:45 +0100
commit4a5f6070d8240c4f4bd2363b7881a6ccefddda33 (patch)
tree538abdd7701408b2e1f3805536268366d57a6c88 /network/ekiga/ekiga.SlackBuild
parente56ef829d69cd4f63824552c23b3d375f2f83319 (diff)
downloadslackbuilds-4a5f6070d8240c4f4bd2363b7881a6ccefddda33.tar.gz
network/ekiga: Updated for version 3.3.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/ekiga/ekiga.SlackBuild')
-rw-r--r--network/ekiga/ekiga.SlackBuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/network/ekiga/ekiga.SlackBuild b/network/ekiga/ekiga.SlackBuild
index 7b49b5ccee..5b2e570f19 100644
--- a/network/ekiga/ekiga.SlackBuild
+++ b/network/ekiga/ekiga.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Ekiga
-# Copyright 2008-2009 Mauro Giachero
+# Copyright 2008-2009 Mauro Giachero
# All rights reserved.
# Copyright 2011 Davd Woodfall <dave@dawoodfall.net>
# All rights reserved.
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ekiga
-VERSION=${VERSION:-3.2.7}
+VERSION=${VERSION:-3.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,13 +65,6 @@ else
DO_AVAHI="en"
fi
-# Requires GConf
-if [[ ${GCONF:-no} = "no" ]] ; then
- DO_GCONF="dis"
-else
- DO_GCONF="en"
-fi
-
# Experimental XCAP support
# Requires libsoup 2.4, still not available on SBo
#if [[ ${XCAP:-no} = "no" ]] ; then
@@ -105,8 +98,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -126,7 +120,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-gnome \
--disable-gdu \
--disable-eds \
- --${DO_GCONF}able-gconf \
+ --enable-gconf \
--${DO_AVAHI}able-avahi \
--${DO_XCAP}able-xcap \
--${DO_KDE}able-kde \