2
0

Delete bundled JRE inside Pycharm installation

This commit is contained in:
XavierCLL 2016-03-30 14:17:12 -05:00
parent f5af2d78da
commit 4c8972e4d7
2 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Wed Mar 30 17:54:52 UTC 2016
# Wed Mar 30 19:15:38 UTC 2016
pkgbase = pycharm-professional
pkgdesc = Powerful Python and Django IDE. Professional version.
pkgver = 2016.1
pkgrel = 2
pkgrel = 3
url = http://www.jetbrains.com/pycharm/
install = pycharm-professional.install
arch = any

View File

@ -2,7 +2,7 @@
pkgname=pycharm-professional
pkgver=2016.1
pkgrel=2
pkgrel=3
pkgdesc="Powerful Python and Django IDE. Professional version."
arch=('any')
options=('!strip')
@ -57,6 +57,9 @@ package() {
rm -f $pkgdir/opt/$pkgname/bin/libyjpagent-linux64.so
rm -f $pkgdir/opt/$pkgname/bin/fsnotifier64
fi
# delete bundled JRE inside Pycharm installation
rm -rf $pkgdir/opt/$pkgname/jre/
# enable anti-aliasing text in pycharm options
if [[ $CARCH = 'i686' ]]; then