Package Details: applecommander 1.9.0-1

Git Clone URL: https://aur.archlinux.org/applecommander.git (read-only, click to copy)
Package Base: applecommander
Description: Tool that manipulates Apple ][ disk images
Upstream URL: https://applecommander.github.io/
Licenses: GPL-2.0-only
Submitter: Bevan
Maintainer: Bevan
Last Packager: Bevan
Votes: 3
Popularity: 0.27
First Submitted: 2021-01-21 19:53 (UTC)
Last Updated: 2024-07-28 12:57 (UTC)

Dependencies (6)

Required by (0)

Sources (5)

Latest Comments

Bevan commented on 2023-06-21 08:55 (UTC)

@ckoba: You're right. I found a way to make it build with gradle 8.1.1 and with that also with Java 20. I'll validate this once again and then push it here and also make a pull request upstream.

ckoba commented on 2023-06-19 05:55 (UTC)

This has a few build issues -- it needs gradle7 (current is 8) and a JRE no newer than 17.

Replacing makedepends with "makedepends=('gradle7' 'java-environment>=11')", the Java environment setting with "export JAVA_HOME=$(archlinux-java-run -a 11 -b 17 -j)", and the gradle invocation with "/usr/bin/gradle7" results in a working package.