Search Criteria
Package Details: olympus 25.02.22.04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/olympus.git (read-only, click to copy) |
---|---|
Package Base: | olympus |
Description: | Everest installer / mod manager for Celeste |
Upstream URL: | https://github.com/EverestAPI/Olympus |
Licenses: | MIT |
Conflicts: | olympus-bin |
Submitter: | yhtez |
Maintainer: | yhtez |
Last Packager: | yhtez |
Votes: | 7 |
Popularity: | 0.35 |
First Submitted: | 2023-01-12 22:46 (UTC) |
Last Updated: | 2025-02-23 17:28 (UTC) |
Dependencies (8)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- love (love10AUR)
- lua51-lsqlite3AUR
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lua51 (luajit-symlinksAUR) (make)
- luarocks (luarocks-gitAUR) (make)
Required by (1)
- celeste-bin (optional)
Sources (6)
- git+https://github.com/EverestAPI/OlympUI.git
- git+https://github.com/EverestAPI/Olympus.git#commit=9be5fcae260e4252cfbd45886d6e495649cfd324
- git+https://github.com/LPGhatguy/luajit-request.git
- git+https://github.com/maddie480/lua-subprocess.git#commit=786303cd172bf8eb8f88c5998603875f3c33974c
- git+https://github.com/Vexatos/nativefiledialog.git#commit=bea4560b9269bdc142fef946ccd8682450748958
- git+https://github.com/vrld/moonshine.git
Latest Comments
yhtez commented on 2025-02-03 21:26 (UTC)
Unable to reproduce it failing to build or install both on my install with dotnet-runtime (dotnet-runtime-9.0) and dotnet-runtime-8.0 installed together or in a chroot with only dotnet-runtime-8.0.
64Yoshi64 commented on 2025-02-01 21:54 (UTC)
Now that there's a new version of the dotnet runtime it seems to not install anymore.
claymorwan commented on 2025-01-15 23:15 (UTC)
Vro please update the package or give access to someone else
su226 commented on 2024-01-12 09:05 (UTC)
Just a little tip, you don't need zip to create ZIPs, makepkg (package: pacman) depends on bsdtar (package: libarchive), which can create or extract ZIPs.
yhtez commented on 2023-05-06 18:25 (UTC)
I have added a symlink and launching Lönn now works.
Thank you for letting me know about the issue.
su226 commented on 2023-05-06 16:05 (UTC) (edited on 2023-05-06 18:19 (UTC) by su226)
Loenn map editor won't start because Olympus will only try to use bundled love instead of system love: https://github.com/EverestAPI/Olympus/blob/bf5683e0c0011ab4943a6d84ee12616047a88e44/sharp/CmdLaunchLoenn.cs#L18
Please patch CmdLaunchLoenn.cs to use system love or add a symlink /usr/lib/olympus/love -> /usr/bin/love