diff options
author | James Geboski <jgeboski@gmail.com> | 2013-06-03 23:39:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:36 -0500 |
commit | 3d9c8a57647ceb693dc8c26d06a8035c81af7f13 (patch) | |
tree | 1882e86d9c1105fbc16f9aab1c7e1605e22e6a08 /network/mumble/mumble.SlackBuild | |
parent | f0f2f666724fcc5fbd3329eddd7e550ff8c21c15 (diff) | |
download | slackbuilds-3d9c8a57647ceb693dc8c26d06a8035c81af7f13.tar.gz |
network/mumble: Updated for version 1.2.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |