mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
CLion: update to 2020.3.3.
This commit is contained in:
parent
34ae4c2f59
commit
43ec3908e5
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'CLion'
|
# Template file for 'CLion'
|
||||||
pkgname=CLion
|
pkgname=CLion
|
||||||
version=2020.3.2
|
version=2020.3.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="clion-${version}"
|
wrksrc="clion-${version}"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/clion"
|
homepage="https://www.jetbrains.com/clion"
|
||||||
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
||||||
checksum=5d49bd88b6457271464687453ff65880a4a38974575bb76f969036c692072280
|
checksum=2470365df5c682aec24e6ce88a87100232d0f26607522dda79572414fb944083
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -37,12 +37,14 @@ post_extract() {
|
||||||
rm -rf bin/clion.vmoptions
|
rm -rf bin/clion.vmoptions
|
||||||
rm -rf bin/libyjpagent-linux.so
|
rm -rf bin/libyjpagent-linux.so
|
||||||
rm -rf lib/pty4j-native/linux/x86
|
rm -rf lib/pty4j-native/linux/x86
|
||||||
|
rm -rf plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
rm -rf bin/fsnotifier64
|
rm -rf bin/fsnotifier64
|
||||||
rm -rf bin/clion64.vmoptions
|
rm -rf bin/clion64.vmoptions
|
||||||
rm -rf bin/libyjpagent-linux64.so
|
rm -rf bin/libyjpagent-linux64.so
|
||||||
rm -rf lib/pty4j-native/linux/x86-64
|
rm -rf lib/pty4j-native/linux/x86-64
|
||||||
|
rm -rf plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue