mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
dbeaver: update to 22.3.5
This commit is contained in:
parent
2ffe3d4701
commit
a7fe96d8d8
2 changed files with 13 additions and 2 deletions
9
srcpkgs/dbeaver/files/dbeaver.desktop
Normal file
9
srcpkgs/dbeaver/files/dbeaver.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=DBeaver
|
||||
Comment=SQL Integrated Development Environment
|
||||
Icon=dbeaver
|
||||
Exec=dbeaver
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dbeaver'
|
||||
pkgname=dbeaver
|
||||
version=22.3.3
|
||||
version=22.3.5
|
||||
revision=1
|
||||
# the build downloads binaries linked to glibc
|
||||
archs="x86_64 aarch64"
|
||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
|||
homepage="https://dbeaver.io"
|
||||
changelog="https://dbeaver.io/news/"
|
||||
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
|
||||
checksum=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
|
||||
checksum=1f1cbddca091163143f54973fce06323ea8f9cb34400acd643099f09a77c95cc
|
||||
nopie=true
|
||||
|
||||
do_build() {
|
||||
|
@ -25,4 +25,6 @@ do_install() {
|
|||
|
||||
vmkdir /usr/bin
|
||||
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
|
||||
|
||||
vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue