Package Details: drl 0.10.0e-1

Git Clone URL: https://aur.archlinux.org/drl.git (read-only, click to copy)
Package Base: drl
Description: A roguelike game based on the FPS Doom.
Upstream URL: http://drl.chaosforge.org/
Licenses: GPL, CCPL:cc-by-nc-sa-4.0
Replaces: doomrl
Submitter: gileri
Maintainer: gileri
Last Packager: gileri
Votes: 63
Popularity: 1.05
First Submitted: 2025-08-23 18:01 (UTC)
Last Updated: 2025-09-19 17:29 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

gileri commented on 2026-04-05 09:17 (UTC)

I struggle a bit to package+run the upstream binary artifacts, see: https://github.com/chaosforgeorg/drl/issues/351

gileri commented on 2025-09-19 17:29 (UTC)

@spinvis fixed, thanks for the report!

spinvis commented on 2025-09-18 21:37 (UTC)

Both drl.sh and drl-linux-0100.tar.gz fail their checksums. Working around that, building and installing, drl fails to start and spits out an error:

ln: target '/home/username/.local/share/drl/*.txt': No such file or directory

gileri commented on 2025-01-20 15:30 (UTC)

You're both right; I updated the deps thanks.

exponential commented on 2025-01-18 03:38 (UTC)

midi is used only for the lq version.

andrej commented on 2025-01-04 13:08 (UTC)

I think this needs to depend on sdl2_image and sdl2_mixer. It does build without them, but then fails to start unless they are installed.

gileri commented on 2024-09-19 18:03 (UTC)

Hi manylegged, dumb mistake on my part. Fixed !

manylegged commented on 2024-09-18 18:15 (UTC)

I think there is a typo in the `drl' script:

[ -d "$personal" ] || mkpersonal -p "$personal" || exit 1

shouldn't this be mkdir? I'm getting "usr/bin/drl: line 11: mkpersonal: command not found" and google isn't finding anything for mkpersonal. Looks like a find/replace error? I tried replacing it with `mkdir' and it works.

gileri commented on 2024-09-08 20:22 (UTC)

In addition to finally upgrading to 0.9.9.8a, I've revamped the initialization script, but haven't tried to migrate the data from the previous ~/.local/share/doomrl to ~/.local/share/drl. If you have data you want to migrate please do so manually for now.

I guess a migration script could be done, still open to input.

gileri commented on 2024-08-08 17:49 (UTC)

I'll wait for the binary release of 0.9.9.8 and update it then.