Package Details: comma-ide-community 2022.07.0-1

Git Clone URL: https://aur.archlinux.org/comma-ide-community.git (read-only, click to copy)
Package Base: comma-ide-community
Description: The Integrated Development Environment for Raku (formerly Perl 6).
Upstream URL: https://commaide.com/
Licenses: Apache
Provides: comma-ide
Submitter: Manifest0
Maintainer: istigkeit
Last Packager: istigkeit
Votes: 3
Popularity: 0.000093
First Submitted: 2019-04-15 07:19 (UTC)
Last Updated: 2022-09-19 22:45 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

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.