commit:     f20669d1a42709bb8545c95d7e8a6dd31c911ced
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Apr 22 23:08:09 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 22 23:08:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20669d1

net-im/jitsi-meet: add 2025.4.0

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-im/jitsi-meet/Manifest                   |  1 +
 net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild | 51 ++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/net-im/jitsi-meet/Manifest b/net-im/jitsi-meet/Manifest
index 98500be65..0ca5be4d3 100644
--- a/net-im/jitsi-meet/Manifest
+++ b/net-im/jitsi-meet/Manifest
@@ -1 +1,2 @@
 DIST jitsi-meet-2025.2.0.deb 75843322 BLAKE2B 
7c68fff979e0f327fda80c4b1eb1a4f93525783d443a2f52ba799e3288a4be0981ee7c6d8eae848fc2e52979545a264054f2fff28ad9955f4209fadcfe471227
 SHA512 
d08d3355d689948818c040999f8a33b7880ec4b94cd375e37ec342b1d83f306248a6c70ad6ef772e54832cb40a8f301eb884e990aec06eb0ac45714d4d6024f1
+DIST jitsi-meet-2025.4.0.deb 78801658 BLAKE2B 
ace6e50e3fe97e80aed9718f04e7a7e7625cb56e478f05b6cf911c8ad2e4a4a06b06cde504e287a738f74de3a88e69d1731bdcf62d25d7ada161cce4bd71a193
 SHA512 
f58e12907e8fc2968939145c0059ea7a49ba9868e7b1e3f24e9b5e30eab897d0861a71ad4e3d2229a4690b871658f8956ab4dd637917cde15fc5965239f8464e

diff --git a/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild 
b/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild
new file mode 100644
index 000000000..830f816e9
--- /dev/null
+++ b/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil 
fi fr gu he hi hr hu id it
+ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr 
uk ur vi zh-CN zh-TW"
+
+inherit desktop xdg unpacker chromium-2
+
+DESCRIPTION="Desktop application for Jitsi Meet built with Electron"
+HOMEPAGE="https://github.com/jitsi/jitsi-meet-electron";
+SRC_URI="https://github.com/jitsi/jitsi-meet-electron/releases/download/v${PV}/jitsi-meet-amd64.deb
 -> ${P}.deb"
+
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="bindist mirror splitdebug test"
+
+#Depends: libgtk-3-0, libnss3, libxtst6, xdg-utils, libatspi2.0-0, libuuid1
+#      sys-libs/libuuid seems to be included in sys-apps/util-linux
+#      sys-fs/fuse
+RDEPEND="
+       x11-libs/gtk+:3
+       dev-libs/nss
+       x11-libs/libXtst
+       app-accessibility/at-spi2-core:2
+"
+
+QA_PREBUILT="*"
+
+src_install() {
+       rm "opt/Jitsi Meet/chrome-sandbox" || die
+
+       insinto /opt
+       doins -r "opt/Jitsi Meet"
+
+       dobin "opt/Jitsi Meet/jitsi-meet"
+       dosym "../../opt/Jitsi Meet/jitsi-meet" /usr/bin/jitsi-meet
+       domenu usr/share/applications/jitsi-meet.desktop
+       doicon usr/share/icons/hicolor/512x512/apps/jitsi-meet.png
+
+       pushd "${ED}/opt/Jitsi Meet/locales" > /dev/null || die
+       chromium_remove_language_paks
+       popd > /dev/null || die
+
+       fperms +x "/opt/Jitsi Meet/jitsi-meet"
+}

Reply via email to