mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-db/mongodb-compass-bin: drop 1.46.8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST mongodb-compass_1.46.11_amd64.deb 119097112 BLAKE2B 464a5db5ddc221c81ad69f8e9d22454dc91b255a88f6a08a7b640a44424a67e00f4ae064bd0b859c930cfce156044e2579748ce3b2370874fad586306f9e377e SHA512 36fdf571e23caffb26a552932c0cd3a2fb357d53aed853933c8d25aa0cf0e8efcb18f92da8f78238079dd443329a6029b629f979838c2fec9dd21674404941a5
|
||||
DIST mongodb-compass_1.46.8_amd64.deb 119227852 BLAKE2B d04791fb28a14f4504c081e3098f5128187f2f047feaf185bd1e7b9ead5a20d62f9844ddbfe07ca74f019f42d59537f0e8c317db83bc4bbb29c415d6be3e1e7f SHA512 a5ae7c64c8d42e0c00287ee3851ec873c2b97343b8702748aebf0819fc568c0f71bfed2346d69e39755e3189acc350a8d2e7962b1928cbe26d4dae57e0fef959
|
||||
DIST mongodb-compass_1.47.1_amd64.deb 118944676 BLAKE2B 7e5fe4d338af145feaabbe76f33cfe012791ecce75af6f79f435c2dadc65a9885e963f6dddd9faff672c765404376a3376e816db87a318c27cc5d3d327b2972b SHA512 f969b3b80be3036251982301e9cd086955705c13750fe64455d2e025302203fac49118db6b776dd1ba249950445df4aa1d677d1ba1270087a3dc150ace2b5f05
|
||||
|
||||
@@ -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
|
||||
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_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