@rican-linux: you can make it work under X11 like this: https://github.com/angband/angband/issues/4575
Search Criteria
Package Details: angband-git 4.2.5.r298.g8a750fb97-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/angband-git.git (read-only, click to copy) |
---|---|
Package Base: | angband-git |
Description: | A roguelike dungeon-exploration game based on Tolkien's books |
Upstream URL: | http://rephial.org/ |
Keywords: | angband rogue |
Licenses: | GPL2, custom |
Conflicts: | angband |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 10 |
Popularity: | 0.001544 |
First Submitted: | 2010-09-19 19:54 (UTC) |
Last Updated: | 2024-10-27 13:19 (UTC) |
Dependencies (6)
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- autogen (make)
- git (git-gitAUR, git-glAUR) (make)
- python-docutils (make)
Required by (0)
Sources (1)
andmars commented on 2020-11-16 12:26 (UTC)
andmars commented on 2020-11-03 06:22 (UTC)
@rican-linux: what you are proposing is basically angband-ncurses, and that package already exists: https://aur.archlinux.org/packages/angband-ncurses/ I'm more interested in finding out what type of font the angband devs are requiring here. I'll write a bug report on their github. Maybe they will fix it on their part.
rican-linux commented on 2020-11-02 04:23 (UTC) (edited on 2020-11-02 04:25 (UTC) by rican-linux)
installed the package as is produces the following error
"angband: Couldn't load the requested font."
the following diff worked
$ cat PKGBUILD.patch
38,40c38,42
< --enable-gtk \
< --enable-sdl \
< --enable-sdl-mixer
---
> --disable-gtk \
> --disable-sdl \
> --disable-sdl-mixer \
> --disable-x11 \
> --enable-curses
FredBezies commented on 2019-06-21 21:18 (UTC)
@andmars: it worked better. Updated pkgbuild.
andmars commented on 2019-06-21 20:58 (UTC)
@FredBezies: and did you restart your xorg session after installing xorg-fonts-misc? Rebooting my machine or just restarting xorg did the trick for me.
FredBezies commented on 2019-06-21 20:55 (UTC) (edited on 2019-06-21 21:02 (UTC) by FredBezies)
@andmars: tried it. Angband won't run with it either. You have to use sdl mode.
andmars commented on 2019-06-21 20:42 (UTC)
Could you add "xorg-fonts-misc" as dependency? Otherwise it won't run saying: "angband: Couldn't load the requested font. (10x20)"
major commented on 2018-11-22 10:51 (UTC)
-m -gx11
are not the correct flags, I guess.
I had to use -msdl
to run the game.
FredBezies commented on 2018-05-15 07:22 (UTC) (edited on 2021-05-15 19:41 (UTC) by FredBezies)
Run Angband this way : angband -msdl2
Pinned Comments
FredBezies commented on 2018-05-15 07:22 (UTC) (edited on 2021-05-15 19:41 (UTC) by FredBezies)
Run Angband this way : angband -msdl2