public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/revolt-desktop/
Date: Tue, 19 Nov 2024 09:56:56 +0000 (UTC)	[thread overview]
Message-ID: <1732010206.df75b178b33ab56d7c67103c00941b6c5d5a22e5.davidroman@gentoo> (raw)

commit:     df75b178b33ab56d7c67103c00941b6c5d5a22e5
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Nov 19 09:56:23 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Nov 19 09:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df75b178

net-im/revolt-desktop: fix broken symlink

Add missing RDEPEND
Add desktop file

Closes: https://bugs.gentoo.org/943886
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 .../revolt-desktop/revolt-desktop-1.0.8-r1.ebuild  | 67 ++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild b/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild
new file mode 100644
index 000000000..b056c6d50
--- /dev/null
+++ b/net-im/revolt-desktop/revolt-desktop-1.0.8-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop 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-lang/python
+	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
+
+	ln -sf "$(command -v python)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3
+
+	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}"
+	make_desktop_entry revolt-desktop Revolt "" Network
+}


             reply	other threads:[~2024-11-19  9:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-19  9:56 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 15:05 [gentoo-commits] repo/proj/guru:dev commit in: net-im/revolt-desktop/ David Roman
2025-03-10 15:05 David Roman
2024-11-20  9:38 David Roman
2024-11-18  0:02 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732010206.df75b178b33ab56d7c67103c00941b6c5d5a22e5.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox