Package Details: pycharm-professional 2024.3.2-1

Git Clone URL: https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy)
Package Base: pycharm-professional
Description: Python IDE for Professional Developers. Professional Edition
Upstream URL: https://www.jetbrains.com/pycharm/
Keywords: development editor ide jetbrains python
Licenses: custom
Submitter: hippojazz
Maintainer: Xavier (37h4n)
Last Packager: Xavier
Votes: 293
Popularity: 1.73
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2025-01-28 12:53 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Xavier commented on 2024-12-20 15:15 (UTC)

MANUAL INTERVENTION FOR v2024.3.1.1:

Due to the latest changes for the cython speed up, this release is going to show a commit transaction conflicting files, to fix this you need to enable Cython Speed ​​Up file overwriting:

[aur helper] pycharm-professional --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

or after manual build:

sudo pacman -U pycharm-professional-2024.3.1.1-1-x86_64.pkg.tar.zst --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

Latest Comments

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 Next › Last »

jkl commented on 2014-02-11 16:26 (UTC)

Consider removing the awt.useSystemAAFontSettings=on setting from vmoptions. The upstream package now already has awt.useSystemAAFontSettings=lcd included. With newer JDKs it seems to give better results.

SoonerBourne commented on 2014-02-10 18:36 (UTC)

@timrichardson Thanks for the feedback. I'm running Manjaro (Cinnamon Desktop) and it apparently already had that installed for me by default. I have added it as a dependency in the PKGBUILD file.

timrichardson commented on 2014-02-09 09:04 (UTC)

I needed to install package giflib to fix a start-up error with 3.1

khenderick commented on 2014-01-17 07:43 (UTC)

Damnit, flagged out of date instead of just vote for it. Sorry for that

SoonerBourne commented on 2014-01-15 20:32 (UTC)

@w1ntermute I am aware of this and it is part of the feedback I got from the submittal to the forums (comment dated 12/6/2013). As soon as JetBrains releases their next Pycharm, those changes will show up in the PKGBUILD file.

w1ntermute commented on 2014-01-15 19:53 (UTC)

The symlink the build script is creating in /usr/bin is incorrect. It's pointing to a relative path rather than an absolute one. ln -s opt/$pkgname/bin/pycharm.sh usr/bin should be: ln -s /opt/$pkgname/bin/pycharm.sh usr/bin

SoonerBourne commented on 2014-01-14 17:14 (UTC)

The current install is for Pycharm 3.0.2 Build: 131.618 (Released: December 2, 2013)

SoonerBourne commented on 2013-12-06 00:48 (UTC)

Yeah, I saw that too but didn't want to mark it as "2" since I didn't think that was the appropriate action. I submitted the PKGBUILD file to the forum to see what other feedback I could get. So far I got a few items I'm getting corrected for the next release of PyCharm. I haven't been able to find a roadmap or release schedule from JetBrains, so who knows when the changes will show up here.

Psykar commented on 2013-12-05 22:46 (UTC)

Oh - unfortunately because your previous PKGBUILD had a pkgrel of 131.618, and you've just changed it to '1' it's not recognised as an update by pacman (and by extension, yaourt / packer etc) Might have to save bumping the pkgrel back down to 1 until the next upstream release.