public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Wed, 27 Oct 2021 20:14:47 +0000 (UTC)	[thread overview]
Message-ID: <1635365656.1eff4192179df89f8a3607b9890715665db5e8e6.prometheanfire@gentoo> (raw)

commit:     1eff4192179df89f8a3607b9890715665db5e8e6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 20:14:16 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 20:14:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eff4192

net-im/mattermost-desktop-bin: 5.0.1 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 net-im/mattermost-desktop-bin/Manifest             |  2 +
 .../mattermost-desktop-bin-5.0.1.ebuild            | 88 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest b/net-im/mattermost-desktop-bin/Manifest
index 90a4e7a2a5b..ec07cc60655 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -4,3 +4,5 @@ DIST mattermost-desktop-4.7.2-linux-ia32.tar.gz 83097780 BLAKE2B a348655796bb84f
 DIST mattermost-desktop-4.7.2-linux-x64.tar.gz 84872358 BLAKE2B e82497c1fe15ccff40649b1fe7410b04d48b5bc7ecf934cc210fbdc5c316e4eeaf265cab5784980a0687cb69e7c0078b0066adaa3632b2e2625080442bcc272a SHA512 04a82af251caeb7a59538d2b1ebbebd3a914d9d9f6317fdac2ab3c1950d315783153850fe8f61b8ef354da566442b147fe5496985d8f52fd5c21dccbef29c2d0
 DIST mattermost-desktop-5.0.0-linux-ia32.tar.gz 86955404 BLAKE2B 7c28fd55390c5a216cb2dc902809c230a7eb6fc3da6ee22fb3644c3e1891098322bd2147dfa06654a57bf12c75c909e0a23011f2390fa4ba64865849764dee53 SHA512 afcff8617fb3b267df455f8b56da552272719daac2f63d05bcbf2369dc42301b93c5fc031c1350ab6bb7280e259354e8b27bb0755d16a87aa4cb345921b0166e
 DIST mattermost-desktop-5.0.0-linux-x64.tar.gz 87313050 BLAKE2B 1993f2d42b288ac5fc396489645fae90f5c94dd71647eba06f2b30035b5c8bc3b131b4a6174da2c010a64f83cd2fc3121651be475429321a5c5e4e7c9ea3aeaa SHA512 6fcef95e93074a1338c1953fb7c8124f77abaecedf2c9b5b3b8db07f6fbdd4ebf9c1598707843886d12875944095da407ec526620d0fd4af6aa5b5cd1dd9c511
+DIST mattermost-desktop-5.0.1-linux-ia32.tar.gz 86954607 BLAKE2B 69235ffb605ba7db2138b2d13c51d05002d71914bd830cf40b33db04ae87924b380743725f84634e65fbe862105f02be1ddbe3a8c8fba25562063df2805ee8e9 SHA512 d04bde26e9ffb5d6750f1da87ac9c1f4fa3b464f2a48181d69fd5767a5b5ec2e71adecb4b2f59f326e3630f80b2cded40583a5efc0ef16ce73d962be4b6d991d
+DIST mattermost-desktop-5.0.1-linux-x64.tar.gz 87312465 BLAKE2B e53efef88f3b3489334c5fd0145b1a559ee7ef39c360538286173e1017fb0e553b4a818d558a91962330063af3dc372c8fa562e514ede01f6f7a66b40308d770 SHA512 20b320efe99e1e0c8bfb8ab8dcfdb8987053680f9d0f83a5088d7607052d70a343459532c47e2ed76831425a4a7758f03c4efddd58bcbe5a480d8a94e3675617

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.0.1.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.0.1.ebuild
new file mode 100644
index 00000000000..e767c09c1e0
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.0.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+
+inherit desktop
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://about.mattermost.com/"
+
+SRC_URI="
+	amd64? ( https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-x64.tar.gz )
+	x86?   ( https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-ia32.tar.gz )
+"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2[X]
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	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/libxshmfence
+	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
+"
+
+DOCS=(
+	NOTICE.txt
+)
+
+S="${WORKDIR}"
+
+src_install() {
+	if use amd64; then
+		cd "${WORKDIR}/mattermost-desktop-${PV}-linux-x64" || die
+	elif use x86; then
+		cd "${WORKDIR}/mattermost-desktop-${PV}-linux-ia32" || die
+	fi
+
+	insinto "/opt/${MY_PN}/locales"
+	doins locales/*.pak
+
+	insinto "/opt/${MY_PN}/resources"
+	doins resources/*.asar
+
+	insinto "/opt/${MY_PN}"
+	doins *.pak *.bin *.dat
+	exeinto "/opt/${MY_PN}"
+	doexe *.so "${MY_PN}"
+
+	dosym "../../opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
+
+	make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"
+
+	einstalldocs
+}


             reply	other threads:[~2021-10-27 20:14 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27 20:14 Matthew Thode [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-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-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-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=1635365656.1eff4192179df89f8a3607b9890715665db5e8e6.prometheanfire@gentoo \
    --to=prometheanfire@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