dev-util/beekeeper-studio: add 4.6.2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
d5a91adb23
commit
2f888ebb33
@ -4,3 +4,4 @@ DIST beekeeper-studio_4.3.4_amd64.deb 74214028 BLAKE2B 4b4b79c1abf28f662ac1a457f
|
||||
DIST beekeeper-studio_4.3.4_arm64.deb 78116384 BLAKE2B 62fd361a9cee7a4238f600f2109ebf639d22833da80bf2904d62846e9479326b8445cdc030c84cbadc9eeb13b3c9b2f2f609547499203911c54e4d1c69476edd SHA512 3aef1a75c96dcd0b914ddd1c7500eff285190e263557abbabecbaf1a398e0ca2a41a53709fed17bbe45c3c19ebca0b8c96ce14b6acc1825cb96fb51c3bbb6967
|
||||
DIST beekeeper-studio_4.6.0_amd64.deb 78497648 BLAKE2B 8bf4f3bd2e380f21c9980c971610d56756eb15f988217343c784cb1dc3fd51e233bd89138005ff2f1958d153c419cdd3060bc98084e216346d0425db1f112d16 SHA512 d764903dcc8dc92c2e746fd1a11d66d9db5f261f0f81c51daa3556d173f4b1114a1577f4f4369566710ecce6b83fefc8c8e1757e063a1f0a8ca9bf8d35ca8fd9
|
||||
DIST beekeeper-studio_4.6.0_arm64.deb 81940280 BLAKE2B 97dd56a17d83c96d5cde1062d1f6eeb85396e5e3c6eb8dc8af15d6abe68a97caae385498a28147dde29cd631117a52b5ae4755a49513daf729c009f1774af5c2 SHA512 1a81d0010383d2b1b9c8dddf5da679e011ab6c63a1f16f379e8a53fec182b163dade9a280893f639998f615e11cf506ccddce9832b3da18a4ceb90477078ceb3
|
||||
DIST beekeeper-studio_4.6.2_amd64.deb 78503068 BLAKE2B f43340b75a8e0a7204602d015c602f2ebf461ce005ad5723ecb64a30ed4592b989eb7912e5b354d38a1442afc13276d8c82e7006baa3815f8801e53eb47fa748 SHA512 7a6593de19f26d2fc390f9b9cc8a5230876c8c04eb710f463ed40da5d04640ce2448aad51f989ac2e36cd552e54e6aa9b7dae8f878f51440a52a50e06016e060
|
||||
|
37
dev-util/beekeeper-studio/beekeeper-studio-4.6.2.ebuild
Normal file
37
dev-util/beekeeper-studio/beekeeper-studio-4.6.2.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CHROMIUM_LANGS="
|
||||
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 vi zh-CN zh-TW
|
||||
"
|
||||
|
||||
inherit bintron-r1 unpacker
|
||||
|
||||
DESCRIPTION="Modern and easy to use SQL client"
|
||||
HOMEPAGE="https://www.beekeeperstudio.io/"
|
||||
SRC_URI="
|
||||
amd64? (
|
||||
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v${PV}/beekeeper-studio_${PV}_amd64.deb
|
||||
)
|
||||
"
|
||||
S="${WORKDIR}/opt/Beekeeper Studio"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
|
||||
RESTRICT="bindist mirror test"
|
||||
|
||||
BINTRON_HOME="/opt/Beekeeper Studio/"
|
||||
|
||||
src_prepare() {
|
||||
bintron-r1_src_prepare
|
||||
|
||||
# MimeType" in group "Desktop Entry" contains "application/vnd.sqlite3" more than once
|
||||
sed -i \
|
||||
-e 's|application/vnd.sqlite3;application/vnd.sqlite3;application/vnd.sqlite3;|application/vnd.sqlite3;|' \
|
||||
"${WORKDIR}/usr/share/applications/beekeeper-studio.desktop" || die
|
||||
}
|
Loading…
Reference in New Issue
Block a user