mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-db/mongodb-compass-bin: drop 1.48.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST mongodb-compass_1.48.1_amd64.deb 119106944 BLAKE2B ae377cde471e378f264c0981442b3da763c2063c5b30e8c637f33f19a1424992735cd0189291853c0a0c1b6c8ab8a3d06962d0f72a82da4f4209b8c21496befa SHA512 0693090672bec0ddf305885d783c43d8c96431d13804b03287fa1e27209f400ff7c09c61063d658c6baad4c31d89009101da6625be7b974c662e5985e855e6eb
|
||||
DIST mongodb-compass_1.48.2_amd64.deb 119373220 BLAKE2B 9b34c53384d81223d046a83835669ce432395446258bd20936425895ff30e29cf52aec3663dd652d1ca7c16e293ae934338369961f20ddb3e7394f7b1821b6e9 SHA512 8bc20dbf618f10599d236f0530db55e71de989b40cb164a0fbc09895b3cb9315725e3598acae1a236bd673cda4f3a45f63b4dbcb9eff5f2b9b29f2eee36cd77a
|
||||
DIST mongodb-compass_1.49.0_amd64.deb 120318636 BLAKE2B 86b64b9d0a6ec5a9d361cff0681c192f3d4beeb5e816c7df08666e71a59ea8cb61c44e4b93e05f96935c17cbcde5e39f08fc2310503cb2cba7ea5160f917842b SHA512 6c050233ff2c5aaacba6d22ee0d785cc115415577f6dc13f3d2877292c92c0e9cabafbdab040c71725ee2f277c3b1dca61ba89230344076e7b6dce5c2e12ee9d
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CHROMIUM_LANGS="
|
||||
af am ar bg bn ca cs da de el en-GB en-US es-419 es 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 ur vi zh-CN zh-TW
|
||||
"
|
||||
inherit chromium-2 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
|
||||
virtual/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_prepare() {
|
||||
default
|
||||
|
||||
cd usr/lib/mongodb-compass/locales || die
|
||||
chromium_remove_language_paks
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
chromium_suid_sandbox_check_kernel_config
|
||||
}
|
||||
|
||||
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'"
|
||||
}
|
||||
Reference in New Issue
Block a user