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: Tue,  7 Mar 2023 05:37:18 +0000 (UTC)	[thread overview]
Message-ID: <1678167259.e79a089e2b938611fbae6e04e4d3fa21a37c2b12.ceamac@gentoo> (raw)
commit:     e79a089e2b938611fbae6e04e4d3fa21a37c2b12
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 05:34:19 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 05:34:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a089e
net-im/mattermost-desktop-bin: add 5.3.0_rc4
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
 net-im/mattermost-desktop-bin/Manifest             |  2 +
 .../mattermost-desktop-bin-5.3.0_rc4.ebuild        | 93 ++++++++++++++++++++++
 2 files changed, 95 insertions(+)
diff --git a/net-im/mattermost-desktop-bin/Manifest b/net-im/mattermost-desktop-bin/Manifest
index 639d761972de..cc2889041994 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.2.2-linux-arm64.tar.gz 116257022 BLAKE2B 42019e849b415
 DIST mattermost-desktop-5.2.2-linux-x64.tar.gz 115646636 BLAKE2B f3d01c913205dcf2c14cfcfcfc8eba06909c36446a8d6f450270f50328adaf585c5eefa68de212fcc61d012d74b69053790ba9494ee291a90c2b382b530e2e23 SHA512 5ef578c2af8afcd55b75f93904eead8257c0f1e9614de34a13705da2c8ce8f0da2ea57cc62b1fffb12b8effa2a2a98bb200c43a7f43635dc910fa91f7e629f35
 DIST mattermost-desktop-5.3.0-rc.2-linux-arm64.tar.gz 99846797 BLAKE2B 6a7dcd2726bea46d5accb4a4e79ff4f4080f41f659150f5d7c1fccf85466d50bbe9d3d814e6f986bf18c740a4ecb8b28a4d4d11d66ed7acb5e61c55089531bcc SHA512 c64f2be6d5461dc78c3262c7afc84d8070843a4e5fd5c33e89ff7bf24c9db0ab5523a3288fb399446ccf4187a7f78583df8d2bb73a37b1afdea99970d623380c
 DIST mattermost-desktop-5.3.0-rc.2-linux-x64.tar.gz 99649779 BLAKE2B 7e210b457ff01bb96fb5c6dd09dbefff6bfb549d8462dcf37617faebf2f0a60c5d545f1af65e37b4a1f19dc0335740184ba6caf31536052a1ecfbfc1eaf8cebc SHA512 4fb5bad06b9abe671779389a9ef254c17545f08415765a8b9328f38f6912f76feb8bc992f1832f8a51587d72c46567f128f057a41f6f351e442b192b36d7a4ad
+DIST mattermost-desktop-5.3.0-rc.4-linux-arm64.tar.gz 99854828 BLAKE2B c9a0f25160a1cdee2420b8c3d726c28ed41ce5a94c2ccc5521d40fb1c3c66c996d25829accf0221d71b860e0d1a82ed4dc3d827ff0936649c6d7b2460a0e5ab9 SHA512 7248efc865f7965d2e31fbea32f1dd21b87ce25dc144dcdbe543a396b90710452ed4daf2a00e04725207c046d84c24ef7ac93e6927c4f1e817bc7ffe6b9df935
+DIST mattermost-desktop-5.3.0-rc.4-linux-x64.tar.gz 99648394 BLAKE2B f834ceba66134e1ef8cbaa93b3a516f932329439a20025cc5ecd95761148c05246b819a0b833b43284143dbb40e02df8763c0f0be114678ea645c0edc71cb142 SHA512 112c829e92c14859c3e98adba2e0f479f5f2adeb9e93a4e27c1c1ff038122b5d3fa7d09190dd24463b5de914a9675b7325055468c28774917bc8cf9ac59ec4b9
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.ebuild
new file mode 100644
index 000000000000..bcf659429aa4
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.0_rc4.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 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 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 )
+"
+
+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
+	x11-libs/cairo
+	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
+"
+
+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
+)
+
+S="${WORKDIR}"
+
+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}" Mattermost "${MY_PN}"
+
+	einstalldocs
+}
next             reply	other threads:[~2023-03-07  5:37 UTC|newest]
Thread overview: 178+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07  5:37 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-18 12:18 [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ Viorel Munteanu
2025-10-18 12:18 Viorel Munteanu
2025-10-18 12:18 Viorel Munteanu
2025-10-18 12:18 Viorel Munteanu
2025-10-12  9:01 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-09  4:17 Viorel Munteanu
2025-09-07  6:58 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-29  8:46 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-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=1678167259.e79a089e2b938611fbae6e04e4d3fa21a37c2b12.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