Package Details: oolite-git 1.91.0.7684.250719.75e511b.r0.75e511b31-3

Git Clone URL: https://aur.archlinux.org/oolite-git.git (read-only, click to copy)
Package Base: oolite-git
Description: Open Source remake of Elite with many, many enhancements, git version
Upstream URL: https://oolite.space/
Licenses: GPL-2.0-or-later
Groups: game
Submitter: evorster
Maintainer: Lone_Wolf
Last Packager: Lone_Wolf
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-14 10:16 (UTC)
Last Updated: 2025-07-23 12:34 (UTC)

Latest Comments

Lone_Wolf commented on 2025-07-23 12:36 (UTC)

Switched to espeak-ng instead of espeak

Lone_Wolf commented on 2025-07-22 19:21 (UTC)

Everything appears to work now, please play test.

Lone_Wolf commented on 2025-07-18 23:27 (UTC)

Package adopted, looking into making the adjustments I mentioned.

evorster commented on 2025-07-11 01:08 (UTC)

I have not built it in ages. Since you are building it, would you like maintainership? I'll disown it now.

Lone_Wolf commented on 2025-07-10 21:50 (UTC) (edited on 2025-07-10 21:53 (UTC) by Lone_Wolf)

NOTE: I focused on building, haven't done runtime tests.

Some changes are needed to get this to build in a clean chroot :

  • Add git to makedepends

install -D -m755 ../../oolite ${pkgdir}/usr/bin/oolite

this breaks because the file is above $srcdir and in a clean chroot that location is NOT the directory where the oolite script is found

Add oolite to source array, updpkgsums and change the above line to install -D -m755 $srcdir/oolite ${pkgdir}/usr/bin/oolite