Package Base Details: comma-ide-community

Git Clone URL: https://aur.archlinux.org/comma-ide-community.git (read-only, click to copy)
Submitter: Manifest0
Maintainer: Sharparam
Last Packager: Sharparam
Votes: 4
Popularity: 0.004723
First Submitted: 2019-04-15 07:19 (UTC)
Last Updated: 2024-02-29 21:54 (UTC)

Pinned Comments

Sharparam commented on 2024-02-29 21:58 (UTC)

The Comma IDE has sadly been discontinued.

On the bright side, as mentioned in that post they've made the Complete edition open source, so it is now available on the AUR: https://aur.archlinux.org/packages/comma-ide-complete

It's probably better to grab the Complete edition now rather than this Community edition.

Latest Comments

Sharparam commented on 2024-02-29 21:58 (UTC)

The Comma IDE has sadly been discontinued.

On the bright side, as mentioned in that post they've made the Complete edition open source, so it is now available on the AUR: https://aur.archlinux.org/packages/comma-ide-complete

It's probably better to grab the Complete edition now rather than this Community edition.

Sharparam commented on 2023-01-22 00:44 (UTC) (edited on 2023-01-22 04:03 (UTC) by Sharparam)

Diff for supporting latest Comma version (2022.10.0):

diff --git a/PKGBUILD b/PKGBUILD
index 7a350ba..e177037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=comma-ide-community
 _pkgname=comma-ide
 _binname=comma
 pkgrel=1
-pkgver=2022.07.0
+pkgver=2022.10.0
 _tarname=comma-community-${pkgver}
 provides=(${_pkgname})
 pkgdesc='The Integrated Development Environment for Raku (formerly Perl 6).'
@@ -16,7 +16,7 @@ depends=('java-runtime')
 optdepends=('rakudo-star' 'rakudo')
 source=('https://commaide.com/download/community/linux'
         'comma-ide-community.desktop')
-sha256sums=('e812ba0c016995bad9f7c6cc1d736da71d14e69021c9685931f9a446903058f0'
+sha256sums=('b8fca82237f3d3c0ee1c67e8a4829248c04da9ec9434a917b36c523fcc3b99d4'
             'a805e27b65c742889e2d12def48ed0e12fba0e99a32fae6f21724d5b02f7ea46')
 install=comma-ide.install

Edit: Additionally, the dependency on java-runtime needs to be java-runtime=11 as Comma will not work with an older or newer JRE. Ideally there'd be an option to use the bundled JetBrains JRE instead (currently it gets purged when the package is built).

jokersus commented on 2022-03-17 22:58 (UTC)

PKGBUILD is very out of date. I made a new one based on existing Jetbrains packages on AUR with separate .desktop file -> https://0x0.st/oNXL.gz (.tar.gz file). Feel free to use.

Manifest0 commented on 2022-01-03 14:10 (UTC)

I'm disowning this package, as i don't have interest anymore in it.