public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb-compass-bin/
Date: Thu, 13 Feb 2025 20:29:21 +0000 (UTC)	[thread overview]
Message-ID: <1739478546.8d42cc4898fc7f2e7176d14aba4544acbdfcbed6.arthurzam@gentoo> (raw)

commit:     8d42cc4898fc7f2e7176d14aba4544acbdfcbed6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 20:28:55 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 20:29:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d42cc48

dev-db/mongodb-compass-bin: add 1.45.3

Closes: https://bugs.gentoo.org/948420
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-db/mongodb-compass-bin/Manifest                |  1 +
 .../mongodb-compass-bin-1.45.3.ebuild              | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-db/mongodb-compass-bin/Manifest b/dev-db/mongodb-compass-bin/Manifest
index 841baacfee87..e5e4ed08fe0f 100644
--- a/dev-db/mongodb-compass-bin/Manifest
+++ b/dev-db/mongodb-compass-bin/Manifest
@@ -1 +1,2 @@
 DIST mongodb-compass_1.45.2_amd64.deb 114271168 BLAKE2B ec330d75f86ec6bec81ffb57266b54833859785867e1fb375a1ae1f57de9a6fff7215da7f67766ed1bc603c4a12a43605701af8aa26e8672f57721abecd3403f SHA512 cd249a3bb7c3290031caba21af038281ca62a9a2aa4322f0dadc32411c1292c37f5f2d4cc1aa664e6d3c17fb5cbe366fc76d68304041758116f58064fe1bfb88
+DIST mongodb-compass_1.45.3_amd64.deb 114199008 BLAKE2B e3a3c79277757038dd36f5160e9ac8340cd701b9d34dec5c6c07473fea1c3dc59c419f30d3985f4818d61b8191d475a770630504bd24e8a0c02bbff19a5a6391 SHA512 25f0bd3130fab11cb71afa42ea63b8d2f5dc80eab28c615a12ed198580b3891bd9b02847ebe8dc4f92aa1329ef6f2232d6e1cb97f9b50fd1addfa9a8d9544f40

diff --git a/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.3.ebuild b/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.3.ebuild
new file mode 100644
index 000000000000..a6af371e3ef6
--- /dev/null
+++ b/dev-db/mongodb-compass-bin/mongodb-compass-bin-1.45.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop unpacker wrapper xdg
+
+DESCRIPTION="GUI for MongoDB"
+HOMEPAGE="https://mongodb.com/compass https://github.com/mongodb-js/compass"
+SRC_URI="https://github.com/mongodb-js/compass/releases/download/v${PV}/mongodb-compass_${PV}_amd64.deb"
+S=${WORKDIR}
+
+LICENSE="SSPL-1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+	dev-libs/nss
+	dev-libs/openssl:0/3
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-misc/curl
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/glibc
+	sys-libs/zlib
+	virtual/secret-service
+	x11-libs/cairo
+	x11-libs/gtk+:3
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/pango
+"
+QA_PREBUILT="
+	usr/lib/mongodb-compass/.*
+"
+
+src_install() {
+	insinto /usr/lib/mongodb-compass
+	doins -r usr/lib/mongodb-compass/.
+
+	fperms +x "/usr/lib/mongodb-compass/MongoDB Compass"
+	fperms 4755 /usr/lib/mongodb-compass/{chrome_crashpad_handler,chrome-sandbox}
+
+	domenu usr/share/applications/mongodb-compass.desktop
+	doicon usr/share/pixmaps/mongodb-compass.png
+
+	make_wrapper mongodb-compass "'/usr/lib/mongodb-compass/MongoDB Compass'"
+}


             reply	other threads:[~2025-02-13 20:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-13 20:29 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 20:04 [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb-compass-bin/ Arthur Zamarin
2025-02-01  8:18 Arthur Zamarin
2025-02-01  8:18 Arthur Zamarin
2025-02-01  6:56 Arthur Zamarin
2025-01-19 13:10 Arthur Zamarin

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=1739478546.8d42cc4898fc7f2e7176d14aba4544acbdfcbed6.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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