Package Details: love10 0.10.2-4

Git Clone URL: https://aur.archlinux.org/love10.git (read-only, click to copy)
Package Base: love10
Description: 2D game engine which uses the versatile Lua scripting language
Upstream URL: http://love2d.org/
Licenses: zlib
Provides: love
Submitter: alloyed
Maintainer: jose1711
Last Packager: jose1711
Votes: 4
Popularity: 0.000000
First Submitted: 2018-04-05 01:21 (UTC)
Last Updated: 2022-04-19 07:38 (UTC)

Required by (27)

Sources (1)

Latest Comments

jose1711 commented on 2022-04-19 07:39 (UTC)

@caffineetim thank you, updated

caffineetim commented on 2022-04-19 00:49 (UTC)

This looks like it needs a patch to work on current version of Lua. The patch would just be replacing all instances of "luaL_reg" in src/libraries/luasocket/libluasocket/* with "luaL_Reg" (capital R).

I did this myself by adding this as the last line in the PKGBUILD's prepare:

find "$srcdir/love-$pkgver/src/libraries/luasocket/libluasocket/" -type f -print0 | xargs -0 sed -i "s/luaL_reg/luaL_Reg/g"

jose1711 commented on 2021-10-19 10:36 (UTC)

@pio thank you, this was super helpful! if you want to maintain this further, please drop me a note.

pio commented on 2021-10-19 10:12 (UTC)

This should be compiled not to conflict the official love package (currently 11). One way is to use automagic 10 command, like in previous PKGBUILD. It is in Love's source, but not in preconfigured-for-linux love-0.10.2-linux-src.tar.gz. Here's the tidied PKGBUILD that does that.

jose1711 commented on 2021-10-17 15:28 (UTC)

thanks @bageljr - adopted and updated

bageljr commented on 2021-08-20 19:39 (UTC)

https://pastebin.com/kuUFJCng Working PKGBUILD

Saphire commented on 2020-09-08 07:31 (UTC)

It seems this AUR package is completely broken. love2d is not been using BitBucket anymore and moved to GitHub. And since this August, there's no mercurial support on BitBucket anymore either.

kungfoo commented on 2018-06-25 19:14 (UTC)

Hmm, sorry for flagging it as out of date. Now I've found the other package. RTFAUR I guess.

carstene1ns commented on 2018-04-30 18:42 (UTC)

You could save some time by using the release archive instead, like the old version from the repository: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/love&id=fb05610dad7c6814b747a4ee6be527811c8ed520

(So no need for repository checkout, patching and such)