mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
mumble: switched to pacman hooks (#73)
This commit is contained in:
parent
0dc8776a02
commit
8cf156cb5a
@ -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)
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user