mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
igv: change the java ver
This commit is contained in:
parent
e7c8b88b8a
commit
54a0498fcd
1 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ pkgdesc="High-performance visualization tool for interactive exploration of larg
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://igv.org"
|
url="https://igv.org"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('gendesk' 'gradle' 'java-environment=17')
|
makedepends=('gendesk' 'gradle' 'java-environment=23')
|
||||||
depends=('java-runtime=17' 'sh')
|
depends=('java-runtime=23' 'sh')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/igvteam/igv/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/igvteam/igv/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('e4e1ef6a2c08dc481ecd9dc26e7c03a7f8076a9abb94c43e0adc99fee1737358')
|
sha256sums=('e4e1ef6a2c08dc481ecd9dc26e7c03a7f8076a9abb94c43e0adc99fee1737358')
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@ prepare() {
|
||||||
# generate /usr/bin entry
|
# generate /usr/bin entry
|
||||||
cat <<'EOF' > igv
|
cat <<'EOF' > igv
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
export PATH=/usr/lib/jvm/java-17-openjdk/bin/:$PATH
|
export PATH=/usr/lib/jvm/java-23-openjdk/bin/:$PATH
|
||||||
exec /usr/share/igv/igv.sh
|
exec /usr/share/igv/igv.sh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<'EOF' > igvtools
|
cat <<'EOF' > igvtools
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
export PATH=/usr/lib/jvm/java-17-openjdk/bin/:$PATH
|
export PATH=/usr/lib/jvm/java-23-openjdk/bin/:$PATH
|
||||||
exec /usr/share/igv/igvtools
|
exec /usr/share/igv/igvtools
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue