mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
mumble: switched to pacman hooks (#73)
This commit is contained in:
parent
0dc8776a02
commit
8cf156cb5a
@ -1,6 +1,6 @@
|
|||||||
pkgname=mumble
|
pkgname=mumble
|
||||||
pkgver=1.2.19
|
pkgver=1.2.19
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdesc="A voice chat application similar to TeamSpeak."
|
pkgdesc="A voice chat application similar to TeamSpeak."
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
@ -8,8 +8,7 @@ depends=('qt' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf'
|
|||||||
'libpulse' 'xdg-utils' 'speech-dispatcher' 'speex' 'opus')
|
'libpulse' 'xdg-utils' 'speech-dispatcher' 'speex' 'opus')
|
||||||
makedepends=('boost' 'mesa')
|
makedepends=('boost' 'mesa')
|
||||||
categories=('communication')
|
categories=('communication')
|
||||||
install=${pkgname}.install
|
url="http://www.mumble.info/"
|
||||||
url="http://www.mumble.com/"
|
|
||||||
screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png"
|
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"
|
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)
|
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