mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/murmur: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3731942724
commit
2710c43a9f
3 changed files with 7 additions and 10 deletions
|
@ -4,9 +4,6 @@ individual users. Each murmur process supports multiple virtual
|
|||
servers, each with their own user base and channel list.
|
||||
Administration of murmur is done through D-Bus.
|
||||
|
||||
NOTE: If you're upgrading from 1.1.4, the SlackBuild has changed:
|
||||
/var/{lib,log,run}/mumble-server moved to /var/{lib,log,run}/murmur
|
||||
|
||||
This script requires the system to have a murmur user and group:
|
||||
|
||||
# groupadd -g 261 murmur
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for murmur
|
||||
|
||||
# Copyright 2014, 2015 Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
# Copyright 2014-2019 Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=murmur
|
||||
SRCNAM=mumble
|
||||
VERSION=${VERSION:-1.2.19}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -88,7 +88,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
qmake \
|
||||
qmake-qt5 \
|
||||
-recursive \
|
||||
main.pro \
|
||||
QMAKE_CFLAGS+="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="murmur"
|
||||
VERSION="1.2.19"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://github.com/mumble-voip/mumble/"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.2.19/mumble-1.2.19.tar.gz"
|
||||
MD5SUM="d101068ed27ce119effdb3765a8cf8e4"
|
||||
DOWNLOAD="https://github.com/mumble-voip/mumble/releases/download/1.3.0/mumble-1.3.0.tar.gz"
|
||||
MD5SUM="65fd57177879f5d1830c13a63d9f50ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf"
|
||||
REQUIRES="protobuf qt5"
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue