Package Details: atlauncher-git 3.3.5.2.r650.g813f828e-1

Git Clone URL: https://aur.archlinux.org/atlauncher-git.git (read-only, click to copy)
Package Base: atlauncher-git
Description: A Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly.
Upstream URL: https://atlauncher.com/
Licenses: GPL3
Conflicts: atlauncher
Provides: atlauncher
Submitter: Camas
Maintainer: TudbuT
Last Packager: Camas
Votes: 2
Popularity: 0.000000
First Submitted: 2019-09-25 19:03 (UTC)
Last Updated: 2020-07-09 23:30 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

gpsolo commented on 2025-12-30 09:18 (UTC) (edited on 2025-12-30 09:19 (UTC) by gpsolo)

This fails to build as a app dir needs to be made:

[Incubating] Problems report is available at: file:///home/gp/.cache/paru/clone/atlauncher-git/src/ATLauncher/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Configuring project ':app' without an existing directory is not allowed. The configured projectDirectory '/home/gp/.cache/paru/clone/atlauncher-git/src/ATLauncher/app' does not exist, can't be written to or is not a directory.

* Try:
> Make sure the project directory exists and is writable.
> Run with --scan to generate a Build Scan (powered by Develocity).

BUILD FAILED in 386ms
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'atlauncher-git-3.3.5.2.r650.g813f828e-1': 
error: packages failed to build: atlauncher-git-3.3.5.2.r650.g813f828e-1

After editing PKGBUILD build() to mkdir at ATLauncher/app, it still fails:

[Incubating] Problems report is available at: file:///home/gp/atlauncher-git/src/ATLauncher/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* Where:
Build file '/home/gp/atlauncher-git/src/ATLauncher/build.gradle' line: 24

* What went wrong:
An exception occurred applying plugin request [id: 'org.cadixdev.licenser', version: '0.6.1']
> Failed to apply plugin 'org.cadixdev.licenser'.
   > Could not create an instance of type org.cadixdev.gradle.licenser.LicenseExtension.
      > java.lang.StackOverflowError (no error message)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/9.2.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 16s
==> ERROR: A failure occurred in build().
    Aborting...

The version of the upstream is also 3.4.40.2 at least, which this package seems to be out-of-date

DHouck commented on 2021-10-15 07:42 (UTC)

This doesnʼt build in a clean chroot, because if you sanitize the environment you donʼt have access to X. You canfix this to not run tests:

diff --git i/PKGBUILD w/PKGBUILD
index 70d48cf..bf9cf23 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Maximilian Berger <snowdragon92 at gmail dot com>

 pkgname=atlauncher-git
-pkgver=3.3.5.2.r650.g813f828e
+pkgver=v3.4.2.6.r350.ge6b9bc91
 pkgrel=1
 pkgdesc="A Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly."
 arch=(any)
@@ -33,7 +33,7 @@ pkgver() {

 build() {
    cd "$srcdir/ATLauncher"
-   gradle build
+   gradle build -x test
 }

 package() {

Camas commented on 2020-07-09 23:36 (UTC)

Cheers, fixed.

homemmakako commented on 2020-07-09 00:38 (UTC) (edited on 2020-07-09 00:42 (UTC) by homemmakako)

Just wanted to point this is no longer working. As of https://github.com/ATLauncher/ATLauncher/commit/a64b1010727e6800325188358a9db7dfbc95f83f the version in build.gradle is no longer static making grep in install at package() return empty, and therefore trying to install "ATLauncher-.jar"

Kage-Yami commented on 2019-09-30 07:52 (UTC)

Thanks for providing this package - however, could you please add git as a make dependency? This would allow AUR helpers that build in clean chroot (e.g. aurto / aurutils) to build this package.