mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dbeaver: update to 23.2.0.
This commit is contained in:
parent
eab2c4be6a
commit
8df5d2ca01
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=DBeaver
|
Name=DBeaver
|
||||||
Comment=SQL Integrated Development Environment
|
Comment=SQL Integrated Development Environment
|
||||||
Icon=/usr/lib/dbeaver/icon.xpm
|
Icon=dbeaver
|
||||||
Exec=dbeaver
|
Exec=dbeaver
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dbeaver'
|
# Template file for 'dbeaver'
|
||||||
pkgname=dbeaver
|
pkgname=dbeaver
|
||||||
version=23.1.3
|
version=23.2.0
|
||||||
revision=1
|
revision=1
|
||||||
# the build downloads binaries linked to glibc
|
# the build downloads binaries linked to glibc
|
||||||
archs="x86_64 aarch64"
|
archs="x86_64 aarch64"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://dbeaver.io"
|
homepage="https://dbeaver.io"
|
||||||
changelog="https://dbeaver.io/news/"
|
changelog="https://dbeaver.io/news/"
|
||||||
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
|
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
|
||||||
checksum=6467a1c5e5b5e75bcaad5919995b2981684de4614c62dbc9e2297843c7757192
|
checksum=ef30d5c233dfa2dca653c8bb3d9a13f7e44c54505115142971ebcb4be393f167
|
||||||
nopie=true
|
nopie=true
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -26,5 +26,7 @@ do_install() {
|
||||||
vmkdir /usr/bin
|
vmkdir /usr/bin
|
||||||
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
|
ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
|
||||||
|
|
||||||
|
vinstall product/community/icons/dbeaver.png 644 usr/share/pixmaps
|
||||||
|
vinstall product/community/icons/dbeaver.xpm 644 usr/share/pixmaps
|
||||||
vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
|
vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue