Search Criteria
Package Details: openide-bin 253.28294.334.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openide-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | openide-bin |
| Description: | OpenID is an open source software development tool for Java, Python, and other programming languages. It was created by the Astra Group, Haulmont, and Axiom JDK companies. It is fork of pycharm |
| Upstream URL: | https://openide.ru |
| Keywords: | development ide openide pycharm |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | openide |
| Submitter: | RSG245 |
| Maintainer: | dimio |
| Last Packager: | dimio |
| Votes: | 7 |
| Popularity: | 0.85 |
| First Submitted: | 2025-04-25 11:01 (UTC) |
| Last Updated: | 2026-03-26 15:50 (UTC) |
Latest Comments
iamjrx commented on 2026-07-16 18:52 (UTC)
They changed name to openIDE-Pro archives and directory s packed inside So need harness modification to update
iamjrx commented on 2026-02-12 06:45 (UTC)
here's tested patch to add install script
dimio commented on 2026-01-29 20:24 (UTC)
Thanks for your comment! I didn't immediately notice that the outdated package was sent to me. I'll add the
openide.installas per your recommendation. The checksum can be extracted along with the distribution:http://download.openide.ru/252.27397.103.1/openIDE-252.27397.103.1.tar.gz.sha256iamjrx commented on 2026-01-20 16:45 (UTC) (edited on 2026-01-20 16:46 (UTC) by iamjrx)
The package could be be reused to update OpenIDE with some improvements Just need to obtain new version from https://openide.ru/download/ and calculate checksum of a new version source tar Improvements required: 1. PKGBUILD could use
cd "openIDE-${pkgver}"to minimize version declarations. The goal here is to set version only once 2. addopenide.install(details here https://wiki.archlinux.org/title/PKGBUILD#install) script to clear/usr/share/openideon upgrade. At the moment IDE shows tooltip after upgrade: Your OpenIDE installation appears corrupted because there are multiple version markers. Usually, this happens when an archive with a newer version is extracted into a directory with an existing installation. To avoid possible crashes, reinstall the IDE from scratch into an empty directory.