mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dbeaver: update to 24.3.2.
This commit is contained in:
parent
06a1537e3c
commit
9940971df5
2 changed files with 14 additions and 10 deletions
|
@ -6,6 +6,6 @@
|
||||||
<launcherArgs>
|
<launcherArgs>
|
||||||
- <programArgs></programArgs>
|
- <programArgs></programArgs>
|
||||||
+ <programArgs>-vm /usr/lib/jvm/openjdk17/bin</programArgs>
|
+ <programArgs>-vm /usr/lib/jvm/openjdk17/bin</programArgs>
|
||||||
<programArgsLin>--launcher.additionalVmargs %XDG_DATA_HOME%/DBeaverData/settings/dbeaver.vmoptions %HOME%/.local/share/DBeaverData/settings/dbeaver.vmoptions</programArgsLin>
|
<programArgsMac>-vm ../Eclipse/jre/Contents/Home/lib/libjli.dylib</programArgsMac>
|
||||||
<programArgsWin>--launcher.additionalVmargs %APPDATA%\DBeaverData\settings\dbeaver.exe.vmoptions</programArgsWin>
|
|
||||||
<programArgsMac>--launcher.additionalVmargs %HOME%/Library/DBeaverData/settings/dbeaver.vmoptions -vm ../Eclipse/jre/Contents/Home/lib/libjli.dylib</programArgsMac>
|
<vmArgs>
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'dbeaver'
|
# Template file for 'dbeaver'
|
||||||
pkgname=dbeaver
|
pkgname=dbeaver
|
||||||
version=24.2.3
|
version=24.3.2
|
||||||
revision=1
|
revision=1
|
||||||
_common_commit=605757efc02bf2d55f00d1b64f1b7f00f2819eb4
|
_dbeaver_common_commit=bc3c2e688a2578156efc42550ff750254dea0378
|
||||||
|
_dbeaver_jdbc_libsql_commit=dc67e1440c64dd2da15707e14680087103e0a19f
|
||||||
# the build downloads binaries linked to glibc
|
# the build downloads binaries linked to glibc
|
||||||
archs="x86_64 aarch64"
|
archs="x86_64 aarch64"
|
||||||
build_wrksrc="dbeaver"
|
build_wrksrc="dbeaver"
|
||||||
|
@ -14,14 +15,17 @@ 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
|
||||||
https://github.com/dbeaver/dbeaver-common/archive/${_common_commit}.tar.gz"
|
https://github.com/dbeaver/dbeaver-common/archive/${_dbeaver_common_commit}.tar.gz
|
||||||
checksum="367d3e8e712ffb4868026f543e8386d395dc5f33250ef12286669b7a95be983d
|
https://github.com/dbeaver/dbeaver-jdbc-libsql/archive/${_dbeaver_jdbc_libsql_commit}.tar.gz"
|
||||||
6f45062fb5c7e9489ee5d801c1821af0eb54bbc6ad26eed03f91ed88db8ab681"
|
checksum="7f2f16566396f800a9345218eb4aecd5cf9e6611480454fc2372948c54c878aa
|
||||||
|
8ed55dffcea0c266e466559bba608086b16c3060d57d62b57e43c992db6983c2
|
||||||
|
a84bd6e105a0fe8ccafd506710c08cacd038f97ff1b5b83431287564efce2271"
|
||||||
nopie=true
|
nopie=true
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ${wrksrc}/dbeaver-${version} ${wrksrc}/dbeaver
|
mv ${wrksrc}/dbeaver-${version} ${wrksrc}/dbeaver
|
||||||
mv ${wrksrc}/dbeaver-common-${_common_commit} ${wrksrc}/dbeaver-common
|
mv ${wrksrc}/dbeaver-common-${_dbeaver_common_commit} ${wrksrc}/dbeaver-common
|
||||||
|
mv ${wrksrc}/dbeaver-jdbc-libsql-${_dbeaver_jdbc_libsql_commit} ${wrksrc}/dbeaver-jdbc-libsql
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -35,7 +39,7 @@ do_install() {
|
||||||
vcopy "product/community/target/products/org.jkiss.dbeaver.core.product/linux/gtk/${XBPS_TARGET_MACHINE}/dbeaver" /usr/lib/
|
vcopy "product/community/target/products/org.jkiss.dbeaver.core.product/linux/gtk/${XBPS_TARGET_MACHINE}/dbeaver" /usr/lib/
|
||||||
|
|
||||||
# Delete folders with Java Native Access .so's for different architectures
|
# Delete folders with Java Native Access .so's for different architectures
|
||||||
jna_dir="${DESTDIR}/usr/lib/dbeaver/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna"
|
jna_dir="${DESTDIR}/usr/lib/dbeaver/plugins/com.sun.jna_5.15.0.v20240915-2000/com/sun/jna"
|
||||||
jna_arch="linux-${XBPS_TARGET_MACHINE//_/-}"
|
jna_arch="linux-${XBPS_TARGET_MACHINE//_/-}"
|
||||||
find "$jna_dir" -depth -mindepth 1 -type d -not -name $jna_arch -exec rm -rf {} \;
|
find "$jna_dir" -depth -mindepth 1 -type d -not -name $jna_arch -exec rm -rf {} \;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue