From 9aefa814d833d6bdd1bdbc7d0f44d5680c9beaa8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Dec 2022 14:02:21 +0000 Subject: gentoo auto-resync : 24:12:2022 - 14:02:21 --- net-im/rocketchat-desktop-bin/Manifest | 4 +- .../rocketchat-desktop-bin-3.8.14.ebuild | 101 ++++++++++++++++++++ .../rocketchat-desktop-bin-3.8.9-r1.ebuild | 104 --------------------- 3 files changed, 103 insertions(+), 106 deletions(-) create mode 100644 net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.14.ebuild delete mode 100644 net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.9-r1.ebuild (limited to 'net-im/rocketchat-desktop-bin') diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest index c520e2622a50..a5850e0e23ba 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,3 +1,3 @@ -DIST rocketchat-3.8.9-linux-x86_64.rpm 62919312 BLAKE2B b9a7d51f5ff969ae395ffae4fb2814e7ec87ec72924892c7e00c4eea8fe5ab7f2c79a9c4f93b9c8f2a1a3d7c7b4b4127e37afabd01a690cfdb058a8aaf33ca4a SHA512 8f3562825a967bcc3d9a7f605c67b26dc329d1f44f26b84d44a3e0585661ba9a71db958f3cfbd4d3923fc3434ced887037b7528b70babbbfcbbb4e20b3d400bb -EBUILD rocketchat-desktop-bin-3.8.9-r1.ebuild 2439 BLAKE2B 6231c9d5556e899815b648d6649b11563dc3f9191bee4ec6d45f9f5e8418b9e84a737a9dfcce29633115aa2134bef712ad7548a3770decdb4fb84deb5a4af8dd SHA512 04f4bdc5d53203eb4bf7f3b40782605ffff5b5b2f9bb766f81b2c7e03cbacc92dd944210d32dbb51bccbb06d0da62b928f6fa24db0d5aadc13c299188b808614 +DIST rocketchat-3.8.14-linux-x86_64.rpm 62927388 BLAKE2B a42322efdbe4022a95c62143b0308d8fcf8e9b8fdf60b730badc04eb0bacc2cd0ab620b99f11b197f24f40b48f5adf5133224e0f30614562cafb03aecf185e94 SHA512 844580d3fd5a64bd81b6becee6c8365b866f698b8c2eea3034dcf1db923ae20132749f3e5e84555977568b24477f0109332ac3311d047c22f49aacb8d41158cb +EBUILD rocketchat-desktop-bin-3.8.14.ebuild 2380 BLAKE2B 798713c8eb3ca1245d7915475f28464688f1c31cab5dcfbe8a18151c12bc363f9d9eb9453f3c55dc5528d24d224f30ad5f70771a72ea1777a7bba7645ea5f6ba SHA512 a0f43cd8cb09a6605ce99f56c34d5ae2adbb414ab0231757348cb4673a9b623ea7d0203ac80116a918a058868a9beeaf1664a65d08d8663912da6c0fc8268084 MISC metadata.xml 343 BLAKE2B 550cccafaf9403016c1683ce3cbd8618c38a6f7555c2635d63e1083174c70be99134cfac88e8276cea6ce3a3229f9a4ed38afb70b51b6268fdb53b7ae08fc968 SHA512 de171baf1e04d370b73dbd7f2ff46c87d11b34be7fec922ac54b3c522ae31c89d8d210b7fa70406f6e2f283781a780b34ac30c0f3c9dfbcd89f91e5667b62778 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.14.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.14.ebuild new file mode 100644 index 000000000000..fe21b286e4d8 --- /dev/null +++ b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.14.ebuild @@ -0,0 +1,101 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CHROMIUM_LANGS=" + am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil 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 vi zh-CN zh-TW +" + +inherit chromium-2 desktop rpm xdg + +DESCRIPTION="The Ultimate Open Source Web Chat Platform" +HOMEPAGE="https://rocket.chat" +SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}-linux-x86_64.rpm" +S="${WORKDIR}" + +KEYWORDS="-* ~amd64" +# Electron bundles a bunch of things +LICENSE=" + MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 + unRAR OFL CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved +" +SLOT="0" +RESTRICT="bindist mirror" + +RDEPEND=" + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/expat + dev-libs/libappindicator + dev-libs/nspr + dev-libs/nss + media-fonts/noto-emoji + media-libs/alsa-lib + net-print/cups + sys-libs/glibc + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libnotify + 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/libxkbcommon + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + x11-libs/pango +" + +QA_PREBUILT="opt/Rocket.Chat/*" + +pkg_pretend() { + chromium_suid_sandbox_check_kernel_config +} + +src_prepare() { + default + # cleanup languages + pushd "opt/Rocket.Chat/locales" || die + chromium_remove_language_paks + popd || die +} + +src_configure() { + chromium_suid_sandbox_check_kernel_config + default +} + +src_install() { + for size in {16,32,48,64,128,256,512}; do + doicon -s ${size} "usr/share/icons/hicolor/${size}x${size}/apps/rocketchat-desktop.png" + done + + domenu usr/share/applications/rocketchat-desktop.desktop + + local DESTDIR="/opt/Rocket.Chat" + pushd "opt/Rocket.Chat" || die + + exeinto "${DESTDIR}" + doexe chrome-sandbox rocketchat-desktop *.so* + + insinto "${DESTDIR}" + doins *.pak *.bin *.json *.dat + insopts -m0755 + doins -r locales resources + + # Chrome-sandbox requires the setuid bit to be specifically set. + # see https://github.com/electron/electron/issues/17972 + fperms 4755 "${DESTDIR}"/chrome-sandbox + + dosym "${DESTDIR}"/rocketchat-desktop /opt/bin/rocketchat-desktop + popd || die +} diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.9-r1.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.9-r1.ebuild deleted file mode 100644 index dcf529fbc6a3..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.9-r1.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CHROMIUM_LANGS=" - am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil 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 vi zh-CN zh-TW -" - -inherit chromium-2 desktop rpm xdg - -DESCRIPTION="The Ultimate Open Source Web Chat Platform" -HOMEPAGE="https://rocket.chat" -SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}-linux-x86_64.rpm" -S="${WORKDIR}" - -KEYWORDS="-* ~amd64" -# Electron bundles a bunch of things -LICENSE=" - MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 - unRAR OFL CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved -" -SLOT="0" -RESTRICT="bindist mirror" - -RDEPEND=" - || ( - >=app-accessibility/at-spi2-core-2.46.0:2 - ( app-accessibility/at-spi2-atk dev-libs/atk ) - ) - dev-libs/expat - dev-libs/libappindicator - dev-libs/nspr - dev-libs/nss - media-fonts/noto-emoji - media-libs/alsa-lib - net-print/cups - sys-libs/glibc - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libnotify - 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/libxkbcommon - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libXScrnSaver - x11-libs/pango -" - -QA_PREBUILT="opt/Rocket.Chat/*" - -pkg_pretend() { - chromium_suid_sandbox_check_kernel_config -} - -src_prepare() { - default - # cleanup languages - pushd "opt/Rocket.Chat/locales" || die - chromium_remove_language_paks - popd || die -} - -src_configure() { - chromium_suid_sandbox_check_kernel_config - default -} - -src_install() { - for size in {16,32,48,64,128,256,512}; do - doicon -s ${size} "usr/share/icons/hicolor/${size}x${size}/apps/rocketchat-desktop.png" - done - - domenu usr/share/applications/rocketchat-desktop.desktop - - local DESTDIR="/opt/Rocket.Chat" - pushd "opt/Rocket.Chat" || die - - exeinto "${DESTDIR}" - doexe chrome-sandbox rocketchat-desktop *.so* - - insinto "${DESTDIR}" - doins *.pak *.bin *.json *.dat - insopts -m0755 - doins -r locales resources - - # Chrome-sandbox requires the setuid bit to be specifically set. - # see https://github.com/electron/electron/issues/17972 - fperms 4755 "${DESTDIR}"/chrome-sandbox - - dosym "${DESTDIR}"/rocketchat-desktop /opt/bin/rocketchat-desktop - popd || die -} -- cgit v1.2.3