mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
Add dev-db/dbeaver-bin
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
57e6a23fca
commit
26d877fc33
2
dev-db/dbeaver-bin/Manifest
Normal file
2
dev-db/dbeaver-bin/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST dbeaver-bin-23.0.0-amd64.tar.gz 80880171 BLAKE2B 6aeee7959fb229d612acc49aec3b7ae2491888b694a6510d64c70067cc6345a703ba98c5243ec92ebc792d1bb65762451bc24e3c8e0d5d58043afea7ff4e7aef SHA512 ce6ffe672f3e6074a8397d7f6c429ac2509d4ea711f83d497fe6c8989c0f3ba0ef55ab0c1334fe436ab0afc6319e32aad3a86e8d9229e1a79335f00fc08d82da
|
||||
DIST dbeaver-bin-23.0.0-arm64.tar.gz 80818981 BLAKE2B 16adecc7cdfe9c0a1fc63a37958b46d5475c366e5ff5a7124b49a98abfa619747f3cd3c8ebcaa83b075f38fe096a8eba4537f0801860dfc8098c067b709c04cd SHA512 84d3560929d4fc78430d421493b48e55897fad284b0597acc75ed790107595863653236cca1aca10f99282581e02e76c034bd05c03604721ff8651e969d942ce
|
42
dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild
Normal file
42
dev-db/dbeaver-bin/dbeaver-bin-23.0.0.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit desktop eutils xdg
|
||||
|
||||
DESCRIPTION="Free universal database tool (community edition)."
|
||||
HOMEPAGE="https://dbeaver.io/"
|
||||
MY_PN="${PN%-bin*}-ce"
|
||||
SRC_URI="amd64? ( https://dbeaver.io/files/${PV}/${MY_PN}-${PV}-linux.gtk.x86_64-nojdk.tar.gz -> ${P}-amd64.tar.gz )
|
||||
arm64? ( https://dbeaver.io/files/${PV}/${MY_PN}-${PV}-linux.gtk.aarch64-nojdk.tar.gz -> ${P}-arm64.tar.gz )"
|
||||
|
||||
LICENSE="Apache-2.0 EPL-1.0 BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RDEPEND="virtual/jre:17"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
MY_PN="${PN%-bin*}"
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/^Icon=.*/Icon=${MY_PN}/" \
|
||||
-e 's:/usr/share/dbeaver:/opt/dbeaver:g' \
|
||||
-e '/^WMCLASS.*/d' \
|
||||
-e "s:^Exec=.*:Exec=${EPREFIX}/usr/bin/${MY_PN}:" \
|
||||
-i "${MY_PN}-ce.desktop"
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doicon -s 128 "${MY_PN}.png"
|
||||
newicon icon.xpm "${MY_PN}.xpm"
|
||||
domenu "${MY_PN}-ce.desktop"
|
||||
einstalldocs
|
||||
rm "${MY_PN}-ce.desktop" "${MY_PN}.png" icon.xpm readme.txt
|
||||
insinto "/opt/${MY_PN}-ce"
|
||||
doins -r ./*
|
||||
fperms 0755 "/opt/${MY_PN}-ce/${MY_PN}"
|
||||
make_wrapper "${MY_PN}" "/opt/${MY_PN}-ce/${MY_PN}" "/opt/${MY_PN}-ce"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user