Package Details: oh-my-git-git 0.6.4.r24.gfbe95c3-1

Git Clone URL: https://aur.archlinux.org/oh-my-git-git.git (read-only, click to copy)
Package Base: oh-my-git-git
Description: An interactive Git learning game!
Upstream URL: https://ohmygit.org/
Keywords: game git learning
Licenses: custom
Submitter: dodecahedron
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 4
Popularity: 0.015805
First Submitted: 2021-10-13 20:08 (UTC)
Last Updated: 2024-09-11 06:24 (UTC)

Pinned Comments

Felixoid commented on 2024-09-11 06:14 (UTC)

This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package

Latest Comments

1 2 Next › Last »

Felixoid commented on 2025-06-23 22:04 (UTC)

I can only think of the missing makepkg -s command to install all dependencies.

The output does not make any sense to me, sorry.

gwuensch commented on 2025-06-23 15:44 (UTC)

Godot tries to look for the templates in the wrong location, the workaround of setting the HOME variable to srcdir does not seem to work correctly:

ERROR: Cannot export project with preset "Linux" due to configuration errors:
No export template found at the expected path:
/home/user/.local/share/godot/templates/3.6.stable/linux_x11_64_debug
No export template found at the expected path:
/home/user/.local/share/godot/templates/3.6.stable/linux_x11_64_release

Aryan commented on 2025-01-16 13:23 (UTC)

solved, thanks for your quick response!

Felixoid commented on 2025-01-16 11:50 (UTC)

It's due to an outdated version of godot3-export-templates. I've updated the dependency package, please retry

Aryan commented on 2025-01-16 11:38 (UTC) (edited on 2025-01-16 11:39 (UTC) by Aryan)

Hello, thanks for maintaining this package. any idea about this error?

[aryan@Arnix oh-my-git]$ oh-my-git 
ERROR: Pack created with a newer version of the engine: 3.6.
   at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
   at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
   at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
   at: try_open_pack (core/io/file_access_pack.cpp:217)
Error: Couldn't load project data at path ".". Is the .pck file missing?
If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).
Warning: Missing charsets in String to FontSet conversion
[aryan@Arnix oh-my-git]$ oh-my-git --version
3.5.3.stable.official.6c814135b
[aryan@Arnix oh-my-git]$ 

Felixoid commented on 2024-09-11 06:14 (UTC)

This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package

Auerhuhn commented on 2024-04-09 11:44 (UTC) (edited on 2024-04-09 11:44 (UTC) by Auerhuhn)

Hi Felixoid,

Would you mind making the following changes to the package so it builds correctly on a clean chroot?

  1. depends needs additional entries: libglvnd, libxcursor, libxi, libxinerama, libxrandr, and libxrender.

  2. makedepends needs additional entries git and xorg-server-xvfb.

  3. In build, please replace make linux with xvfb-run make linux. (This allows the build to run headlessly. It also prevents a graphical window from appearing during the build.)

Thanks!

Regards
Claudia

Felixoid commented on 2024-02-29 17:16 (UTC)

@Aryan use the aur helper to get dependencies

https://aur.archlinux.org/packages/godot3 https://aur.archlinux.org/packages/godot3-export-templates

Aryan commented on 2024-02-29 16:51 (UTC) (edited on 2024-02-29 16:51 (UTC) by Aryan)

aryan@Archian:/tmp/oh-my-git-git$ makepkg -sr
==> Making package: oh-my-git-git 0.6.4.r21.gce9fcda-1 (Thu 29 Feb 2024 08:19:52 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: godot3
error: target not found: godot3-export-templates
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:

-> godot3 -> godot3-export-templates ==> ERROR: Could not resolve all dependencies.

kageyama commented on 2023-09-21 02:09 (UTC) (edited on 2023-09-21 02:10 (UTC) by kageyama)

i editied the PKGBUILD of godot3-export-templates and removed LISCENCE installation part. But now i get these error from oh-my-git-git -> HasteBin.

I am on Hyprland , does this have anything to do with this ?