diff options
Diffstat (limited to 'network/mumble/mumble.SlackBuild')
-rw-r--r-- | network/mumble/mumble.SlackBuild | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/network/mumble/mumble.SlackBuild b/network/mumble/mumble.SlackBuild index d6fc4efa82..b242d17441 100644 --- a/network/mumble/mumble.SlackBuild +++ b/network/mumble/mumble.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Mumble -# Copyright 2011-2012 James Geboski <jgeboski@gmail.com> +# Copyright 2011-2013 James Geboski <jgeboski@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mumble -VERSION=${VERSION:-1.2.3} -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.2.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} G15=${G15:-no} @@ -84,10 +84,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# On GTK+ based envrionments (Ex: XFCE) the MainWindow's icon needed -# to be directly set. -patch -p1 < $CWD/patches/MainWindow-set-the-window-icon.patch - qmake \ -recursive \ main.pro \ @@ -96,6 +92,7 @@ qmake \ DEFINES*="PLUGIN_PATH=/usr/lib${LIBDIRSUFFIX}/mumble" \ CONFIG+=bundled-celt \ CONFIG+=no-server \ + CONFIG+=no-bundled-opus \ CONFIG+=no-bundled-speex \ CONFIG+=no-pulseaudio \ CONFIG+=no-speechd \ @@ -114,10 +111,7 @@ mkdir -p \ $PKG/usr/man/man1 \ $PKG/usr/share/{applications,pixmaps} -install -m 755 \ - release/mumble \ - release/mumble11x \ - $PKG/usr/bin +install -m 755 release/mumble $PKG/usr/bin # Mumble's bundled celt is needed: # celt-0.7.0 is needed to keep compatibility with other clients @@ -127,7 +121,6 @@ cp -a release/libcelt0.so* $PKG/usr/lib${LIBDIRSUFFIX}/mumble install -m 644 \ man/mumble-overlay.1 \ man/mumble.1 \ - man/mumble11x.1 \ $PKG/usr/man/man1 install -m 644 scripts/mumble.desktop $PKG/usr/share/applications |