mumble: switched to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-04 16:40:53 +01:00
parent 0dc8776a02
commit 8cf156cb5a
2 changed files with 2 additions and 14 deletions

View File

@ -1,6 +1,6 @@
pkgname=mumble
pkgver=1.2.19
pkgrel=2
pkgrel=3
arch=('x86_64')
pkgdesc="A voice chat application similar to TeamSpeak."
license=('BSD')
@ -8,8 +8,7 @@ depends=('qt' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf'
'libpulse' 'xdg-utils' 'speech-dispatcher' 'speex' 'opus')
makedepends=('boost' 'mesa')
categories=('communication')
install=${pkgname}.install
url="http://www.mumble.com/"
url="http://www.mumble.info/"
screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png"
source=("https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz"
AudioOutput.patch::https://github.com/mumble-voip/mumble/commit/e3871bb626f691e282085367d109b006f23e4389.patch)

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}