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

Antonio Rojas arojas at archlinux.org
Fri May 20 19:38:27 UTC 2016


    Date: Friday, May 20, 2016 @ 21:38:26
  Author: arojas
Revision: 175962

Hooks

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

----------------+
 PKGBUILD       |    3 +--
 mumble.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:36:03 UTC (rev 175961)
+++ PKGBUILD	2016-05-20 19:38:26 UTC (rev 175962)
@@ -9,13 +9,12 @@
 
 pkgname=mumble
 pkgver=1.2.16
-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' 'xdg-utils' 'speech-dispatcher')
 makedepends=('boost' 'mesa')
-install=mumble.install
 url="http://mumble.sourceforge.net/"
 source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
 md5sums=('58e7574af80e36e0b943df0e6a44d6ce')

Deleted: mumble.install
===================================================================
--- mumble.install	2016-05-20 19:36:03 UTC (rev 175961)
+++ mumble.install	2016-05-20 19:38:26 UTC (rev 175962)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list