From 84f2ca8a80d6a9bc12020bcd21c836c74c5240da Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 1 Nov 2009 11:45:31 +0100 Subject: upstream updates Signed-off-by: Florian Pritz --- mumble/PKGBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'mumble') diff --git a/mumble/PKGBUILD b/mumble/PKGBUILD index 255364d..faa2b76 100644 --- a/mumble/PKGBUILD +++ b/mumble/PKGBUILD @@ -1,9 +1,12 @@ # Contributor: Sebastian.Salich@gmx.de # Maintainer: Doc Angelo +# If you want support for your G15 Keyboard, please add 'g15daemon' +# to the depends and delete "no-g15" in the configure line below + pkgname=mumble pkgver=1.1.8 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') pkgdesc="A voice chat application similar to TeamSpeak" license=('GPL') @@ -18,24 +21,13 @@ source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz" \ mumble.install) md5sums=('a7da012922d39b87c45d9f481d4b5efb' 'dfa125deb91aa1abdaee7b6295fb488e') -# If you want support for your G15 Keyboard, please add 'g15daemon' -# to the depends and delete "no-g15" in the configure line below build() { cd $srcdir/$pkgname-$pkgver - # workaround for wrong capitalization in translation files - mv ./src/mumble/mumble_qt.qrc ./src/mumble/mumble_qt.qrc.tmp - sed 's|qt_ja_jp.qm|qt_ja_JP.qm|g' ./src/mumble/mumble_qt.qrc.tmp > ./src/mumble/mumble_qt.qrc - rm ./src/mumble/mumble_qt.qrc.tmp - mv ./src/mumble/mumble.pro ./src/mumble/mumble.pro.tmp - sed 's|qt_ja_jp.qm|qt_ja_JP.qm|g' ./src/mumble/mumble.pro.tmp > ./src/mumble/mumble.pro - rm ./src/mumble/mumble.pro.tmp - - # Building mumble /usr/bin/qmake main.pro \ - CONFIG+="no-bundled-speex no-speechd no-g15 no-xevie no-server" \ + CONFIG+="no-bundled-speex no-speechd no-g15 no-xevie no-server no-embed-qt-translations" \ DEFINES+="PLUGIN_PATH=/usr/lib/mumble/plugins" || exit 1 make || exit 1 -- cgit v1.2.3-24-g4f1b