public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/
Date: Wed, 16 Apr 2025 12:56:14 +0000 (UTC)	[thread overview]
Message-ID: <1744808074.088892dbd06c5ec495f30c0d50c55c9902eb068c.steils@gentoo> (raw)

commit:     088892dbd06c5ec495f30c0d50c55c9902eb068c
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat Apr 12 04:03:50 2025 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 12:54:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088892db

net-im/element-desktop-bin: add 1.11.97, add arm64

Closes: https://github.com/gentoo/gentoo/pull/35920
Closes: https://github.com/gentoo/gentoo/pull/40084
Closes: https://github.com/gentoo/gentoo/pull/41547
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 net-im/element-desktop-bin/Manifest                |  2 +
 .../element-desktop-bin-1.11.97.ebuild             | 89 ++++++++++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/net-im/element-desktop-bin/Manifest b/net-im/element-desktop-bin/Manifest
index 029860909e3d..f4e2b00d3610 100644
--- a/net-im/element-desktop-bin/Manifest
+++ b/net-im/element-desktop-bin/Manifest
@@ -1 +1,3 @@
 DIST element-desktop_1.11.94_amd64.deb 99435530 BLAKE2B 2289844e6e45d765b95758033acd7ee7ec421c10552ed9cf0ebdc992a4abee126c34cd90cf9d4468a5b21420554f5ac27531ac5c801dd959e0a37001551ce311 SHA512 d34f01df54b135d400d8f9d1e507b952bc253df0e13db5f4e82fb86c3647d489467aae855b994ccef7d1a4222494d46e12265341f0c1afc2ca0e4bd80de5f61f
+DIST element-desktop_1.11.97_amd64.deb 107145198 BLAKE2B 1e06fd299dd98d50e3093bca6669bff241b9a120eb10f3c2b0794125794974d52da86da68a44aebb887377cfa81a706bd229a9f80c6eb9383b213878639f0811 SHA512 46279ab8025f652da62b7dff353d302525004a535c04a6d0b4d615ebc01fdf2705dc4d0a9feb5c25df880a6855c33eff58dd7bb403e1decdcfa374c277921bf8
+DIST element-desktop_1.11.97_arm64.deb 117456616 BLAKE2B 724ce248b120867395d9b5c4524a8ac7e57536c9bcc2ec3bd0d5786a2dfd400cd25e1ae71f488087a52bcac249b2ec6da0121003bc57b417ed98175c6e8460a0 SHA512 f79904c94d3c6b0238a247dedfa2157240a63a0c1593934aa483961f7bb5dda55979c2c4092dafe72eca5cf640d617b746bc1e46fa87df5babba28cbf4f306ec

