aboutsummaryrefslogtreecommitdiffstats
path: root/main/mumble/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/mumble/APKBUILD')
-rw-r--r--main/mumble/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/mumble/APKBUILD b/main/mumble/APKBUILD
index ff7b3dd297..7b84121ae2 100644
--- a/main/mumble/APKBUILD
+++ b/main/mumble/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=mumble
pkgver=1.2.9
-pkgrel=0
+pkgrel=1
pkgdesc="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming"
url="http://mumble.sourceforge.net/"
arch="all"
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "$_builddir"
qmake -recursive main.pro \
- CONFIG+="no-speechd no-g15 no-update no-ice bundled-celt no-bundled-speex" \
+ CONFIG+="no-speechd no-g15 no-update no-ice bundled-celt no-embed-qt-translations no-bundled-speex" \
|| return 1
make release
}
@@ -86,6 +86,7 @@ murmur_doc() {
install -Dm644 ./man/murmurd.1 ${subpkgdir}/usr/share/man/man1/murmurd.1
install -Dm644 ./LICENSE ${subpkgdir}/usr/share/licenses/murmur/LICENSE
+ default_doc
}
md5sums="85decb9a1efb13e7558fab6265f81ad8 mumble-1.2.9.tar.gz