summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2021-11-25 11:04:17 +0100
committerSven Eden <sven.eden@prydeworx.com>2021-11-25 11:04:17 +0100
commit1fa97806ca1157f6267447d46d9849d4e864f3ff (patch)
treeed6f774fb70ec98e21025e340253a326d2ac37cc /net-im
parentmedia-libs/mlt: Fixed metadata.xml (diff)
downloadseden-1fa97806ca1157f6267447d46d9849d4e864f3ff.tar.gz
seden-1fa97806ca1157f6267447d46d9849d4e864f3ff.tar.bz2
seden-1fa97806ca1157f6267447d46d9849d4e864f3ff.zip
net-im/teams-insiders: Remove obsolete 1.4.00.13653 ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/teams-insiders/Manifest1
-rw-r--r--net-im/teams-insiders/teams-insiders-1.4.00.13653.ebuild131
2 files changed, 0 insertions, 132 deletions
diff --git a/net-im/teams-insiders/Manifest b/net-im/teams-insiders/Manifest
index c833e2e..9e93e9f 100644
--- a/net-im/teams-insiders/Manifest
+++ b/net-im/teams-insiders/Manifest
@@ -1,2 +1 @@
-DIST teams-insiders_1.4.00.13653_amd64.deb 83235690 SHA256 8d853978a7c61adfeadc5987c79ccabbdaa3b644e0e2a2ff9afc83cae57d1913 SHA512 23e3c7e4dc9fedec58be0ac9293e9f5808d70367b22f96aa6eeb0a5ec0cf31532d5575324f56a34ea29f04fcd9b55a243e68c99ec58aba1ff79b4b097e883f27 WHIRLPOOL e80ceac02aa2bfe6362b7f8cfb97a9392fd586cba1e9a178ad6aac45bc216a7ab0a7ab0a2b8bda9087e378b67e5ed756184b5066de83e665fd118593a6b5a01f
DIST teams-insiders_1.4.00.26453_amd64.deb 84486014 SHA256 8f5ead0d979eaf4c7fe248d2837ff81b9c56418c4305616b27b070a1aaeb0fc8 SHA512 8c2bdf772bb01474dd7876be2a6339296f9a5b717d30dca82fcfaeea882a4b4140971c7ac0e59f6df4879c2e13aa6419a5123b99f0ff14139c6fafd17e9f0b9c WHIRLPOOL 95a79b8e6e52967e7785edc9133ece85e10beabb867ee1418d7b69d69874a8b8268aef0b72391ff9975638777cb16483faabb11df0630ca57ab9d844e3189dcf
diff --git a/net-im/teams-insiders/teams-insiders-1.4.00.13653.ebuild b/net-im/teams-insiders/teams-insiders-1.4.00.13653.ebuild
deleted file mode 100644
index fb630aa..0000000
--- a/net-im/teams-insiders/teams-insiders-1.4.00.13653.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit chromium-2 desktop unpacker xdg-utils
-
-DESCRIPTION="Microsoft Teams Linux Client (Insiders Build)"
-HOMEPAGE="https://teams.microsoft.com/"
-SRC_URI="https://packages.microsoft.com/repos/ms-teams/pool/main/t/${PN}/${PN}_${PV}_amd64.deb"
-
-LICENSE="ms-teams-pre"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-RESTRICT="bindist mirror splitdebug test"
-IUSE="system-ffmpeg system-mesa"
-
-QA_PREBUILT="*"
-
-RDEPEND="
- !net-im/teams
- app-accessibility/at-spi2-atk
- app-crypt/libsecret
- dev-libs/atk
- dev-libs/expat
- dev-libs/glib
- dev-libs/nspr
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/fontconfig
- net-print/cups
- sys-apps/dbus
- sys-apps/util-linux
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXScrnSaver
- 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/libxcb
- x11-libs/libxkbfile
- x11-libs/pango
- system-ffmpeg? ( <media-video/ffmpeg-4.3[chromium] )
- system-mesa? ( media-libs/mesa[egl,gles2] )
-"
-
-S="${WORKDIR}"
-
-pkg_pretend() {
- chromium_suid_sandbox_check_kernel_config
-}
-
-src_configure() {
- chromium_suid_sandbox_check_kernel_config
- default
-}
-
-src_install() {
- local dest=/usr
-
- # Remove keytar3, it needs libgnome-keyring. keytar4 uses libsecret and is used instead
- rm -rf "${WORKDIR}/usr/share/teams-insiders/resources/app.asar.unpacked/node_modules/keytar3" || die
-
- insinto ${dest}/share
- doins -r "${S}"${dest}/share/applications
- doins -r "${S}"${dest}/share/pixmaps
- doins -r "${S}"${dest}/share/${PN}
-
- exeinto ${dest}/bin
- doexe "${S}"${dest}/bin/${PN}
-
- exeinto ${dest}/share/${PN}
- doexe "${S}"${dest}/share/${PN}/${PN}
- doexe "${S}"${dest}/share/${PN}/chrome-sandbox
-
- # Use system ffmpeg, if wanted. Might crash MS Teams!
- if use system-ffmpeg; then
- rm -f "${D}"/${dest}/share/${PN}/libffmpeg.so
- dosym "${dest}/$(get_libdir)/chromium/libffmpeg.so" "${dest}/share/${PN}/libffmpeg.so"
- elog "Using system ffmpeg. This is experimental and may lead to crashes."
- else
- # Otherwise keep the executable bit on the bundled lib
- doexe "${S}"${dest}/share/${PN}/libffmpeg.so
- fi
-
- # Use system mesa, if wanted. Might Crash MS Teams!
- if use system-mesa; then
- rm -f "${D}"/${dest}/share/${PN}/libEGL.so
- rm -f "${D}"/${dest}/share/${PN}/libGLESv2.so
- elog "Using system mesa. This is experimental and may lead to crashes."
- else
- # Otherwise keep original executable flag
- doexe "${S}"/${dest}/share/${PN}/libEGL.so
- doexe "${S}"/${dest}/share/${PN}/libGLESv2.so
- fi
-
- # Keep swiftshader, used in GPU-/Head-less systems
- exeinto ${dest}/share/${PN}/swiftshader
- doexe "${S}"/${dest}/share/${PN}/swiftshader/libEGL.so
- doexe "${S}"/${dest}/share/${PN}/swiftshader/libGLESv2.so
-
- # The overlay handler seems to need executable bits
- # See: https://microsoftteams.uservoice.com/forums/908686-bug-reports/suggestions/40805257-screen-sharing-broken-on-linux-with-1-3-00-16851#comments
- exeinto ${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin
- doexe "${S}"/${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin/platform.node
- doexe "${S}"/${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay
- doexe "${S}"/${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin/sharing-indicator.node
- doexe "${S}"/${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin/slimcore.node
- doexe "${S}"/${dest}/share/${PN}/resources/app.asar.unpacked/node_modules/slimcore/bin/trouter-client.node
-
- sed -i '/OnlyShowIn=/d' "${S}"${dest}/share/applications/${PN}.desktop
- domenu "${S}"${dest}/share/applications/${PN}.desktop
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}