dbeaver-bin-22.3.5 added.

This commit is contained in:
Николай Шашкин 2023-03-09 20:47:01 +03:00
parent 78c9cbe43c
commit 321b4c98ca
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST dbeaver-ce-22.3.5-linux.gtk.x86_64.tar.gz 125900469 BLAKE2B 1fee2be8eca552f635d7ae7ba07db780b85ee3faf9bce0ba099e31809f3342b29595441a950eae257fde3e7f36243ebcc7fb512ede59c92ef33e2d3b1ae14751 SHA512 be165b34d66973c133d20aa75b86cea061e9b220730cf3569601d3b1295539d6c146c2169153b43afb92565705d791b97638d666e485cfb00de47c570a0e42c5
EBUILD dbeaver-bin-22.3.5.ebuild 965 BLAKE2B d8aab6c1ff0650c5c70628b1bcec134e0b9b3281d1847a7dc9d5e066960a003382d0ff36168615636fbcb5d17e9820aeb5ded2db29295718b0d306ef0ba97a87 SHA512 ac0be65a99fe4d2e6385edd518600fd37a65e3716280dcd15232d2d0c15758fcca13f8325f615d2cd3eadd5ed49017ec4a0b58769caa8034ba95d68620a425dd
MISC metadata.xml 284 BLAKE2B 677261fb2276a1f02bd89250a0bf881123c7863c380692d15fc4766b71fb8a1c1f810b66264731f8eff0d5ac9c8a81de46354d2085975f77fc7b0407872c6cba SHA512 fa56cefb9fbd9714aa39ea335af92f04a78ff49fc01cb6911051790311999f08e284be5758760fe154f56affaf400846ad3b2084bb5d12833433c939a98bff3b

View File

@ -0,0 +1,41 @@
# Copyright 2020-2022 Gianni Bombelli <bombo82@giannibombelli.it>
# Distributed under the terms of the GNU General Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option) any later version.
EAPI=8
inherit desktop wrapper
DESCRIPTION="Free universal database tool and SQL client"
HOMEPAGE="https://dbeaver.io/"
SRC_URI="https://dbeaver.io/files/${PV}/dbeaver-ce-${PV}-linux.gtk.x86_64.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"
IUSE=""
DEPEND=">=x11-libs/gtk+-2:2"
RDEPEND="${DEPEND}
media-libs/alsa-lib
x11-libs/libXtst
"
QA_FLAGS_IGNORED="CFLAGS LDFLAGS"
S="${WORKDIR}/dbeaver"
src_install() {
local dir="/opt/${PN}"
insinto "${dir}"
doins -r *
fperms 755 "${dir}/dbeaver"
fperms 755 "${dir}/jre/bin/java"
make_wrapper "${PN}" "${dir}/dbeaver"
newicon "dbeaver.png" "${PN}.png"
make_desktop_entry "${PN}" "DBeaver" "${PN}" "Development;IDE"
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>bombo82@giannibombelli.it</email>
<name>Gianni Bombelli (bombo82)</name>
</maintainer>
</pkgmetadata>