mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
DataGrip: update to 2021.1.3.
This commit is contained in:
parent
09713990fa
commit
dd0a15639f
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'DataGrip'
|
# Template file for 'DataGrip'
|
||||||
pkgname=DataGrip
|
pkgname=DataGrip
|
||||||
version=2020.1.5
|
version=2021.1.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="DataGrip-${version}"
|
wrksrc="DataGrip-${version}"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/datagrip"
|
homepage="https://www.jetbrains.com/datagrip"
|
||||||
distfiles="https://download.jetbrains.com/datagrip/datagrip-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/datagrip/datagrip-${version}.tar.gz"
|
||||||
checksum=a97231cbfe656ef3fcad5b66f3bd484cc676b5e89780543efdd49420ce690518
|
checksum=ed34ca1a00c9c98e153c575fcc5d257480180ef027284dd44e652c0ef91e1152
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -18,8 +18,15 @@ python_version=3
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# Remove files for other CPU architectures
|
# Remove files for other CPU architectures
|
||||||
|
rm -rf lib/pty4j-native/linux/aarch64
|
||||||
|
rm -rf lib/pty4j-native/linux/mips64el
|
||||||
rm -rf lib/pty4j-native/linux/ppc64le
|
rm -rf lib/pty4j-native/linux/ppc64le
|
||||||
|
|
||||||
|
# Remove files for other OSes
|
||||||
|
rm -rf plugins/performanceTesting/bin/libyjpagent.dylib
|
||||||
|
rm -rf plugins/performanceTesting/bin/yjpagent.dll
|
||||||
|
rm -rf plugins/performanceTesting/bin/yjpagent64.dll
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
rm -rf bin/fsnotifier
|
rm -rf bin/fsnotifier
|
||||||
|
|
Loading…
Add table
Reference in a new issue