Package Details: limo-git r138.662e695-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: 3
Popularity: 1.04
First Submitted: 2024-10-15 17:06 (UTC)
Last Updated: 2025-02-04 14:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

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.

itsjustboris commented on 2024-10-17 21:47 (UTC)

Happy to help! And thanks for the quick response!

OdinVex commented on 2024-10-17 21:03 (UTC) (edited on 2024-10-17 21:14 (UTC) by OdinVex)

@itsjustboris I pretty much needed it quickly for another user in collaboration so the depends are definitely pretty much slapped in. Added and pushed. No version change, doesn't really warrant it. Thank you, by the way. The package might have some extra depends but my concern was supporting another user and getting it out there working. Most of the packages are small enough to not be of concern if they're only used for making.

itsjustboris commented on 2024-10-17 20:46 (UTC)

The PKGBUILD makes use of cmake but doesn't list it under makedepends.

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

I know I was a bit lazy in specifying depends and makedepends, this was the initial commit and publishing of this.