mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
CLion: update to 2020.3.
This commit is contained in:
parent
a9002caf59
commit
0bce537bb6
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'CLion'
|
||||
pkgname=CLion
|
||||
version=2020.2.4
|
||||
version=2020.3
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="clion-${version}"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
|||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.com/clion"
|
||||
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
||||
checksum=4301a1572908592e25fd9234c290eabcd44e53b23ababd7ed518a93728527976
|
||||
checksum=ffc862511bf80debb80f9d60d2999b02e32b7c3cbb8ac25a4c0efc5b9850124f
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
@ -27,6 +27,8 @@ desc_option_bundled_lldb="Install bundled LLDB"
|
|||
post_extract() {
|
||||
# Remove files for other CPU architectures
|
||||
rm -rf bin/fsnotifier-arm
|
||||
rm -rf lib/pty4j-native/linux/aarch64
|
||||
rm -rf lib/pty4j-native/linux/mips64el
|
||||
rm -rf lib/pty4j-native/linux/ppc64le
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -40,7 +42,7 @@ post_extract() {
|
|||
rm -rf bin/fsnotifier64
|
||||
rm -rf bin/clion64.vmoptions
|
||||
rm -rf bin/libyjpagent-linux64.so
|
||||
rm -rf lib/pty4j-native/linux/x86_64
|
||||
rm -rf lib/pty4j-native/linux/x86-64
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue