Package Details: limo-git r75.14713ec-1

Git Clone URL: https://aur.archlinux.org/limo-git.git (read-only, click to copy)
Package Base: limo-git
Description: A simple Qt based mod manager.
Upstream URL: https://github.com/limo-app/limo/
Keywords: limo loot
Licenses: GPL3
Submitter: OdinVex
Maintainer: OdinVex
Last Packager: OdinVex
Votes: 2
Popularity: 1.09
First Submitted: 2024-10-15 17:06 (UTC)
Last Updated: 2024-11-10 21:05 (UTC)

Latest Comments

1 2 Next › Last »

OdinVex commented on 2024-11-10 21:07 (UTC)

Adjusted the binary name so it uses "limo" regardless of whether the original binary is "Limo" or "limo"...waiting for upstream to make a decision on the name since they reverted part of their renaming... Added Doxygen execution back. Forced use of system unrar, alleviates the headache of using a local copy...

OdinVex commented on 2024-10-27 17:45 (UTC) (edited on 2024-10-27 18:28 (UTC) by OdinVex)

@cubic_control I thought I put in a conditional detection for that. Edit: Apparently I did but which isn't liked in the build() stage. Edit: Should be fixed.

cubic_control commented on 2024-10-27 17:37 (UTC)

doxygen must be installed to build, fails if missing

itsjustboris commented on 2024-10-17 23:35 (UTC) (edited on 2024-10-17 23:42 (UTC) by itsjustboris)

@OdinVex I'll try to build with each tbb and get back to you. Edit: Building failed with both onetbb and intel-oneapi-tbb.

OdinVex commented on 2024-10-17 22:38 (UTC) (edited on 2024-10-17 22:51 (UTC) by OdinVex)

@itsjustboris I forgot I had it installed already and never noticed it. Same might be needed for the cbindgen/boost/boost-libs libraries and "tbb" (not sure which library they're specifying, took only a quick glance).

Edit: Added the three dependencies (two appear to be make). Not sure about tbb still.

Edit: No problem, thank you for also helping to debug compilation. :) If you manage to figure out which tbb it needs I can add it. I'm guessing onetbb or intel-oneapi-tbb?

itsjustboris commented on 2024-10-17 22:34 (UTC) (edited on 2024-10-17 22:39 (UTC) by itsjustboris)

@OdinVex Thanks again!

OdinVex commented on 2024-10-17 22:28 (UTC) (edited on 2024-10-17 22:32 (UTC) by OdinVex)

@itsjustboris I wonder if there's a missing Qt5 package. I always build through yay, so I might not be aware of something needed.

Edit: Maybe it needs extra/qt5-svg? Edit: Added and pushed. (Normally I'd version-bump but this is relatively a fresh package add to AUR and I tend to get them settled before bumping.)

itsjustboris commented on 2024-10-17 22:22 (UTC)

Now I'm running into a CMake error:

CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:35 (find_package)

I'm building in a clean chroot without any AUR helper.

OdinVex commented on 2024-10-17 21:57 (UTC)

@itsjustboris You are most welcome. I try to respond to any AUR-related inquiries within 24 hours.