media-video/pipewire-0.3.39-r1: Revbump, fix desktop (bug 820185)

The desktop file was still launching /usr/libexec/pipewire-launcher but
as of 0.3.39, it should be launching /usr/bin/gentoo-pipewire-launcher.
Revbump the desktop file and install the updated version.

Closes: https://bugs.gentoo.org/820185
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean 2021-10-25 10:12:08 -07:00
parent 1a85196fb0
commit bafdb109ac
No known key found for this signature in database
GPG Key ID: 7CBF44EF5C350883
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
[Desktop Entry]
Version=1.0
Name[de]=PipeWire Mediensystem
Name=PipeWire Media System
Comment[de]=Das PipeWire Mediensystem starten
Comment=Start the PipeWire Media System
Exec=/usr/bin/gentoo-pipewire-launcher
Terminal=false
Type=Application
X-GNOME-HiddenUnderSystemd=true
X-KDE-HiddenUnderSystemd=true
X-systemd-skip=true

View File

@ -198,7 +198,7 @@ multilib_src_install_all() {
if ! use systemd; then
insinto /etc/xdg/autostart
newins "${FILESDIR}"/pipewire.desktop pipewire.desktop
newins "${FILESDIR}"/pipewire.desktop-r1 pipewire.desktop
exeinto /usr/bin
newexe "${FILESDIR}"/gentoo-pipewire-launcher.in gentoo-pipewire-launcher