diff --git a/net-im/element-desktop-bin/element-desktop-bin-1.11.97.ebuild b/net-im/element-desktop-bin/element-desktop-bin-1.11.97.ebuild
new file mode 100644
index 000000000000..8157a7e24c67
--- /dev/null
+++ b/net-im/element-desktop-bin/element-desktop-bin-1.11.97.ebuild
@@ -0,0 +1,89 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature unpacker xdg
+
+MY_PN="${PN/-bin}"
+MY_URI="https://packages.element.io/debian/pool/main/e/element-desktop"
+
+DESCRIPTION="A glossy Matrix collaboration client for desktop (binary package)"
+HOMEPAGE="https://element.io"
+SRC_URI="
+	amd64? ( ${MY_URI}/${MY_PN}_${PV}_amd64.deb )
+	arm64? ( ${MY_URI}/${MY_PN}_${PV}_arm64.deb )
+"
+
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+RESTRICT="splitdebug"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-crypt/libsecret
+	dev-db/sqlcipher
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nettle
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	virtual/udev
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	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/Element/chrome-sandbox
+	opt/Element/chrome_crashpad_handler
+	opt/Element/element-desktop
+	opt/Element/libEGL.so
+	opt/Element/libGLESv2.so
+	opt/Element/libffmpeg.so
+	opt/Element/libvk_swiftshader.so
+	opt/Element/libvulkan.so.1
+	opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node
+	opt/Element/resources/app.asar.unpacked/node_modules/keytar-forked/build/Release/keytar.node"
+
+src_prepare() {
+	default
+	rm opt/Element/{LICENSE.electron.txt,LICENSES.chromium.html} || die
+}
+
+src_install() {
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+	gunzip usr/share/doc/${PF}/changelog.gz || die
+
+	insinto /
+	doins -r usr
+	doins -r opt
+	local f
+	for f in ${QA_PREBUILT}; do
+		fperms +x "/${f}"
+	done
+	fperms u+s /opt/Element/chrome-sandbox
+
+	dosym ../../opt/Element/${MY_PN} /usr/bin/${MY_PN}
+	dosym ${MY_PN} /usr/bin/riot-desktop
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	optfeature "emojis" media-fonts/noto-emoji
+}


             reply	other threads:[~2025-04-16 12:56 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16 12:56 Stefan Strogin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08  0:27 [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/ Stefan Strogin
2024-12-19 23:54 Stefan Strogin
2024-12-19 23:54 Stefan Strogin
2024-12-12  5:40 Sam James
2024-12-12  5:40 Sam James
2024-11-21  6:13 Joonas Niilola
2024-11-21  6:13 Joonas Niilola
2024-10-24 23:33 Stefan Strogin
2024-08-29 23:59 Stefan Strogin
2024-07-10 23:59 Stefan Strogin
2024-01-17  5:31 Stefan Strogin
2023-12-16 11:01 Arthur Zamarin
2023-12-05  3:40 Stefan Strogin
2023-12-05  3:40 Stefan Strogin
2023-10-01  7:47 Sam James
2023-08-25 16:33 Stefan Strogin
2023-08-05  2:30 Stefan Strogin
2023-06-19 22:13 Stefan Strogin
2023-05-17  0:22 Stefan Strogin
2023-04-19 22:28 Stefan Strogin
2023-02-27  2:13 Stefan Strogin
2023-02-07 23:03 Stefan Strogin
2022-10-08 23:08 Stefan Strogin
2022-09-29  3:31 Stefan Strogin
2022-07-28 23:59 Stefan Strogin
2022-07-12 23:03 Stefan Strogin
2022-06-29  3:49 Stefan Strogin
2022-05-06 12:34 Stefan Strogin
2022-05-06 12:34 Stefan Strogin
2022-04-14 16:22 Joonas Niilola
2022-04-14 16:22 Joonas Niilola
2022-03-18  2:30 Stefan Strogin
2022-03-18  2:28 Stefan Strogin
2021-12-31 17:43 Stefan Strogin
2021-12-15 11:15 Stefan Strogin
2021-12-01  2:38 Stefan Strogin
2021-10-13 22:57 Stefan Strogin
2021-09-13 21:43 Stefan Strogin
2021-07-18 15:28 Stefan Strogin
2021-06-27  4:49 Stefan Strogin
2021-06-15  3:53 Stefan Strogin
2021-06-04  4:25 Stefan Strogin
2021-05-27  4:12 Stefan Strogin
2021-05-19 23:31 Stefan Strogin
2021-03-10 19:33 Stefan Strogin
2021-02-01 12:26 Stefan Strogin
2020-12-26 14:53 Stefan Strogin
2020-12-08 19:31 Stefan Strogin
2020-12-02 12:57 Stefan Strogin
2020-10-16 11:05 Stefan Strogin
2020-09-15 17:49 Stefan Strogin
2020-09-04  0:51 Stefan Strogin
2020-08-19 16:22 Stefan Strogin
2020-08-18 14:26 Stefan Strogin

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=1744808074.088892dbd06c5ec495f30c0d50c55c9902eb068c.steils@gentoo \
    --to=steils@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