From 7e94645b10c201f744a4ca47d6a49cb44b18c923 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 24 Jun 2024 12:28:48 +0200 Subject: [PATCH] dbeaver: update to 24.1.1. --- srcpkgs/dbeaver/patches/force-jdk17.patch | 2 +- srcpkgs/dbeaver/template | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/dbeaver/patches/force-jdk17.patch b/srcpkgs/dbeaver/patches/force-jdk17.patch index 69d6171a8bdf9a..32cc29fa1477df 100644 --- a/srcpkgs/dbeaver/patches/force-jdk17.patch +++ b/srcpkgs/dbeaver/patches/force-jdk17.patch @@ -6,6 +6,6 @@ - + -vm /usr/lib/jvm/openjdk17/bin - -vm ../Eclipse/jre/Contents/Home/bin/java + -vm ../Eclipse/jre/Contents/Home/lib/libjli.dylib diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template index d72745d965a4f4..ee0313ca23d952 100644 --- a/srcpkgs/dbeaver/template +++ b/srcpkgs/dbeaver/template @@ -1,8 +1,8 @@ # Template file for 'dbeaver' pkgname=dbeaver -version=24.0.2 +version=24.1.1 revision=1 -_common_commit=6b15285e2adcf28696d7b435e09663c402cb1128 +_common_commit=ff8f3a6136667e35f00bc8840a078296eac3c7b2 # the build downloads binaries linked to glibc archs="x86_64 aarch64" build_wrksrc="dbeaver" @@ -15,8 +15,8 @@ homepage="https://dbeaver.io" changelog="https://dbeaver.io/news/" distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz https://github.com/dbeaver/dbeaver-common/archive/${_common_commit}.tar.gz" -checksum="ae11d17a5888848f3b1ef6da331b12106acbedb25465d69881cf9ba421171b3e - 6e584b1aa3250a8cdd7caac124fd62ce272c2ae0c6c09a7e96e4ab2bd5102058" +checksum="8322d86e3e082abca13315aa67f4d7a5aed648b09b22b204354902c8234f7c6b + e8da35acd91bf8803e6926e6f29c449148b7982a8bcdb12447613095dad38e1d" nopie=true 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/ # 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//_/-}" find "$jna_dir" -depth -mindepth 1 -type d -not -name $jna_arch -exec rm -rf {} \;