public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Sun, 07 Sep 2025 06:58:53 +0000 (UTC)	[thread overview]
Message-ID: <1757227409.f92e5ee4d623f6f675f891793449448a9ee096c2.ceamac@gentoo> (raw)

commit:     f92e5ee4d623f6f675f891793449448a9ee096c2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  7 06:43:29 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Sep  7 06:43:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92e5ee4

net-im/mattermost-desktop-bin: add 5.13.1_rc1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-im/mattermost-desktop-bin/Manifest             |   2 +
 .../mattermost-desktop-bin-5.13.1_rc1.ebuild       | 114 +++++++++++++++++++++
 2 files changed, 116 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest b/net-im/mattermost-desktop-bin/Manifest
index 504befbbef82..4777ea289139 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.12.1-linux-arm64.tar.gz 110206341 BLAKE2B 98179857b164
 DIST mattermost-desktop-5.12.1-linux-x64.tar.gz 110194182 BLAKE2B a5cfe177cbe0d0b00de3c5b0030f456c1a12d3848ef832e3fee180f3d9e14b9b54f49d886c2443a614af5afbd3138b78fe9ce171b48ff7ec69a536c1772bea87 SHA512 5f246ed53cacd5dff2942ababa62d3993e3fa1902ee53370b378b98a3c80f32172dee93c130f8c5274bc2772e717491fa89e613b1979090fc5daca6d5dcafb42
 DIST mattermost-desktop-5.13.0-linux-arm64.tar.gz 113506927 BLAKE2B 24d604d89bb237a0bd18b8f08deb4632836272c00f1010884da9156c97d90ded910b2a4d060b82e31537000c598f0c2433fa8497998257f73a744def492c5bc5 SHA512 10cf7e3ff16f9c48da5e816101ad8de7345510fc47bade5861c3d87e2c9552560305273b042cf7926f470672fc30026b1af137d1ddf0ea0bd4945618cae3bb2c
 DIST mattermost-desktop-5.13.0-linux-x64.tar.gz 113480147 BLAKE2B 878b710c68cf3bd03f9f3ae694cd146ccec1dd3880102bd6718bc511c6dd67b6664f5cfe9e0431b6253276423c5086794e989eb937db7ada0b5d3cbca514e413 SHA512 26003bb71f7be311984aded97bd67316c5f74a9abb5dca0f28589fca67c1b154e08acc1c18b9a4c3afdfee6a35bd14b9366373935bf978124e51392cff404b6c
