diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-09 14:23:55 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-09 14:26:02 +0200 |
commit | fa40ac7dd559f44c3b901fddafd14cdb1a235776 (patch) | |
tree | 48e5a1859554bd0cd18dc9885b9ec258a8c2a4b0 /net-im/mattermost-desktop-bin | |
parent | dev-cpp/asio: drop 1.10.8 (diff) | |
download | gentoo-fa40ac7dd559f44c3b901fddafd14cdb1a235776.tar.gz gentoo-fa40ac7dd559f44c3b901fddafd14cdb1a235776.tar.bz2 gentoo-fa40ac7dd559f44c3b901fddafd14cdb1a235776.zip |
net-im/mattermost-desktop-bin: enable Wayland specific features
Add Wayland specific command line in the .desktop file.
No need to add a USE flag for this, the new parameters don't seem to do
anything meaningful under xorg.
Bug: https://bugs.gentoo.org/899620
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-im/mattermost-desktop-bin')
-rw-r--r-- | net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild (renamed from net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild index bcf659429aa4..6239ac543889 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4-r1.ebuild @@ -87,7 +87,8 @@ src_install() { dosym -r "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}" - make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}" + make_desktop_entry "${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto" \ + Mattermost "${MY_PN}" einstalldocs } |