Package Details: ldtk 1.5.3-2

Git Clone URL: https://aur.archlinux.org/ldtk.git (read-only, click to copy)
Package Base: ldtk
Description: Modern and efficient 2D level editor with a strong focus on user-friendliness
Upstream URL: https://github.com/deepnight/ldtk
Keywords: 2D development editor gamedev
Licenses: MIT
Submitter: Zyper
Maintainer: Zyper
Last Packager: Zyper
Votes: 6
Popularity: 1.40
First Submitted: 2021-02-16 23:02 (UTC)
Last Updated: 2024-03-16 10:49 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

Zyper commented on 2023-08-24 02:15 (UTC)

@agorg_louk: That's because the upstream rewrote the commit history. Thank you for letting me know. I've updated it and it should be fixed now.

I'm considering forking these repos and hosting them myself to prevent such situations.

agorg_louk commented on 2023-08-23 08:22 (UTC)

I tried updating today and it fails with:

Installing electron from https://github.com/deepnight/hxelectron.git branch: 17a3bbb146422de782c30be8960b23faa272e855
Error: Could not checkout branch, tag or path "17a3bbb146422de782c30be8960b23faa272e855": fatal: reference is not a tree: 17a3bbb146422de782c30be8960b23faa272e855

dough.mean commented on 2023-07-03 14:47 (UTC)

@Zyper I see, that makes sense.

Zyper commented on 2023-07-03 14:17 (UTC)

@dough.mean: If I remember correctly, this allows the application to be launched by simply typing ldtk in the terminal, because /usr/bin is in the $PATH, whereas /usr/share/ldtk is not. It links /usr/bin/ldtk to /usr/share/ldtk/ldtk.

dough.mean commented on 2023-07-03 13:50 (UTC)

Just wanna ask, but is there a reason the script is symlinking to the system's /usr/share?

ln -sf "/usr/share/${pkgname}/${pkgname}" "${pkgdir}/usr/bin"

cscorley commented on 2022-09-09 22:40 (UTC)

Thanks!

Zyper commented on 2022-09-06 10:55 (UTC)

Thanks cscorley for informing me. I've changed the hash, it should work now.

cscorley commented on 2022-09-06 03:47 (UTC)

Had a bit of trouble installing this recently, getting stuck on a removed commit:

Installing heaps from https://github.com/deepnight/heaps.git branch: 7437586da49e7648333b4e8cc3852ddc01e65532
Error: Could not checkout branch, tag or path "7437586da49e7648333b4e8cc3852ddc01e65532": fatal: reference is not a tree: 7437586da49e7648333b4e8cc3852ddc01e65532

Switching from 7437586da49e7648333b4e8cc3852ddc01e65532 to b4203ac6f682869f48f8d7758e6677fc2f12c65b instead works for me.

willianholtz commented on 2022-03-29 18:16 (UTC) (edited on 2022-03-29 19:06 (UTC) by willianholtz)

Actually what I find strange is that NPM takes the wrong link: https://registry.npmjs.org/codemirror/codemirror

instead of:

https://registry.npmjs.org/codemirror.

I tried to edit the package but I couldn't find the line of this instruction

EDIT: Well I made the package based on appimage myself, just like that to work!

Zyper commented on 2022-03-29 18:03 (UTC)

@willianholtz Clearly there is something wrong with your connection to NPM servers. Are you using a proxy? Does npm work on your system and installs other things correctly? Does installing LDtk straight from the GitHub work? I don't think this problem is related to this AUR package, but if it is and there is something that needs to be changed in the PKGBUILD feel free to contact me here.