From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D40E158093 for ; Sun, 3 Jul 2022 19:18:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D2DE0A45; Sun, 3 Jul 2022 19:18:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE03E0A45 for ; Sun, 3 Jul 2022 19:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5706A34155F for ; Sun, 3 Jul 2022 19:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA8F8448 for ; Sun, 3 Jul 2022 19:18:08 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1656875862.0620d7b3ade4d75cdd4a218da7054250d05c7a01.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/mumble/mumble-1.3.4.ebuild net-voip/mumble/mumble-1.4.230-r2.ebuild net-voip/mumble/mumble-9999.ebuild X-VCS-Directories: net-voip/mumble/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 0620d7b3ade4d75cdd4a218da7054250d05c7a01 X-VCS-Branch: master Date: Sun, 3 Jul 2022 19:18:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 981b3c4d-ddb2-4072-a562-658b789e75fc X-Archives-Hash: 6a4d2219cb6889a1a3ad3f53c42ad58f commit: 0620d7b3ade4d75cdd4a218da7054250d05c7a01 Author: Kenton Groombridge gentoo org> AuthorDate: Sun Jul 3 17:59:57 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Sun Jul 3 19:17:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0620d7b3 net-voip/mumble: install included samples Install the default samples included with mumble for messages and notifications. Closes: https://bugs.gentoo.org/477068 Signed-off-by: Kenton Groombridge gentoo.org> net-voip/mumble/mumble-1.3.4.ebuild | 3 +++ net-voip/mumble/mumble-1.4.230-r2.ebuild | 3 +++ net-voip/mumble/mumble-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/net-voip/mumble/mumble-1.3.4.ebuild b/net-voip/mumble/mumble-1.3.4.ebuild index b34bfa5eec22..b949aeef04ef 100644 --- a/net-voip/mumble/mumble-1.3.4.ebuild +++ b/net-voip/mumble/mumble-1.3.4.ebuild @@ -147,6 +147,9 @@ src_install() { doman man/mumble-overlay.1 doman man/mumble.1 + + insinto /usr/share/mumble + doins -r samples } pkg_preinst() { diff --git a/net-voip/mumble/mumble-1.4.230-r2.ebuild b/net-voip/mumble/mumble-1.4.230-r2.ebuild index 1eb64420e4ac..50d5964ae8fe 100644 --- a/net-voip/mumble/mumble-1.4.230-r2.ebuild +++ b/net-voip/mumble/mumble-1.4.230-r2.ebuild @@ -125,6 +125,9 @@ src_install() { mv "${ED}"/${libdir_64}/libmumbleoverlay.x86.so* \ "${ED}"/${libdir_32}/ || die fi + + insinto /usr/share/mumble + doins -r samples } pkg_postinst() { diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-9999.ebuild index 626701f07875..8973f0ef46ff 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/mumble/mumble-9999.ebuild @@ -121,6 +121,9 @@ src_install() { mv "${ED}"/${libdir_64}/libmumbleoverlay.x86.so* \ "${ED}"/${libdir_32}/ || die fi + + insinto /usr/share/mumble + doins -r samples } pkg_postinst() {