aboutsummaryrefslogtreecommitdiffstats
path: root/main/mumble
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-09 22:49:37 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2015-11-10 00:08:17 +0100
commit78d2adc666311bbf96837e2ee54d0a501c42c1a6 (patch)
tree5fafc0240fed4ce7e856dd3aad9afe7778232901 /main/mumble
parent6a083b076e588b6f0bd849cffb2057cee925c5a9 (diff)
downloadaports-78d2adc666311bbf96837e2ee54d0a501c42c1a6.tar.bz2
aports-78d2adc666311bbf96837e2ee54d0a501c42c1a6.tar.xz
main/mumble: fix build
Diffstat (limited to 'main/mumble')
-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