From 78d2adc666311bbf96837e2ee54d0a501c42c1a6 Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Mon, 9 Nov 2015 22:49:37 +0100 Subject: main/mumble: fix build --- main/mumble/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main') 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 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 -- cgit v1.2.3