Search Criteria
Package Details: lix 0.9.36-1
Git Clone URL: | https://aur.archlinux.org/lix.git (read-only, click to copy) |
---|---|
Package Base: | lix |
Description: | An action-puzzle game inspired by Lemmings |
Upstream URL: | http://www.lixgame.com/ |
Keywords: | action game irs lemmings multiplayer puzzle rodent simulation |
Licenses: | |
Submitter: | Lucki |
Maintainer: | Lucki |
Last Packager: | Lucki |
Votes: | 4 |
Popularity: | 0.076344 |
First Submitted: | 2016-01-31 18:50 |
Last Updated: | 2021-02-24 23:14 |
Dependencies (7)
- allegro (allegro-git, allegro-sdl-git)
- enet (enet-git, enet-gtkorvo-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- liblphobos
- dub (dub-arm, dub-git) (make)
- git (git-git) (make)
- ldc (make)
Latest Comments
Lucki commented on 2017-09-28 16:53
Due to the change of the repository to LixD [1] and other version tags this can now show up as a downgrade.
[1]: https://github.com/SimonN/LixD
Lucki commented on 2016-07-17 11:04
Thanks x79, patch ist merged upstream. [1]
[1]: https://github.com/SimonN/Lix/pull/9
x79 commented on 2016-07-16 14:12
makepkg failed for me for 2016.06.02.r0.g64c9b94-1
Here's what I did to fix it
makepkg -sro
nano .src/lix/src/graphic/gra_lib.cpp
ln 259 replace_exact .insert(std::make_pair <std::string, std::string> (a, b)); -> replace_exact .insert(std::make_pair (a, b));
ln 262 replace_substr.insert(std::make_pair <std::string, std::string> (a, b)); -> replace_substr.insert(std::make_pair (a, b));
Save
makepkg -srie