commit: 78910774942329c10fb990230016b5990d71f6ed Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Mar 12 05:53:55 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Mar 12 06:12:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78910774
net-im/mattermost-desktop-bin: add StartupWMClass to desktop file Backport the fix from 5.11.2 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> ...ktop-bin-5.10.2.ebuild => mattermost-desktop-bin-5.10.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2-r1.ebuild similarity index 95% rename from net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2.ebuild rename to net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2-r1.ebuild index 588e52724795..f6d9d392b675 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -91,7 +91,7 @@ src_install() { make_desktop_entry \ "${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto %U" \ Mattermost "${MY_PN}" "Network;InstantMessaging;" \ - "MimeType=x-scheme-handler/mattermost;" + "MimeType=x-scheme-handler/mattermost;\nStartupWMClass=Mattermost" einstalldocs }