Search Criteria
Package Details: xevil-git r28.9ca8505-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xevil-git.git (read-only, click to copy) |
---|---|
Package Base: | xevil-git |
Description: | Side-view, single or network-multiplayer, fast-action, kill-everything, game. |
Upstream URL: | https://www.xevil.com/ |
Licenses: | GPL2 |
Submitter: | denilsonsa |
Maintainer: | denilsonsa (MarsSeed) |
Last Packager: | denilsonsa |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-12 01:01 (UTC) |
Last Updated: | 2023-10-28 21:11 (UTC) |
Dependencies (5)
- libx11 (libx11-gitAUR)
- libxpm (libxpm-gitAUR)
- xorg-fonts-misc
- xorg-mkfontdir (xorg-mkfontscale)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
denilsonsa commented on 2023-10-28 20:54 (UTC)
Apparently,
xevil
requires the9x15
font available in the X server. The font itself is provided byxorg-fonts-misc
, but X won't be able to read it until it gets listed on/usr/share/fonts/misc/fonts.dir
(i.e. index of font files in that directory).The package
xorg-mkfontscale
installs a hook that automatically generates/updates that index file, but it is also possible to install X fonts without that page, meaning the fonts will on disk but not recognized by X itself. (They will probably work through fontconfig, if fontconfig supports those fonts.)Thus, I'm adding
xorg-mkfontscale
as a dependency ofxevil
. It's not a direct dependency, but it's a way to simplify the end-user experience. Before the font is available, the user will still need to either restart, or log out and log in, or runxset fp rehash
.denilsonsa commented on 2023-10-25 05:52 (UTC)
@benwbooth Sounds like either something to be fixed in
xorg-fonts-misc
package, or (more likely) requiring you to restart the Xorg before playing this game. In fact,xset fp rehash
will tell Xorg to reread the font databases, something I'm fairly sure will also happen if you restart Xorg.I guess the same would happen if you tried running
xterm
or any of the old X utilities that rely on X fonts.benwbooth commented on 2023-10-25 02:39 (UTC)
I was having trouble getting this to run due to missing X11 bitmap fonts:
I was able to fix this by doing the following:
Then run xlsfonts to ensure all the fonts are available:
I actually figured this out with help from ChatGPT. Crazy times we live in :)
denilsonsa commented on 2023-07-28 20:36 (UTC)
@MarsSeed : Thank you for pointing it out. The pull requests were accepted and the package has been updated.
Feel free to delete your comment and I will delete my comment as well, as both are now resolved.
MarsSeed commented on 2023-07-27 13:20 (UTC)
The repo's description says:
(Bold emphasis mine).
So why does this package depend on lib32 libraries?
Also the current PKGBUILD is not configured for 32-bit compilation, so the result will be a 64-bit build.