diff options
Diffstat (limited to 'network/ekiga/ekiga.SlackBuild')
-rw-r--r-- | network/ekiga/ekiga.SlackBuild | 16 |
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 \ |