Search Criteria
Package Details: godot3-bin 3.6.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/godot3-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | godot3-bin |
| Description: | Advanced cross-platform 2D and 3D game engine (3.X Branch) |
| Upstream URL: | https://godotengine.org |
| Licenses: | MIT |
| Submitter: | HurricanePootis |
| Maintainer: | HurricanePootis |
| Last Packager: | HurricanePootis |
| Votes: | 5 |
| Popularity: | 0.017060 |
| First Submitted: | 2023-03-10 20:12 (UTC) |
| Last Updated: | 2025-11-09 20:24 (UTC) |
Dependencies (13)
- bash (bash-devel-gitAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxcursor
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- pipewire-alsa (pipewire-alsa-gitAUR, pipewire-full-alsa-gitAUR) (optional)
- pipewire-pulse (pipewire-pulse-gitAUR, pipewire-full-pulse-gitAUR) (optional)
Required by (2)
- godot3-as-bin
- godot3-export-templates (optional)
Latest Comments
Felixoid commented on 2024-02-29 18:33 (UTC)
Hi. I think you misinterpreted
<<-EOFfrom bash. It does not remove the last EOL from the heredoc, butIf the redirection operator is <<-, then all leading tab characters are stripped from input linesHere are the changes to fix the script
Ev1lbl0w commented on 2023-12-28 14:06 (UTC)
The launch script doesn't allow the usage of any arguments, since the $@ is appended to a new line. Please fix this by adding it to the same line:
HurricanePootis commented on 2023-09-07 03:05 (UTC)
@Felixoid, please do not use out-of-date to notify me about "changes to improve this package's relations with
godot3".Also,
godot3-binis packaged in a way so that it can be installed alongsidegodot3at the same time. There is no reason to make it not that way. Also,godot3has a patch to make its config folder~/.config/godot3, whilegodot3-binhas its config folder at~/.config/godot. Therefore,godot3-bindoes not truly provide the same package asgodot3. As as note,godot3was made that way so it can be installed alongsidegodot, and as a side-effect,godot3can also be installed alongsidegodot3-bin.Therefore, this package is fine as it is.
Felixoid commented on 2023-09-05 14:17 (UTC)
Hello. Here the diff for the changes to improve this package's relations with
godot3