Package Details: pycharm-eap 2024.1.1.241.15989.155-1

Git Clone URL: https://aur.archlinux.org/pycharm-eap.git (read-only, click to copy)
Package Base: pycharm-eap
Description: Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.
Upstream URL: https://www.jetbrains.com/pycharm/nextversion/
Keywords: development editor ide jetbrains python
Licenses: custom
Provides: pycharm, pycharm-professional
Submitter: vlan
Maintainer: qft
Last Packager: qft
Votes: 31
Popularity: 0.002149
First Submitted: 2011-05-06 08:33 (UTC)
Last Updated: 2024-05-01 00:51 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20

<deleted-account> commented on 2011-11-03 19:33 (UTC)

Updated PKGBUILD with desktop file, and more for version 110.303: # Maintainer: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com> pkgname=pycharm-eap _pkgname=pycharm # Directory name in the tar file pkgver=110.303 pkgrel=1 pkgdesc="Lightweight and Smart Python IDE. 45-day free trial." arch=('i686' 'x86_64') url="http://www.jetbrains.com/pycharm/" license=('custom') depends=('java-runtime>=6') conflicts=('pycharm') source=(http://download.jetbrains.com/python/pycharm-${pkgver}.tar.gz) md5sums=('57564b1a0982d4404974cf3775cef0c5') build() { cd ${srcdir} mkdir -p ${pkgdir}/opt/${pkgname} || return 1 cp -R ${srcdir}/${_pkgname}-${pkgver}/* ${pkgdir}/opt/${pkgname} || return 1 if [[ $CARCH = 'i686' ]]; then rm -f ${pkgdir}/opt/${pkgname}/bin/libyjpagent64.so rm -f ${pkgdir}/opt/${pkgname}/bin/fsnotifier64 fi ( cat <<EOF [Desktop Entry] Version=${pkgver} Name=PyCharm Icon=pycharm GenericName=Lightweight and Smart Python IDE Comment=Lightweight and Smart Python IDE 45-day free trial Exec=/opt/${pkgname}/bin/pycharm.sh Terminal=false Type=Application Categories=Development EOF ) > ${startdir}/pycharm.desktop mkdir -p ${pkgdir}/usr/share/applications/ || return 1 mkdir -p ${pkgdir}/usr/share/pixmaps/ || return 1 mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 install -m 644 ${startdir}/pycharm.desktop ${pkgdir}/usr/share/applications/ install -m 644 ${pkgdir}/opt/${pkgname}/bin/PyCharm_128.png ${pkgdir}/usr/share/pixmaps/pycharm.png install -m 644 ${srcdir}/${_pkgname}-${pkgver}/license/PyCharm_license.txt ${pkgdir}/usr/share/licenses/${pkgname}/PyCharm_license.txt }

<deleted-account> commented on 2011-09-29 20:53 (UTC)

In case anyone is getting: Error occurred during initialization of VM Could not find agent library yjpagent on the library path, with error: libyjpagent.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) Update your pycharm.vmoptions file: Change: -agentlib:yjpagent= To: -agentlib:yjpagent64=

vlan commented on 2011-09-24 20:13 (UTC)

2.0.108.1348-2: added the changelog, see `pacman -Qc pycharm-eap`.