dbeaver: update to 24.1.1.
This commit is contained in:
parent
d3cd4f9d83
commit
2ff1cd52ce
|
@ -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>
|
||||||
<programArgsMac>-vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
|
<programArgsMac>-vm ../Eclipse/jre/Contents/Home/lib/libjli.dylib</programArgsMac>
|
||||||
|
|
||||||
<vmArgs>
|
<vmArgs>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'dbeaver'
|
# Template file for 'dbeaver'
|
||||||
pkgname=dbeaver
|
pkgname=dbeaver
|
||||||
version=24.0.2
|
version=24.1.1
|
||||||
revision=1
|
revision=1
|
||||||
_common_commit=6b15285e2adcf28696d7b435e09663c402cb1128
|
_common_commit=ff8f3a6136667e35f00bc8840a078296eac3c7b2
|
||||||
# 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"
|
||||||
|
@ -15,8 +15,8 @@ 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/${_common_commit}.tar.gz"
|
||||||
checksum="ae11d17a5888848f3b1ef6da331b12106acbedb25465d69881cf9ba421171b3e
|
checksum="8322d86e3e082abca13315aa67f4d7a5aed648b09b22b204354902c8234f7c6b
|
||||||
6e584b1aa3250a8cdd7caac124fd62ce272c2ae0c6c09a7e96e4ab2bd5102058"
|
e8da35acd91bf8803e6926e6f29c449148b7982a8bcdb12447613095dad38e1d"
|
||||||
nopie=true
|
nopie=true
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -35,7 +35,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.13.0.v20230812-1000/com/sun/jna"
|
jna_dir="${DESTDIR}/usr/lib/dbeaver/plugins/com.sun.jna_5.14.0.v20231211-1200/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…
Reference in New Issue