From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6A3241584F2 for ; Wed, 12 Mar 2025 06:13:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4A994343177 for ; Wed, 12 Mar 2025 06:13:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CD20C1103C8; Wed, 12 Mar 2025 06:13:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id C44B11103C8 for ; Wed, 12 Mar 2025 06:13:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7B714343147 for ; Wed, 12 Mar 2025 06:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826D428E2 for ; Wed, 12 Mar 2025 06:13:07 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1741759961.78910774942329c10fb990230016b5990d71f6ed.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2-r1.ebuild net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.10.2.ebuild X-VCS-Directories: net-im/mattermost-desktop-bin/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 78910774942329c10fb990230016b5990d71f6ed X-VCS-Branch: master Date: Wed, 12 Mar 2025 06:13:07 +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: 41473441-8fd4-48c8-a101-b86ae39b7fa2 X-Archives-Hash: 3b3f2a25e2b6a6f75a2b33301fe30ffc commit: 78910774942329c10fb990230016b5990d71f6ed Author: Viorel Munteanu gentoo org> AuthorDate: Wed Mar 12 05:53:55 2025 +0000 Commit: Viorel Munteanu gentoo 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 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 }