Package Details: librepcb 1.1.0-2

Git Clone URL: https://aur.archlinux.org/librepcb.git (read-only, click to copy)
Package Base: librepcb
Description: A free EDA software to develop printed circuit boards
Upstream URL: https://librepcb.org/
Licenses: GPL-3.0-only
Submitter: dbrgn
Maintainer: dbrgn (rnestler)
Last Packager: dbrgn
Votes: 18
Popularity: 0.76
First Submitted: 2018-10-23 07:35 (UTC)
Last Updated: 2024-04-08 08:35 (UTC)

Latest Comments

1 2 3 Next › Last »

eaz commented on 2024-04-08 10:15 (UTC)

@dbrgn thanks for the quick update! It does build with Qt6.

dbrgn commented on 2024-04-08 08:36 (UTC)

@eaz thanks, I originally planned to add that variable, but then forgot. On my system, Qt6 is being used/preferred, but it's better to set the variable explicitly. Can you test whether version 1.1.0-2 builds with Qt6?

eaz commented on 2024-04-08 08:31 (UTC) (edited on 2024-04-08 08:31 (UTC) by eaz)

I have had some problems building the new version (1.1.0). It seems that CMake prefers Qt5 even if Qt6 is installed and then selects only the C++11 compiler. I was able to get it to compile by adding an environment variable

cmake -DQT_MAJOR_VERSION=6 ...

dbrgn commented on 2023-10-08 09:36 (UTC) (edited on 2023-10-08 09:37 (UTC) by dbrgn)

@Technetium1: That is only a warning and can be ignored for non-git builds: https://github.com/LibrePCB/LibrePCB/blob/b4a8640404eb07c83464713129561a7914fdf0e3/libs/librepcb/core/CMakeLists.txt#L26-L41 Git is not a build dependency.

Technetium1 commented on 2023-10-08 01:43 (UTC)

Please add git to makedepends: Git not found, cannot set version info

dbrgn commented on 2023-09-30 06:57 (UTC)

@wooptoo the tests need an X session. You can comment or skip the check() step, then installation should work.

wooptoo commented on 2023-09-29 10:37 (UTC)

Getting this error when building as a different user from the one logged-in (with an active X11 session): https://pastebin.com/VRVe7XBZ

dbrgn commented on 2023-09-25 08:18 (UTC)

@mikeshultz: Thanks, that's probably a runtime dependency, and was thus not caught by namcap. PKGBUILD is updated!

mikeshultz commented on 2023-09-25 06:59 (UTC)

The package extra/qt5-quickcontrols2 is a required dependency. Returns this error if you try to install it without it:

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

    Qt5QuickControls2Config.cmake
    qt5quickcontrols2-config.cmake

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

Would probably be good to add it to the PKGBUILD but leaving this here for anyone else tripped up by it.

dbrgn commented on 2023-09-24 22:09 (UTC)

@oflifurkan that's something that should be configured on your machine through /etc/makepkg.conf, and not by editing the PKGBUILD, see https://wiki.archlinux.org/title/Makepkg#Parallel_compilation