From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B019158164 for ; Mon, 18 Nov 2024 00:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90943E09F1; Mon, 18 Nov 2024 00:02:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73C0DE09F1 for ; Mon, 18 Nov 2024 00:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 873E434072E for ; Mon, 18 Nov 2024 00:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB73D11DF for ; Mon, 18 Nov 2024 00:02:29 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1731888139.8af52a35bbd71b92b1a1f6fcbf0571a7cfce4874.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/revolt-desktop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/revolt-desktop/Manifest net-im/revolt-desktop/metadata.xml net-im/revolt-desktop/revolt-desktop-1.0.8.ebuild X-VCS-Directories: net-im/revolt-desktop/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8af52a35bbd71b92b1a1f6fcbf0571a7cfce4874 X-VCS-Branch: dev Date: Mon, 18 Nov 2024 00:02:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5972f773-0811-41e4-8195-79f6fa9c7082 X-Archives-Hash: 75b30be2d998424553413dccadce97d6 commit: 8af52a35bbd71b92b1a1f6fcbf0571a7cfce4874 Author: David Roman gmail com> AuthorDate: Mon Nov 18 00:02:19 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 18 00:02:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8af52a35 net-im/revolt-desktop: new package, add 1.0.8 Signed-off-by: David Roman gmail.com> net-im/revolt-desktop/Manifest | 1 + net-im/revolt-desktop/metadata.xml | 11 ++++ net-im/revolt-desktop/revolt-desktop-1.0.8.ebuild | 63 +++++++++++++++++++++++ 3 files changed, 75 insertions(+) diff --git a/net-im/revolt-desktop/Manifest b/net-im/revolt-desktop/Manifest new file mode 100644 index 000000000..b76b684ed --- /dev/null +++ b/net-im/revolt-desktop/Manifest @@ -0,0 +1 @@ +DIST revolt-desktop-1.0.8.gh.tar.gz 278018852 BLAKE2B 4c2f7a27a3e78c8a647d0ec2732adea34f1cd60f7fd3d32a6312747175214bec49f6ab518fb378e537ec5944b981d24c51e9fbfbffa16c8153bac0bb7dbd4728 SHA512 58b8082bcb918435a07f5b933b34d5af01ada86adab2b777d20fe11b703a6a02e517a8d2f8a2ebe6ae6da87266fb5f8d4001f247a07e02ea5a8423559caf7bb6 diff --git a/net-im/revolt-desktop/metadata.xml b/net-im/revolt-desktop/metadata.xml new file mode 100644 index 000000000..9bf204067 --- /dev/null +++ b/net-im/revolt-desktop/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + revoltchat/desktop + + diff --git a/net-im/revolt-desktop/revolt-desktop-1.0.8.ebuild b/net-im/revolt-desktop/revolt-desktop-1.0.8.ebuild new file mode 100644 index 000000000..854e33d99 --- /dev/null +++ b/net-im/revolt-desktop/revolt-desktop-1.0.8.ebuild @@ -0,0 +1,63 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit wrapper xdg + +DESCRIPTION="Revolt Desktop App" +HOMEPAGE="https://github.com/revoltchat/desktop https://revolt.chat/" +SRC_URI=" + amd64? ( https://github.com/revoltchat/desktop/releases/download/v${PV}/${P}.tar.gz -> ${P}.gh.tar.gz ) +" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + sys-apps/dbus + sys-apps/systemd-utils + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libdrm + x11-libs/libxcb:= + x11-libs/libxkbcommon + x11-libs/pango +" + +QA_PREBUILT="*" + +DESTDIR="/opt/${PN}" + +src_install() { + exeinto "${DESTDIR}" + doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so + + insinto "${DESTDIR}" + doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin + insopts -m0755 + doins -r locales resources + + # Chrome-sandbox requires the setuid bit to be specifically set. + # see https://github.com/electron/electron/issues/17972 + fowners root "${DESTDIR}/chrome-sandbox" + fperms 4711 "${DESTDIR}/chrome-sandbox" + + make_wrapper "${PN}" "${DESTDIR}/${PN}" +}