Package Details: jsettlers-git 0.6.0.6.alpha.r2.gf7597a2f2-1

Git Clone URL: https://aur.archlinux.org/jsettlers-git.git (read-only, click to copy)
Package Base: jsettlers-git
Description: A Remake of "The Settlers III" for Windows, Linux, Mac and Android - forked by paulwedeck
Upstream URL: https://github.com/paulwedeck/settlers-remake
Keywords: game iii settler settlers
Licenses: MIT
Provides: jsettlers
Submitter: aligator
Maintainer: aligator
Last Packager: aligator
Votes: 0
Popularity: 0.000000
First Submitted: 2018-04-15 11:46 (UTC)
Last Updated: 2024-01-16 18:24 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

1 2 Next › Last »

Flammkuchen commented on 2024-01-17 12:14 (UTC)

It almost works. In lines 96 and 97 the .. needs to be replaced by ${srcdir}

Thank you for reacting so quickly.

aligator commented on 2024-01-16 18:25 (UTC)

@Flammkuchen Thanks for the feedback. I fixed both issues. Could you please check it?

Flammkuchen commented on 2024-01-15 21:37 (UTC)

Please add git to the makedepends and the .desktop-files to the sources. As it is now, the package does not build in a clean chroot.

aligator commented on 2023-03-21 17:51 (UTC)

@Toorero Yes, good idea. Done :-) Could you please verify if it is now as you expect it?

Toorero commented on 2023-03-20 16:45 (UTC)

I think you should change the working directory of JSettlers to follow the XDG Base Directory specification.

So I would change the launch script to

mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/${_pkgname}"
cd "${XDG_DATA_HOME:-$HOME/.local/share}/${_pkgname}"
...

aligator commented on 2018-08-22 19:08 (UTC) (edited on 2018-08-22 19:12 (UTC) by aligator)

ok, I already thought about adding a package using these https://github.com/jsettlers/settlers-nightlies/tree/gh-pages/master builds.

I'll add it when I have time.

Edit: Did you redownload the repo? Because the message says the file doesn't exist. Maybe it is a download error.

dreieck commented on 2018-08-22 18:10 (UTC)

@aligator: Thanks.

I still cannot build and get those errors.

Downloading the prebuilt .jar from the upstream's website works to play this game ...

aligator commented on 2018-08-22 17:53 (UTC)

Added now --gradle-user-home=. just like the package "jadx" from the official repos does it.

aligator commented on 2018-08-22 17:26 (UTC) (edited on 2018-08-22 17:40 (UTC) by aligator)

Updated the package with makedepend on gradle instead of using gradlew.

This should fix your first comment. But the files in .gradle are still there.This is how gradle works... (Please tell me if you know a better way to use gradle with AUR)

Maybe it fixes your second comment also. For me it builds fine.

Please try it and give me feedback if it works now.

aligator commented on 2018-08-22 16:49 (UTC) (edited on 2018-08-22 16:55 (UTC) by aligator)

Thank you for the feedback. I'll fix it as soon as possible. For the gradle problem: As gradle is a makedep, I could use gradle from Arch instead of the gradlewrapper and add gradle to makedeps. Would that be a good solution?