summaryrefslogtreecommitdiffstats
path: root/trunk
diff options
context:
space:
mode:
authorsvenstaro <svenstaro@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2014-08-21 15:33:22 (GMT)
committersvntogit <svntogit@nymeria.archlinux.org>2014-08-21 15:33:22 (GMT)
commit144da57792c935a2d770ca43099382d03942facd (patch)
tree6f92089a54e5acc7ee5be6c86936b55cfecb7d7d /trunk
parent93f36d4a2bf167608fed54ca596bfe6c1c53a9fd (diff)
downloadcommunity-144da57792c935a2d770ca43099382d03942facd.tar.gz
upgpkg: mumble 1.2.8-2
Fixes FS#41595 git-svn-id: file:///srv/repos/svn-community/svn@117712 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'trunk')
-rw-r--r--trunk/PKGBUILD6
-rw-r--r--trunk/mumble.install2
2 files changed, 4 insertions, 4 deletions
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index 87c40ea..1e6687e 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -9,11 +9,11 @@
pkgname=mumble
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A voice chat application similar to TeamSpeak"
license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus' 'xdg-utils')
makedepends=('boost' 'mesa')
#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard support')
install=mumble.install
@@ -21,7 +21,7 @@ url="http://mumble.sourceforge.net/"
source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz"
"gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch")
md5sums=('1a3ef91489ff674dfc010377d7721a28'
- '83fcb0b6ba83bab8716ac996a8f5f501')
+ 'fc9dfbd6a58a963b3c0ba2c44c61987a')
prepare() {
cd $srcdir/$pkgname-$pkgver
diff --git a/trunk/mumble.install b/trunk/mumble.install
index 5473484..e70c054 100644
--- a/trunk/mumble.install
+++ b/trunk/mumble.install
@@ -1,5 +1,5 @@
post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {

Copyright © 2002-2014 Judd Vinet and Aaron Griffin. The Arch Linux name and logo are recognized trademarks. Some rights reserved. The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.