mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
@@ -1 +1,2 @@
|
||||
DIST jitsi-meet-2025.4.0.deb 78801658 BLAKE2B ace6e50e3fe97e80aed9718f04e7a7e7625cb56e478f05b6cf911c8ad2e4a4a06b06cde504e287a738f74de3a88e69d1731bdcf62d25d7ada161cce4bd71a193 SHA512 f58e12907e8fc2968939145c0059ea7a49ba9868e7b1e3f24e9b5e30eab897d0861a71ad4e3d2229a4690b871658f8956ab4dd637917cde15fc5965239f8464e
|
||||
DIST jitsi-meet-2025.8.1.deb 81898642 BLAKE2B 630e888fd35a43bd86655397ea12b15be59d0e6676463ce079e4a1004a0129c3e32c13b7217409c5007929099b76b887ced9cdc9a1b6293c27132624bac5bacd SHA512 36ae93f5168b1c27aec6555eef5a4e93a83556e29d9770e30b9b7e5a1690df6ecc6ccf1139d8b47c51a4b420de89c4bd96797a0ab356658909159d8671ff7785
|
||||
|
||||
52
net-im/jitsi-meet/jitsi-meet-2025.8.1.ebuild
Normal file
52
net-im/jitsi-meet/jitsi-meet-2025.8.1.ebuild
Normal file
@@ -0,0 +1,52 @@
|
||||
# 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
|
||||
rm "opt/Jitsi Meet/resources/app.asar.unpacked/node_modules/@jitsi/robotjs/prebuilds/linux-arm64/@jitsi+robotjs.node" || 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"
|
||||
}
|
||||
Reference in New Issue
Block a user