+DIST mattermost-desktop-5.13.1-rc.1-linux-arm64.tar.gz 113507163 BLAKE2B f57cc5dda059209c1a25cc73e473027d76aa052079f50f66d7ee19ad051090c4bcc85df414d6c132adc8d2f667c2839bca13414b4caf613d16b4a50a07c6606b SHA512 0bb243b34d0ed930aad2a56b3b65f4f71ab5c1deef6e3f0e33abcd2cbf55a9b15b1c355c210210db0fc23b8188d5d166b7baf48f9e536debd92ef6a54771617f
+DIST mattermost-desktop-5.13.1-rc.1-linux-x64.tar.gz 113480656 BLAKE2B 7ecbcd0b1e82ff98f7fb7a35e934d484dbb05631cfdc47ced7dd575c47c38a2ad225de4bda919f159770b2698ca1b430f44076441e66292e2fcb9dd0bab463ed SHA512 e1d42eed1b81f55916aa4ffbd5c1b5a1654afce898cbdc5304d4b3e3d9e42b3d6bccb11cf71ddbeae2018f1afeb7b0ad6961f0d60332cfa93b82cb79d795dfac

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.13.1_rc1.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.13.1_rc1.ebuild
new file mode 100644
index 000000000000..befb8df8dd10
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.13.1_rc1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+MY_PV="${PV/_rc/-rc.}"
+
+inherit desktop toolchain-funcs xdg
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://mattermost.com/"
+
+SRC_URI="
+	amd64? ( https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz )
+	arm64? ( https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz )
+"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
+if [[ ${PV} != *rc* ]]; then
+	KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2[X]
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	dev-libs/wayland
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/glibc
+	virtual/libudev
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libdrm
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/pango
+"
+
+BDEPEND="
+	dev-util/debugedit
+"
+
+QA_PREBUILT="
+	opt/mattermost-desktop/mattermost-desktop
+	opt/mattermost-desktop/libnode.so
+	opt/mattermost-desktop/libffmpeg.so
+	opt/mattermost-desktop/libGLESv2.so
+	opt/mattermost-desktop/libEGL.so
+	opt/mattermost-desktop/libvk_swiftshader.so
+	opt/mattermost-desktop/libvulkan.so.1
+	opt/mattermost-desktop/resources/*
+"
+
+DOCS=(
+	NOTICE.txt
+)
+
+src_prepare() {
+	default
+
+	# file collision with FEATURES=splitdebug, see bug #961437
+	tc-export OBJCOPY
+	find . -type f ! -name '*$(*)*' -print0 | while IFS= read -r -d '' file; do
+		if file "${file}" | grep -qE "ELF (32|64)-bit"; then
+			${OBJCOPY} --remove-section .note.gnu.build-id "${file}" || die
+			debugedit -b "${EPREFIX}/opt/${MY_PN}" -d "/usr/lib/debug" -i "${file}" || die
+		fi
+	done
+}
+
+src_install() {
+	if use amd64; then
+		cd mattermost-desktop-${MY_PV}-linux-x64 || die
+	elif use arm64; then
+		cd mattermost-desktop-${MY_PV}-linux-arm64 || die
+	fi
+	newicon app_icon.png ${MY_PN}.png
+
+	insinto "/opt/${MY_PN}/locales"
+	doins locales/*.pak
+
+	insinto "/opt/${MY_PN}/resources"
+	doins -r resources/*.asar*
+
+	insinto "/opt/${MY_PN}"
+	doins *.pak *.bin *.dat
+	exeinto "/opt/${MY_PN}"
+	doexe *.so *.so.* "${MY_PN}"
+
+	dosym -r "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
+
+	make_desktop_entry \
+		"${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto %U" \
+		Mattermost "${MY_PN}" "Network;InstantMessaging;" \
+		"MimeType=x-scheme-handler/mattermost;\nStartupWMClass=Mattermost"
+
+	einstalldocs
+}


             reply	other threads:[~2025-09-07  6:58 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-07  6:58 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-11  7:21 [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-09  4:17 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-07-21 16:33 Viorel Munteanu
2025-05-30  3:30 Viorel Munteanu
2025-05-30  3:30 Viorel Munteanu
2025-05-30  3:30 Viorel Munteanu
2025-05-23 15:56 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-15 17:48 Viorel Munteanu
2025-05-15 17:48 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-04-24  6:10 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-07  5:43 Viorel Munteanu
2025-03-02 18:29 Viorel Munteanu
2025-03-02 18:29 Viorel Munteanu
2025-03-01 19:27 Viorel Munteanu
2025-03-01 19:27 Viorel Munteanu
2025-02-28  5:56 Viorel Munteanu
2025-02-26  5:55 Viorel Munteanu
2025-02-23  8:58 Viorel Munteanu
2025-02-13 17:38 Viorel Munteanu
2025-02-13 17:38 Viorel Munteanu
2025-02-10  8:34 Viorel Munteanu
2025-01-21 21:43 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-09 15:44 Viorel Munteanu
2024-11-21  6:03 Viorel Munteanu
2024-11-21  6:03 Viorel Munteanu
2024-11-15 19:20 Viorel Munteanu
2024-10-25 16:20 Viorel Munteanu
2024-10-24 17:34 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-08-16  5:29 Viorel Munteanu
2024-07-25  7:10 Viorel Munteanu
2024-07-25  7:10 Viorel Munteanu
2024-07-21  7:51 Viorel Munteanu
2024-07-21  7:51 Viorel Munteanu
2024-06-14  5:19 Viorel Munteanu
2024-06-14  5:19 Viorel Munteanu
2024-06-12 15:40 Viorel Munteanu
2024-06-10 15:52 Viorel Munteanu
2024-06-10 15:52 Viorel Munteanu
2024-05-16 14:36 Viorel Munteanu
2024-05-09  6:46 Viorel Munteanu
2024-05-09  6:46 Viorel Munteanu
2024-04-29 14:25 Viorel Munteanu
2024-04-29 14:25 Viorel Munteanu
2024-04-20  6:26 Viorel Munteanu
2024-04-20  6:26 Viorel Munteanu
2024-03-16  7:19 Viorel Munteanu
2024-03-16  7:19 Viorel Munteanu
2024-02-17  9:58 Viorel Munteanu
2023-12-15 15:55 Viorel Munteanu
2023-11-14 19:17 Viorel Munteanu
2023-11-09  7:42 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-09-29 16:35 Viorel Munteanu
2023-09-29 16:35 Viorel Munteanu
2023-09-29  5:27 Viorel Munteanu
2023-09-29  5:27 Viorel Munteanu
2023-09-18  9:26 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-07  4:38 Viorel Munteanu
2023-09-07  4:38 Viorel Munteanu
2023-06-19 14:15 Viorel Munteanu
2023-06-19 14:15 Viorel Munteanu
2023-06-09  5:13 Viorel Munteanu
2023-06-09  5:13 Viorel Munteanu
2023-05-26  7:31 Viorel Munteanu
2023-05-07  6:59 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04  4:56 Viorel Munteanu
2023-04-04  4:56 Viorel Munteanu
2023-04-03 15:21 Viorel Munteanu
2023-03-29 15:51 Viorel Munteanu
2023-03-29 15:51 Viorel Munteanu
2023-03-15 17:29 Viorel Munteanu
2023-03-15 17:29 Viorel Munteanu
2023-03-10 17:36 Viorel Munteanu
2023-03-10 17:36 Viorel Munteanu
2023-03-09 12:26 Viorel Munteanu
2023-03-07  5:37 Viorel Munteanu
2023-03-07  5:37 Viorel Munteanu
2023-02-18  7:35 Viorel Munteanu
2023-02-18  7:35 Viorel Munteanu
2023-02-17  8:11 Viorel Munteanu
2022-12-09  8:21 Viorel Munteanu
2022-12-07 12:24 Sam James
2022-12-07  8:58 Viorel Munteanu
2022-12-07  8:58 Viorel Munteanu
2022-11-18  9:35 Viorel Munteanu
2022-11-07  5:03 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-04  9:54 Viorel Munteanu
2022-11-02 16:17 Viorel Munteanu
2022-07-05  9:47 Joonas Niilola
2022-07-05  9:47 Joonas Niilola
2022-05-19  2:20 Sam James
2022-05-19  2:20 Sam James
2022-02-10 22:33 Ionen Wolkens
2022-02-10 22:33 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2021-11-29  7:33 Joonas Niilola
2021-11-29  7:33 Joonas Niilola
2021-11-10  7:50 Joonas Niilola
2021-10-27 20:14 Matthew Thode
2021-10-13 15:55 Matthew Thode
2021-09-14 15:49 Matthew Thode
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-07-08 12:45 Ionen Wolkens
2021-07-08 12:45 Ionen Wolkens
2021-06-24 15:09 Matthew Thode
2021-03-20  8:25 Joonas Niilola
2021-03-17 16:02 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2020-12-20  2:47 Matthew Thode
2020-08-16 21:33 Matthew Thode
2020-07-20 16:13 Matthew Thode
2020-06-19 15:30 Matthew Thode
2020-03-17 13:33 Matthew Thode
2020-02-19 21:15 Matthew Thode
2020-02-19 21:15 Matthew Thode
2019-11-06 20:27 Matthew Thode
2019-11-03 22:08 Matthew Thode
2019-11-03 20:21 Matthew Thode
2019-08-11 18:53 Matthew Thode
2019-08-11 18:53 Matthew Thode
2019-08-11  8:51 Patrice Clement
2019-08-11  8:13 Michał Górny
2018-07-25 17:29 Patrice Clement
2018-07-25 17:29 Patrice Clement
2018-07-25 17:29 Patrice Clement
2018-02-28 22:22 Michał Górny
2018-02-21  8:16 Patrice Clement
2018-02-20 20:26 Patrice Clement
2018-02-11 11:02 Michał Górny
2017-09-06 21:38 Patrice Clement
2017-09-02 17:30 Patrice Clement
2017-03-21 23:08 Patrice Clement
2017-02-13 16:14 Patrice Clement
2017-02-13 16:14 Patrice Clement
2017-02-13 16:14 Patrice Clement

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=1757227409.f92e5ee4d623f6f675f891793449448a9ee096c2.ceamac@gentoo \
    --to=ceamac@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