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

Balló György bgyorgy at archlinux.org
Sat Apr 17 09:46:38 UTC 2021


    Date: Saturday, April 17, 2021 @ 09:46:36
  Author: bgyorgy
Revision: 919711

upgpkg: mumble 1.3.4-4: Include AppStream metadata file

Modified:
  mumble/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 09:42:29 UTC (rev 919710)
+++ PKGBUILD	2021-04-17 09:46:36 UTC (rev 919711)
@@ -7,7 +7,7 @@
 pkgbase=mumble
 pkgname=('mumble' 'murmur')
 pkgver=1.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc="An Open Source, low-latency, high quality voice chat software"
 arch=('x86_64')
 url="https://www.mumble.info/"
@@ -97,6 +97,8 @@
   install -vDm 755 release/plugins/*.so -t "$pkgdir/usr/lib/mumble/"
   # XDG desktop integration
   install -vDm 644 scripts/mumble.desktop -t "$pkgdir/usr/share/applications"
+  # AppStream metadata
+  install -vDm 644 scripts/mumble.appdata.xml -t "$pkgdir/usr/share/metainfo"
   # man page
   install -vDm 644 "man/${pkgname}"*.1 -t "$pkgdir/usr/share/man/man1/"
   # XDG desktop icons



More information about the arch-commits mailing list