From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/mumble/
Date: Sun, 3 Jul 2022 19:18:08 +0000 (UTC) [thread overview]
Message-ID: <1656875862.0620d7b3ade4d75cdd4a218da7054250d05c7a01.concord@gentoo> (raw)
commit: 0620d7b3ade4d75cdd4a218da7054250d05c7a01
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 17:59:57 2022 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> 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 <concord <AT> 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() {
next reply other threads:[~2022-07-03 19:18 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-03 19:18 Kenton Groombridge [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-01 20:31 [gentoo-commits] repo/gentoo:master commit in: net-voip/mumble/ Kenton Groombridge
2025-09-22 21:47 Kenton Groombridge
2025-09-10 14:39 Kenton Groombridge
2025-09-10 14:18 Kenton Groombridge
2025-08-16 16:06 Kenton Groombridge
2025-08-16 16:06 Kenton Groombridge
2025-05-04 17:38 Kenton Groombridge
2025-04-06 2:09 Kenton Groombridge
2025-04-06 2:09 Kenton Groombridge
2024-12-18 4:54 Kenton Groombridge
2024-12-18 4:54 Kenton Groombridge
2024-12-18 4:54 Kenton Groombridge
2024-08-05 14:22 Kenton Groombridge
2024-08-05 14:22 Kenton Groombridge
2024-06-08 19:14 Kenton Groombridge
2024-06-08 19:14 Kenton Groombridge
2024-02-09 14:41 Kenton Groombridge
2024-02-09 14:41 Kenton Groombridge
2023-08-14 22:50 Kenton Groombridge
2023-06-11 18:22 Andreas Sturmlechner
2023-03-27 22:23 Kenton Groombridge
2022-12-27 5:03 Kenton Groombridge
2022-12-06 20:02 Kenton Groombridge
2022-12-06 19:49 Arthur Zamarin
2022-12-06 19:45 Arthur Zamarin
2022-11-15 14:50 Kenton Groombridge
2022-10-20 10:52 Jakov Smolić
2022-09-17 16:47 Kenton Groombridge
2022-09-04 13:03 David Seifert
2022-08-31 14:52 Kenton Groombridge
2022-08-31 14:52 Kenton Groombridge
2022-08-31 14:52 Kenton Groombridge
2022-08-21 21:07 Kenton Groombridge
2022-07-29 7:24 Sam James
2022-07-03 19:18 Kenton Groombridge
2022-07-03 19:18 Kenton Groombridge
2022-07-03 19:18 Kenton Groombridge
2022-07-01 18:42 Kenton Groombridge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1656875862.0620d7b3ade4d75cdd4a218da7054250d05c7a01.concord@gentoo \
--to=concord@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox