From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/
Date: Thu, 14 Apr 2022 16:22:08 +0000 (UTC) [thread overview]
Message-ID: <1649953325.c28ece9de65f6edde6afa2ff15ecea6c7a2e17c3.juippis@gentoo> (raw)
commit: c28ece9de65f6edde6afa2ff15ecea6c7a2e17c3
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Thu Apr 14 15:02:33 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 16:22:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28ece9d
net-im/element-desktop-bin: add 1.10.9
Closes: https://bugs.gentoo.org/838313
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
Closes: https://github.com/gentoo/gentoo/pull/25025
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-im/element-desktop-bin/Manifest | 1 +
.../element-desktop-bin-1.10.9.ebuild | 81 ++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/net-im/element-desktop-bin/Manifest b/net-im/element-desktop-bin/Manifest
index 18a19c07dcde..4d93b1fbeb71 100644
--- a/net-im/element-desktop-bin/Manifest
+++ b/net-im/element-desktop-bin/Manifest
@@ -1 +1,2 @@
DIST element-desktop_1.10.7_amd64.deb 95797406 BLAKE2B bf189092b2c008d53e7f77aea8cb846c77b20f66110876ac83c7105f3c3a44edd759ffeb2d0a8e027ca4bccbb0ed3b225d3d2ac139a378a462a25a74b1c4dc62 SHA512 72bb749498e95920933156a27d0bd547cfe8ab02b9aa976fdc7574501a7e77d9f6af47e2a951c121251a313d621c32150631ece6aaf3ec0a0856363d482fbd5a
+DIST element-desktop_1.10.9_amd64.deb 96015622 BLAKE2B 49045e4feae24a3cd369266885253f5c2ad861e3089d8bd3ce72070e60653cd959a92ebd98e2668f6fedfa3e2da722895f9091ab8418df15fe52a99c2c88133b SHA512 47281a5013165cb642c6bad35f68df3be00e9d2a8397098668429afed49513b8aa09f9adace12b4625bf958ce41250b0cee570bf500875ce5b0cba1b6dac283a
diff --git a/net-im/element-desktop-bin/element-desktop-bin-1.10.9.ebuild b/net-im/element-desktop-bin/element-desktop-bin-1.10.9.ebuild
new file mode 100644
index 000000000000..2831c3310e31
--- /dev/null
+++ b/net-im/element-desktop-bin/element-desktop-bin-1.10.9.ebuild
@@ -0,0 +1,81 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg
+
+MY_PN="element-desktop"
+
+DESCRIPTION="A glossy Matrix collaboration client for desktop (binary package)"
+HOMEPAGE="https://element.io"
+SRC_URI="https://packages.riot.im/debian/pool/main/e/element-desktop/${MY_PN}_${PV}_amd64.deb"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+emoji"
+RESTRICT="splitdebug"
+
+RDEPEND="app-accessibility/at-spi2-atk:2
+ app-crypt/libsecret
+ dev-db/sqlcipher
+ dev-libs/atk
+ dev-libs/expat
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa
+ net-print/cups
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libdrm
+ x11-libs/libxcb
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/libXScrnSaver
+ x11-libs/pango
+ emoji? ( media-fonts/noto-emoji )"
+DEPEND="${RDEPEND}"
+
+QA_PREBUILT="opt/Element/chrome-sandbox
+ 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/swiftshader/libEGL.so
+ opt/Element/swiftshader/libGLESv2.so"
+
+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
+}
next reply other threads:[~2022-04-14 16:22 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-14 16:22 Joonas Niilola [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-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=1649953325.c28ece9de65f6edde6afa2ff15ecea6c7a2e17c3.juippis@gentoo \
--to=juippis@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