[arch-commits] Commit in mumble/trunk (PKGBUILD mumble.install)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 21 15:33:23 UTC 2014


    Date: Thursday, August 21, 2014 @ 17:33:22
  Author: svenstaro
Revision: 117712

upgpkg: mumble 1.2.8-2

Fixes FS#41595

Modified:
  mumble/trunk/PKGBUILD
  mumble/trunk/mumble.install

----------------+
 PKGBUILD       |    6 +++---
 mumble.install |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-21 14:39:34 UTC (rev 117711)
+++ PKGBUILD	2014-08-21 15:33:22 UTC (rev 117712)
@@ -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 @@
 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

Modified: mumble.install
===================================================================
--- mumble.install	2014-08-21 14:39:34 UTC (rev 117711)
+++ mumble.install	2014-08-21 15:33:22 UTC (rev 117712)
@@ -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() {




More information about the arch-commits mailing list